Signatur anpassen das diese ganz unten im Posting steht !?!

Alles zu Styles, Templates, Icons und Smilies für phpBB 2.0, sowie allgemeine Designfragen zur Integration von phpBB in bestehende Websites.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Benutzeravatar
Natheedo
Mitglied
Beiträge: 139
Registriert: 14.07.2003 13:21

Signatur anpassen das diese ganz unten im Posting steht !?!

Beitrag von Natheedo »

Hi,

irgendwelche mache ich mir immer aus den kleinsten Sachen die grössten Probleme ....

Jedenfalls weiß ich nicht weiter ...

Es geht jedenfalls darum das die Signatur immer ganz unten am Posting stehen soll - Das macht sie aber nicht.

Hier ein Auszug der Passage aus der Viewtopic.tpl :

Code: Alles auswählen

<tr>
				<td colspan="2"><p class="p1"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}<br /><br /></span></p></td>
			</tr>
Ich bekomme es einfach nicht gebacken das diese ganz unten steht !?!

Vielleicht kann mir ja jemand helfen. Vielen Dank !

Natheedo
Zuletzt geändert von Natheedo am 28.11.2005 18:20, insgesamt 1-mal geändert.
Benutzeravatar
roum
Mitglied
Beiträge: 569
Registriert: 12.07.2004 13:23
Wohnort: Köllefornia
Kontaktdaten:

Beitrag von roum »

Da bin ich auch sehr interessiert dran, habs aber nach dutzenden Versuchen aufgegeben :-?


<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">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
Der Übeltäter müsste das rote "valign=top" sein. Das sorgt allerdings dafür, das die Überschrift, der Beitrag.... und auch die Signatur immer "top" ausgerichtet wird.
Jeder Tag ist gleich lang doch unterschiedlich breit.
Benutzeravatar
Natheedo
Mitglied
Beiträge: 139
Registriert: 14.07.2003 13:21

Beitrag von Natheedo »

Hm hab auch eben festgestellt per SuFu das noch mehr das Problem haben, eine Lösung gabs aber nie ...

Habs jetzt auch mal so ausprobiert:

Code: Alles auswählen

<tr>
				<td colspan="2"><p class="p1"><span class="postbody">{postrow.MESSAGE}</span></p></td>
			</tr>
			<tr>
			<td colspan="2" height="100%" valign="bottom"><p class="p1"><span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}<br /><br /></span></p></td>
			</tr>
Aber ohne Erfolg, das valign Bottom wird einfach ignoriert ....

Werde aber mal bisschen mit dem von dir angesprochenen Valign Top rumbasteln ...

Oh man sieht das ***** aus wenn die Signatur in der Luft hängt ....

Natheedo
Benutzeravatar
vb-biker
Mitglied
Beiträge: 260
Registriert: 04.03.2004 14:13
Wohnort: Kölle
Kontaktdaten:

Beitrag von vb-biker »

Benutzeravatar
Natheedo
Mitglied
Beiträge: 139
Registriert: 14.07.2003 13:21

Beitrag von Natheedo »

So hab ich es doch geändert, siehe meinen 2ten Post - Ging aber nicht.

Natheedo
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

Hat du mal bitte einen Link zu deinem Forum ... oder aber die komplette viewtopic_body.tpl

Markus
Benutzeravatar
Natheedo
Mitglied
Beiträge: 139
Registriert: 14.07.2003 13:21

Beitrag von Natheedo »

Hi,

klar - hier die komplette viewtopic.tpl :

Code: Alles auswählen

<table width="880" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_CAT} {TOPIC_TITLE}</a><br />
	  <span class="gensmall"><b>{PAGINATION}</b><br />
	  &nbsp; </span></td>
  </tr>
</table>

<table width="880" cellspacing="2" cellpadding="0" border="0" align="center">
  <tr> 
	<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>

<table class="forumline" width="880" cellspacing="0" cellpadding="0" border="0" align="center">
	<tr align="right">
		<td height="4"></td>
	</tr>
	{POLL_DISPLAY} 
	<tr>
		<td class="cattitle" width="180" height="18" nowrap="nowrap"><p class="p1">{L_AUTHOR}</p></td>
		<td class="cattitle2" nowrap="nowrap"><p class="p1">{L_MESSAGE}</p></td>
	</tr>
	<!-- BEGIN postrow -->
	<tr> 
		<td width="180" align="left" valign="top" style="padding-top:3px;" class="row0 bgSoft"><p class="p1"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><br style="line-height:3px;" /><span class="postdetails">{postrow.CUSTOM_RANK}{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}<br />{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_AGE}<br />{postrow.POSTER_GENDER}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}<br /><br />{postrow.POSTER_ONLINE}<br /></span><br /></p></td>
		<td class="row4" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td width="100%" style="padding-top:3px;"><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">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
				<td valign="top" nowrap="nowrap" style="padding-top:3px;"><p class="p1">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</p></td>
			</tr>
			<tr> 
				<td colspan="2"><hr /></td>
			</tr>
			<tr> 
            <td colspan="2"><p class="p1"><span class="postbody">{postrow.MESSAGE}</span><br /><br /><span class="gensmall">{postrow.EDITED_MESSAGE}</p></td> 
         </tr> 
         <tr> 
         <td colspan="2" height="100%" valign="bottom"><p class="p1"><span class="postbody">{postrow.SIGNATURE}</span></p></td> 
         </tr> 
		</table></td>
	</tr>
	<tr> 
		<td class="row0 bgSoft" width="150" align="left" valign="middle"><span class="nav"><p class="p1"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></p></span></td>
		<td class="row4" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
			<tr> 
				<td valign="middle" nowrap="nowrap"><p class="p1">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} <img src="templates/SoftGreen/images/spacer.gif" alt="" width="10" height="1" /> {postrow.EBAY_IMG}<script language="JavaScript" type="text/javascript"><!-- 

	if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
		document.write(' {postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script><noscript>{postrow.ICQ_IMG}</noscript></p></td>
			</tr>
		</table></td>
	</tr>
	<tr> 
		<td class="spaceRowLR" colspan="2" height="1"><img src="templates/SoftGreen/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<!-- END postrow -->
	<tr align="center"> 
		<td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
			<tr><form method="post" action="{S_POST_DAYS_ACTION}">
				<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
			</form></tr>
		</table></td>
	</tr>
</table>

<table width="880" cellspacing="2" cellpadding="0" border="0" align="center">
  <tr>
  <td height="4"></td>
  </tr>
  <tr> 
  	<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
	  </tr>
	  <tr>
	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall"></span><br /><span class="nav">{PAGINATION}</span> 
	  </td>
  </tr>
  <tr>
	<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
  </tr>
</table>

<table width="880" cellspacing="2" border="0" align="center">
  <tr> 
	<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
	  &nbsp;<br />
	  {S_TOPIC_ADMIN}</td>
	<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>
Natheedo
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

suche:

Code: Alles auswählen

      <td class="row4" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> 
ersetze mit:

Code: Alles auswählen

      <td class="row4" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%"> 
Markus
Benutzeravatar
Natheedo
Mitglied
Beiträge: 139
Registriert: 14.07.2003 13:21

Beitrag von Natheedo »

Hi,

das wars super, jetzt funzt es wenigstens im IE :)
(Firefox wird wohl nicht machbar sein !?! )

Vielen Dank !!

Natheedo
Benutzeravatar
Markus67
Ehrenadmin
Beiträge: 28346
Registriert: 12.01.2004 16:02
Wohnort: Neuss
Kontaktdaten:

Beitrag von Markus67 »

Hi ...

hast du denn mal einen Link zum Forum damit ich mir das mal ansehen kann? Das sollte eigentlich auch möglich sein das ganze dem FF beizubringen :wink:

Markus
Antworten

Zurück zu „phpBB 2.0: Styles, Templates und Grafiken“