E EnDLeSs New Member Nov 12, 2007 #1 Can someone get the hack that is located at HS - Signature of the Week - vBulletin.org Forum
S SpeedRazors New Member Nov 13, 2007 #2 If you want to make it display in certain forums, go into the template FORUMDISPLAY Code: Code: Find: <if condition="$show['threadslist']"> Add Above: <if condition="$forumid == 1">$hs_sotw</if> OR if you want it to display in multiple forums... Code: Code: <if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if> 1, 2, and 3 being the forumid's, this should work perfectly fine. If you want you can use more than three forums.
If you want to make it display in certain forums, go into the template FORUMDISPLAY Code: Code: Find: <if condition="$show['threadslist']"> Add Above: <if condition="$forumid == 1">$hs_sotw</if> OR if you want it to display in multiple forums... Code: Code: <if condition="in_array($forumid, array(1,2,2))">$hs_sotw</if> 1, 2, and 3 being the forumid's, this should work perfectly fine. If you want you can use more than three forums.