Ref:
Quote:
Originally Posted by jilly
well, I can put the code into the navbar myself, that's not an issue, just need to know what exactly to put in - like whatever the code is that makes the link.. for example...
|
Quote:
Originally Posted by Mosh
OK, the below is tested and working, so for the last time, copy and paste the below
Code:
<!-- Forum-wide Search For Unanswered Threads (c) Mosh Shigdar 2008 --><td class="vbmenu_control"><a href="{$vbulletin->options['bburl']}/search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude={$vbulletin->options['fwsfut_exclude_forums']}&nocache={$vbulletin->options['fwsfut_cache_enable']}">$vbphrase[forum_wide_unanswered]</a></td><!-- end of Forum-wide Search For Unanswered Threads -->
|
Bear with me, as I have a bit of a
strange request. I have a NewsBot (i.e. user) that posts RRS feeds as threads throughout my forum, however I don't need/want the NewsBot's threads to be included in this UnAnswered Thread search.
So, is there any sort of CODE that could be added into that above somewhere that would 'skip' all of it's threads when performing the search? If so, that'd be just perfect for my purposes.
P.S. Install went perfectly and it's working great just as it's been created to.