i've done some changes also to decrease page size
post_thanks_box template:
Quote:
<if condition="!$show['guest']">
<span id="post_thanks_box_$post[postid]">$post_thanks_box</span>
<else />
<if condition="$post_thanks_box != ''">
<span id="post_thanks_box_$post[postid]">$post_thanks_box</span>
</if>
</if>
|
post_thanks_button:
Quote:
<if condition="!$show['guest']"><a href="showthread.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="post_thanks_give_('$post[postid]'); return false;"</if> style="display:$display_image" rel="nofollow"><img src="$stylevar[imgdir_button]/post_thanks.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /></a></if>
|
js included in SHOWTHREAD this way:
Quote:
<!-- / controls above postbits -->
<if condition="!$show['guest']"><script type="text/javascript" src="/clientscript/thank.js"></script></if>
<!-- toolbar -->
|
in postbit_legacy template
Quote:
<!-- controls -->
$post_thanks_button
<if condition="$post['editlink']">
|
and my thanks button
Attachment 60414
works on my forum now