Signatur ganz unten anordnen

Neue Projekte und Anfragen, Teamarbeiten und Alpha/Beta Scripte jeder Art.
KEINE Supportanfragen zu bestehenden MODs!
Antworten
Benutzeravatar
tom10
Beiträge: 1106
Registriert: Sa 29.Jan, 2005 14:58
Kontaktdaten:

Signatur ganz unten anordnen

Beitrag von tom10 »

Ich hab leider das problem das sich meine Signatur nur im ersten posting ganz unten befindet. in allen anderen dann einfach direkt unter dem text. Wie kann ich das ändern das die Signatur generell ganz unten zu sehen ist ?
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 -->

# 
funktioniert bei mir leider nicht. Es endert sich rein gar nichts daran das die Sig so unterschiedlich angezeigt wird.

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
Dateianhänge
signatur.jpg
Zuletzt geändert von tom10 am So 31.Jul, 2005 10:26, insgesamt 1-mal geändert.
Benutzeravatar
oxpus
Administrator
Beiträge: 28735
Registriert: Mo 27.Jan, 2003 22:13
Wohnort: Bad Wildungen
Kontaktdaten:

Beitrag von oxpus »

Das klappt nicht mit jedem Browser, daher: Aufgeben. Das wird nicht besser...
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Benutzeravatar
tom10
Beiträge: 1106
Registriert: Sa 29.Jan, 2005 14:58
Kontaktdaten:

Beitrag von tom10 »

Alles klar. Schade....
Der Versuch was neues zu versuchen....
http://simson-le.de.vu
Antworten