Hi guys
I have updated my navbar successfully to add the ending to the search.php query as shown below so that threads from those categories don't appear in my list. i.e. adding &exclude=212,220 at the end where 212 and 220 are the forum ID's I don't want included in the results
I have done the same in your forumhome_welcomepanel (see below) but it does not seem to work in there. Any ideas?
<!-- Start Image Links -->
<if condition="$vbulletin->options['images'] == 'imgs'">
<a href="search.php?{$session[sessionurl]}do=getnew&exclude=212,220"> <img src="$vboptions[wp_forumimagelink]newposts.png" alt="New Posts"></a> <a href="search.php?{$session[sessionurl]}do=getdaily&exclude=212,220"><img src="$vboptions[wp_forumimagelink]24hours.png" alt="Get Daily Posts"></a>
|