View Single Post
10-18-2011, 10:06 PM   #1
xorex
Junior Member
 
Join Date: Oct 2011
Posts: 1
Rep Power: 0
xorex is getting browny points
Ignore thread from threadbit template

Hi, installed Comprehensive Ignore System and it work fine, but i want make ignore button in threadbit template like this



In threadbit template

FIND:

HTML Code:
<if condition="$show['sticky']">
BEFORE ADD:

HTML Code:
<if condition="$vbulletin->userinfo[permissions]['cispermissions'] & $vbulletin->bf_ugp_cispermissions[can_thread]">
<a href="ignore_thread.php?token=$bbuserinfo[securitytoken]&$session[sessionurl]do=ignorethread&amp;t=$threadid" rel="nofollow">
<img class="inlineimg" src="$stylevar[imgdir_statusicon]/threadbit_ignore.png" alt="$vbphrase[cis_ignore_thread]" /></a>
</if>
but after i have error then i tried ignore thread

Quote:
vBulletin Message Invalid Thread specified. If you followed a valid link, please notify the administrator
After i svitch module location

Add ignores conditional to showthread - showthread_complete

to global_start , after i had DB error ((

You can help me make new additional module for threadbit button ?

Thank you !!
xorex is offline   Reply With Quote