Buddylist aanpassing
Geplaatst: 19 mei 2007, 16:52
Modificatie & Versie: Buddylist 1.1.1
Directe link naar de modificatie: http://www.phpbbhacks.com/load.php?id=909
Adres van je forum: http://www.fayapalace.com/
phpBB versie: laatste versie
Heb je onlangs een andere modificatie of stijl geïnstalleerd? n.v.t
Wat is het probleem?
Ik heb de buddylist hack geinstalleerd alles werkt perfect.
De buddylist is zichtbaar in de viewtopic.php/viewtopic_body.tpl,
Maar in plaats van dat je de buddylist ziet van je zelf, zie je de eigen buddylist ook bij andere gebruikers.
Mijn vraag:
Hoe kan ik de bestanden zo aanpassen dat ik het alleen bij mijn eigen
post zie?
Zo ziet de code in viewtopic_body.tpl er nu uit:
Directe link naar de modificatie: http://www.phpbbhacks.com/load.php?id=909
Adres van je forum: http://www.fayapalace.com/
phpBB versie: laatste versie
Heb je onlangs een andere modificatie of stijl geïnstalleerd? n.v.t
Wat is het probleem?
Ik heb de buddylist hack geinstalleerd alles werkt perfect.
De buddylist is zichtbaar in de viewtopic.php/viewtopic_body.tpl,
Maar in plaats van dat je de buddylist ziet van je zelf, zie je de eigen buddylist ook bij andere gebruikers.
Mijn vraag:
Hoe kan ik de bestanden zo aanpassen dat ik het alleen bij mijn eigen
post zie?
Zo ziet de code in viewtopic_body.tpl er nu uit:
Code: Selecteer alles
<table class="forumline" width="98%" cellspacing="1" cellpadding="3" border="0" align="center">
<tr align="right">
<td class="catHead" colspan="2" height="20"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> </span></td>
</tr>
{POLL_DISPLAY}
<tr>
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br />
<span class="postdetails">{postrow.POSTER_RANK}<br />
{postrow.RANK_IMAGE}<br /><!-- IF TPL_CFG_AVATARS -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br /><br />
{postrow.POSTER_JOINED}<br />
{postrow.POSTER_POSTS}<br /><br />
<!-- BEGIN switch_gender_display -->
{L_GENDER}{postrow.POSTER_GENDER}<br />
<!-- END switch_gender_display -->
{postrow.POSTER_AGE}<br />
{postrow.POSTER_FROM}<br />
{postrow.CASH}</span><br />
<table width="100%" cellspacing="1" cellpadding="3" border="0" class="forumline">
<tr>
<th class="thHead"><div align="center">{L_BUDDYLIST}</div></th>
</tr>
<tr>
<td class="row1"><span class="genmed">{S_BUDDIES}</span></td>
</tr>
</table>
</td>
<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" 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}<!-- IF TPL_CFG_SIGNATURE == "1" -->{postrow.SIGNATURE}<!-- ENDIF --></span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
</tr>
</table>