Quote:
Originally Posted by mmdmk
When you have follow problem by Click on the Thank-You-Button:
you must change the sid_hide_noaccess-Template:
Code:
<if condition="$vboptions[disable_ajax] != 2 AND $vboptions[sid_hide_ajax_on] == 1">
<script type="text/javascript">
if (hide_aktiv) window.clearInterval(hide_aktiv);
var hide_aktiv = window.setInterval("findposts(fetch_object('posts'),'$hide_call')", 3000);
</script>
</if>
<div id="hide_fieldset"><fieldset>
<legend><span class="highlight">$vbphrase[sid_hide_post_hide]</span></legend>
<a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" 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">$hide_img</a>
</fieldset></div>
Here is the Product file (works on vb 3.7.2PL1 + Post Thanks 7.7).
|
Can this Hide the content on Print Thread version?