Dieser mod:
Code: Alles auswählen
##############################################################
## MOD Title: Bottom aligned signature
## MOD Author: -=ET=- < space_et@tiscali.fr > (n/a) http://www.golfexpert.net/phpbb
## MOD Author, Secondary: AbelaJohnB < abela@johnabela.com > (John B. Abela) http://www.JohnAbela.com
## MOD Description: This mod will align signatures at
## the bottom of posts.
## MOD Version: 1.0.3
## MOD Compatibility: 2.0.4->2.0.8 (prior release not tested)
##
## Installation Level: Easy
## Installation Time: 1 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 2
## viewtopic.php
## templates/subSilver/viewtopic_body.tpl
##
## Included Files: 0
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## 1. Special thanks
## -----------
## This MOD has been created by John B. Abela, but he decided
## to stop developing it. So with it's agreement I now continue
## his job and fully take charge of it.
##
## 2. EasyMOD
## -----------
## This MOD is compatible with EasyMOD of Nuttzy and can be
## installed by it but is not yet certified EMC (EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://www.golfexpert.net/phpBB
##
##############################################################
## MOD History:
##
## 2004-03-27 - Version 1.0.3
## - Now compliant with Mozilla & Firefox
##
## 2003-12-21 - Version 1.0.2
## - Instructions updated to be compliant with Attachment MOD
## No code changed, just the way to proceed the MOD
##
## 2003-08-09 - Version 1.0.1
## - Fix: 2 <br /> not needed
## - Updated to be compliant with the last phpBB template
## - Rewrite to be safer & EasyMOD compliant
##
## 2002-04-08 - Version 1.0.0
## - Initial final release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------------
#
$user_sig = '<br />
#
#-----[ IN-LINE FIND ]----------------------------------------
#
'<br />
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
'
#
#-----[ OPEN ]------------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------------
#
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top">
#
#-----[ IN-LINE FIND ]----------------------------------------
#
height="28"
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
height="100%"
#
#-----[ IN-LINE FIND ]----------------------------------------
#
<table
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
height="100%"
#
#-----[ FIND ]------------------------------------------------
#
<td colspan="2"><span class="postbody">{postrow.MESSAGE}
#
#-----[ IN-LINE FIND ]----------------------------------------
#
<td colspan="2"
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------
#
height="100%" valign="top"
#
#-----[ IN-LINE FIND ]----------------------------------------
#
{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
#
#-----[ IN-LINE REPLACE WITH ]--------------------------------
#
</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- Start add - Bottom aligned signature MOD -->
</tr>
<tr>
<td colspan="2"><SPAN CLASS="postbody">{postrow.SIGNATURE}</SPAN><SPAN CLASS="gensmall">{postrow.EDITED_MESSAGE}</SPAN></td>
<!-- End add - Bottom aligned signature MOD -->
#
Edit: irgend wie war der Cache nicht glöscht von daher war die Ansicht so unterschiedlich. Die Frage nach einer Lösung zum verschieben bleibt allerdings. ^d