Quote:
Originally Posted by Developer
you can put you're own image just edit the template edit ..
|
Quote:
2-Edit Template SHOWTHREAD
Find:
HTML Code:
<tr>
<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
</tr>
Add Below it
HTML Code:
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <if condition="in_array($thread['threadid'], $mybestthread)">
<img alt="add-to-my-best-threads" src="IMG_SRC">
<a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else />
<img alt="remove-from-my-best-threads" src="IMG_SRC">
<a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>
|
i had answerd this question before and here is the full solution ... plz take it easy ..
and this let me say it again, without image the hacks sucks !!?