Seite 3 von 5

Signatur am Ende des Beitrags....?

Verfasst: 24.10.2003 02:08
von fortius
Hi,

die profil ansicht in der viewtopic ist bei mir auch ziemlich lang!
sieht ziemlich doof aus dann wenn der beitrag sehr kurz ist und sie mit nach oben rutscht!
kann mir jemand helfen und mir sagen wie ich es hinbekomme
das sie unten bleibt?

fortius

Verfasst: 24.10.2003 02:16
von Leuchte
ist eigentlich ein neues thema.. so what
########################################################
## Mod Title: Bottom-Aligned-Signature
## Mod Version: 1.0.0
## Author: John B. Abela <abela@phpbb.com> www.JohnAbela.Com
## Description: This mod will align your Signature at the bottom of your post
##
## Installation Level: easy
## Installation Time: 1-3 Minutes
## Files To Edit: 1
## phpBB2/templates/subSilver/viewtopic_body.tpl
##
## Included Files: none
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At Any Non-Official phpBB Sites
#################################################################
##
## Author Note:
##
## Enjoy! Check out my guestbook @ www.johnabela.com/guestbook/
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################

#
#-----[ OPEN ]------------------------------------------
#

/phpBB2/templates/subSilver/viewtopic_body.tpl


#
#-----[ FIND ]------------------------------------------
#

<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&</span>& &{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table></td>


#
#-----[ REPLACE, WITH ]------------------------------------------
#

<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&</span>& &{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" align="right" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
<tr>
<td colspan="2"><hr /></td>
</tr>
<tr>
<td colspan="2" HEIGHT="100%" VALIGN="TOP"><span class="postbody">{postrow.MESSAGE}</span><BR /><SPAN CLASS="gensmall">{postrow.EDITED_MESSAGE}</SPAN></td>
</tr>
<tr>
<td colspan="2" VALIGN="BOTTOM"><SPAN CLASS="postbody">{postrow.SIGNATURE}</SPAN></td>
</tr>
</table></td>



#
#-----[ SAVE/UPLOAD ]------------------------------------------
# EoM

Verfasst: 24.10.2003 02:20
von fortius
das nenn ich schnell, vielen dank!
hatte ich bisher nichts drüber gefunden!

hatte den code so angepasst an meine viewtopic_body.tpl und wurde weiterhin oben angezeigt!
das meine viewtopic_body datei vorher:

Code: Alles auswählen

<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a> {postrow.ICON} <span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"></span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
				<td valign="top" nowrap>{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
			</tr>
			<tr> 
				<td colspan="2"><hr /></td>
			</tr>
			<tr>
				<td colspan="2"><span class="postbody">{postrow.MESSAGE}</span>{postrow.ATTACHMENTS}<span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
			</tr>
		</table></td>

Verfasst: 25.10.2003 12:59
von Gast
Das Forum is leider so gut wie tot bzw. es antwortet niemand :D

Weiß denn hier niemand wie sowas geht?

Verfasst: 25.10.2003 13:01
von Leuchte
@Gast, wie was geht? auf welchen beitrag beziehst du dich?

Verfasst: 25.10.2003 13:02
von Gast
Na meine Frage mit der Sig :wink: :roll:

Verfasst: 25.10.2003 13:03
von Leuchte
wenn du der Gast mit der auswahlbox bist :roll:
erstell das doch in einer extra HTML seite und füg die in deine sig als iFrame ein

Verfasst: 25.10.2003 13:07
von Gast
Jo ich will das aber für alle machen und ich kann ja nich für 100 Member son Ding erstellen :roll:

Muss doch irgendwie mit nem Mod oder ner Veränderung in den Tags oder so gehen?

Verfasst: 25.10.2003 13:19
von Leuchte
wenns alle in der sig haben sollen (warum auch immer) dann machs direkt über die datenbank

Verfasst: 25.10.2003 13:22
von Gast
Und wie geht des?