Quote:
Originally Posted by h2ojunkie
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
|
thanx h2ojunkie, gr8 idea..
if u dont mind i added ur snippet of code to the product, preserving ur copyright

thanx again for ur help
Quote:
Originally Posted by projectego
Looks interesting, I might try this out at some point. Cheers. 
|
thanx
Quote:
Originally Posted by wizardan
How would I go about editing in order to have the display font show up as 'smallfont'?
|
in forumhome_complete plugin code:
replace:
with:
Code:
class=\"smallfont\"
Quote:
Originally Posted by Andreas
As Wayne already suggested, I'd show this on Advanced Search.
TMS XML attached for those who need it 
|
thanx for ur feedback... and for the file