jimbocook
12-18-2006, 04:37 PM
I'm addin digg links to my threads but I only wan them to show up in selected forums. How can I add (or exclude) the digg links from threads in a given forum (or from a list of forums)?
Thanks
Answered my own question in vbulletin:
<if condition="!in_array($forumid, array(1,2,3))">
Code Goes here
</if>
Just plug in the forum numbers you want to exclude.
Thanks
Answered my own question in vbulletin:
<if condition="!in_array($forumid, array(1,2,3))">
Code Goes here
</if>
Just plug in the forum numbers you want to exclude.