signatur nach unten
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
signatur nach unten
bin ich denn bekloppt ? ich bekomm das im layout einfach nicht hin und weiss nich was ich noch versuchen könnte.
wie hast du das hier gelöst oxpus ?
wie hast du das hier gelöst oxpus ?
Den nutze ich:
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.2
## MOD Compatibility: 2.0.4->2.0.6
##
## 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 and can be installed by EasyMOD
## of Nuttzy (but is not officially 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:
##
## 2003-12-21 - Version 1.0.2
## - Updated to be compliant with Attachment 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 ]----------------------------------------
#
<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 -->
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM[center].: Web Relax .::. Essen mit Freude .::. AmigaLink.de :.
______________________________________
Kein Support per PM, ICQ oder eMail!!![/center]
______________________________________
Kein Support per PM, ICQ oder eMail!!![/center]
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Ist die Frage, in wie weit Du an der viewtopic_body.tpl schon geschraubt hast. Und an welcher Stelle Du die Höhenangabe einbauen kannst/eingebaut hast.
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!
-={ 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!
ich habe in der tat ne menge gefummelt.
ich hatte halt nich gedacht, dass das so ein problem wird, darum hatte ich mir keine backups angelegt
ich war grad dabei den mod wieder auszubaun.
so sieht mein code im moment aus
ich hatte halt nich gedacht, dass das so ein problem wird, darum hatte ich mir keine backups angelegt
ich war grad dabei den mod wieder auszubaun.
so sieht mein code im moment aus
Code: Alles auswählen
<td class="{postrow.ROW_CLASS}" width="100%" height="100%" valign="top">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- Start add - Yellow card admin MOD -->
<form method="post" action="{postrow.S_CARD}">
<!-- End add - Yellow card admin MOD -->
<td valign="top" class="postdetails"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" /></a>{L_POSTED}: {postrow.POST_DATE}</td>
<td align="right" valign="top" nowrap="nowrap">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.EDIT_DATE_IMG}{postrow.REASSIGN_IMG}{PAGE_BOTTOM_IMG}{PAGE_TOP_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}{postrow.U_R_CARD}{postrow.U_Y_CARD}{postrow.U_G_CARD}{postrow.U_B_CARD}{postrow.CARD_EXTRA_SPACE}{postrow.CARD_HIDDEN_FIELDS}</td>
<!-- Start add - Yellow card admin MOD -->
</form>
<!-- End add - Yellow card admin MOD -->
</tr>
<tr>
<td colspan="2" width="100%" height="100%" valign="top">
<table width="100%" cellpadding="2" height="100%" cellspacing="1" border="0">
<tr>
<td><hr /></td>
</tr>
<tr>
<td valign="top" height="100%" class="postbody">{postrow.MESSAGE}</td>
</tr>
<tr>
<td valign="bottom" class="genmed">{postrow.ATTACHMENTS}<td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="bottom"><span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>
</td>
geht noch nicht.
so sieht er jetzt aus:
(ich hab unten noch die eine stelle geändert, wie es im mod stand)
so sieht er jetzt aus:
(ich hab unten noch die eine stelle geändert, wie es im mod stand)
Code: Alles auswählen
<td class="{postrow.ROW_CLASS}" width="100%" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- Start add - Yellow card admin MOD -->
<form method="post" action="{postrow.S_CARD}">
<!-- End add - Yellow card admin MOD -->
<td valign="top" class="postdetails"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" /></a>{L_POSTED}: {postrow.POST_DATE}</td>
<td align="right" valign="top" nowrap="nowrap">{postrow.QUOTE_IMG}{postrow.EDIT_IMG}{postrow.EDIT_DATE_IMG}{postrow.REASSIGN_IMG}{PAGE_BOTTOM_IMG}{PAGE_TOP_IMG}{postrow.DELETE_IMG}{postrow.IP_IMG}{postrow.U_R_CARD}{postrow.U_Y_CARD}{postrow.U_G_CARD}{postrow.U_B_CARD}{postrow.CARD_EXTRA_SPACE}{postrow.CARD_HIDDEN_FIELDS}</td>
<!-- Start add - Yellow card admin MOD -->
</form>
<!-- End add - Yellow card admin MOD -->
</tr>
<tr>
<td colspan="2" width="100%" valign="top">
<table width="100%" height="100%" cellpadding="2" cellspacing="1" border="0">
<tr>
<td><hr /></td>
</tr>
<tr>
<td valign="top" class="postbody">{postrow.MESSAGE}</td>
</tr>
<tr>
<td valign="bottom" class="genmed">{postrow.ATTACHMENTS}<td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="bottom"><span class="postbody"></span></td>
<!-- 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 -->
</tr>
</table>
</td>
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Warte mal, da ist ja nicht der Part dem Miniprofiles drinnen.
Häng mal die ganze Datei als ZIP an.
Das muss ich mir nochmal in Gänze anschauen.
Häng mal die ganze Datei als ZIP an.
Das muss ich mir nochmal in Gänze anschauen.
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!
-={ 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!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Nein mit Miniprofile meine ich den Bereich links neben dem Post. So wird das eigentlich genannt. Nicht mein Mod 
Aber ich gebe auf; ich bekomme Deine Signatur nicht nach unten.
Was bei mit so aussieht ist in Wirklichkeit auch nur teilweise richtig: Ich habe 2 Zeilenumbrüche nach dem Post-Text drinnen, um anderweitig Layoutfehler mit Smilies auszugleichen.
Bei fehlendem User-Avatar fällt es daher nicht auf, aber schau Dir mal meinen letzten und vorletzten Post genauer an. Da ist die Signatur auch nicht genau ganz unten.
Letzte Idee:
Ersetze mal
mit
Vielleicht klappts damit. Height selber ist auch eigentlich kein echtes HTML, zumindest in Tabellen sollte es eine Pixel-Angabe sein. Also dürfte CSS hier bei Prozenten besser helfen...
Aber ich gebe auf; ich bekomme Deine Signatur nicht nach unten.
Was bei mit so aussieht ist in Wirklichkeit auch nur teilweise richtig: Ich habe 2 Zeilenumbrüche nach dem Post-Text drinnen, um anderweitig Layoutfehler mit Smilies auszugleichen.
Bei fehlendem User-Avatar fällt es daher nicht auf, aber schau Dir mal meinen letzten und vorletzten Post genauer an. Da ist die Signatur auch nicht genau ganz unten.
Letzte Idee:
Ersetze mal
Code: Alles auswählen
height="100%"Code: Alles auswählen
style="height: 100%"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!
-={ 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!