Seite 1 von 1

nickpagemod - kein icon in der viewtopic_body.tpl

Verfasst: 29.12.2007 13:26
von xxsteezyxx
hallo,

hab den nickpagemode ohne fehler eingebaut. allerdings ist bei mir die viewtopic_body.tpl ein bißchen anders, da ich durch einen anderen mod alle zeichen ausblenden lasse, wenn man nicht angemeldet ist.

hier meine viewtopic_body.tpl bzw. der relevante teil:

<td colspan="2"><span class="postbody">{postrow.MESSAGE}<font size="0">{postrow.SIGNATURE}</font></span><span class="gensmall">{postrow.EDITED_MESSAGE}
<!-- BEGIN edit_reason -->
<br /><br /><b>{postrow.edit_reason.L_EDIT_REASON}:</b>&nbsp;{postrow.edit_reason.EDIT_REASON}
<!-- END edit_reason -->

<!-- BEGIN show_not -->
</span></td>
</tr>
</table>

<tr>
<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td class="{postrow.ROW_CLASS}" 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">{postrow.show_not.PROFILE_IMG} {postrow.show_not.PM_IMG} {postrow.show_not.EMAIL_IMG} {postrow.show_not.WWW_IMG} {postrow.show_not.AIM_IMG} {postrow.show_not.YIM_IMG} {postrow.show_not.MSN_IMG}{postrow.ICQ_IMG}</td>
</tr>
</table></td>
</tr>
<!-- END show_not -->

<tr>
<td class="spaceRow" colspan="2" height="20"><img src="templates/BBTech/images/spacer.gif" alt="" width="1" height="20" /></td>
</tr></table></td>
<td background="templates/BBTech/images/trt.gif"><img name="trt" src="templates/BBTech/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>
<tr>
<td><img name="blc" src="templates/BBTech/images/blc.gif" width="10" height="12" border="0" alt=""></td>
<td background="templates/BBTech/images/btm.gif"><img name="btm" src="templates/BBTech/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img name="brc" src="templates/BBTech/images/brc.gif" width="10" height="12" border="0" alt=""></td>
</tr></table>
<!-- END postrow -->

wie bekomm ich das:

<!-- BEGIN Nickpagebutton -->
<a href="{postrow.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
<!-- END Nickpagebutton -->

da rein?

hab keinen plan... danke und einen guten rutsch...

Re: nickpagemod - kein icon in der viewtopic_body.tpl

Verfasst: 29.12.2007 14:51
von ichitaka
Ich rate mal :

Code: Alles auswählen

            <td valign="middle" nowrap="nowrap">{postrow.show_not.PROFILE_IMG} {postrow.show_not.PM_IMG} {postrow.show_not.EMAIL_IMG} {postrow.show_not.WWW_IMG} {postrow.show_not.AIM_IMG} {postrow.show_not.YIM_IMG} {postrow.show_not.MSN_IMG}{postrow.ICQ_IMG}</td>
         <!-- BEGIN Nickpagebutton -->
	<a href="{postrow.show_not.Nickpagebutton.U_NICKPAGE}"><img src="templates/nickpage/nickpage_button_big.gif" border="0"></a>
	<!-- END Nickpagebutton -->
</tr>
Kann natürlich falsch sein :lol:
Hab auch nicht viel mehr ahnung.

Verfasst: 29.12.2007 17:34
von xxsteezyxx
funktioniert leider nicht, das mit dem postrow ist nicht definiert, wie mach ich das denn?

der code beim nickpagemod schaut so aus:

klick