Quote:
Originally Posted by ChurchMedia
*installed* Thanks for the cool hack! I have a custom navbar so I altered the code to make it work for me. I changed the plugin code to:
PHP Code:
$fwsfut_groups = explode(',',$vbulletin->options['fwsfut_grps']);
if (is_member_of($vbulletin->userinfo,$fwsfut_groups)) { $unanswered = '<a href="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>'; }
(let me know if you want me to delete this)
This way I could just insert the $unanswered variable where I needed the link to be.
Thanks again! 
|
No need to delete it, other people may have a custom navbar, they may want to use it.
Thanks for sharing