Quote:
Originally Posted by coderphp
gr8 idea i think
maybe i have sometime to update it soon and add it
thanx for ur feedback & support
Regards
Mahmoud
|
Here's how I did it -
changes in red
forumhome_complete plugin:
Code:
if(!in_array(strip_tags($put['query']), $censor_words)) $most_searched .= "<a href=\"search.php?do=process&searchstats=nocount&q=". $put['query'] ."\"><font size=\"".$r."\">" . strip_tags($put['query']) . "</font></a> ";
search_process_start plugin:
Code:
if($vbulletin->options['setting_searchstats_onoff'] AND $_REQUEST['searchstats']!='nocount')
Always glad to help with a great product when I can - I spend countless hours testing software, all that practice gives me a good eye for incremental improvements