
05-18-2006, 11:54 AM
|
 |
|
|
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by dinodonk
i do not want a postbit added when someone thanked... so i change thankspostbit to :
PHP Code:
<fieldset class="fieldset"> <legend>The Following User(s) Says Thank You For This Useful Post:<if condition="$bbuserinfo[usergroupid] == 6"> | <a href="showthread.php?do=post_thanks_remove_all&p=$post[postid]" onclick="post_thanks_remove_all_$post[postid](); return false;">$vbphrase[post_thanks_remove]</a> </if> | <if condition="$post_thanks_user > 0 && $vboptions[post_thanks_delete_own] == 1"> <a href="showthread.php?do=post_thanks_remove_user&p=$post[postid]" onclick="post_thanks_remove_user_$post[postid](); return false;">$vbphrase[post_thanks_remove_user]</a></if></legend>
<table cellpadding="0" cellspacing="3" border="0"> <tr>
<td>$liste_user</td> </tr>
</table> </fieldset>
and move
PHP Code:
<!-- Start Post Thank You Hack --> $post_thanks <!-- End Post Thank You Hack -->
to above signature in postbit.
will that changes make any error to your hack??
Thanks!
|
Try it.
|