![]() |
Quote:
I just remembered that I had the same problem with V1 and that was the fix which also happened to work on v2 I guess it's possible I have something else in there that is conflicting with it (although i can't imagine what it could be since search_stats.php is a stand alone admincp script and I have no mods that alter the search in any way. But who knows, when you start modding stuff you run into all kinds of potential for conflicts. I just figured I would post up the fix just in case someone else experienced a similar problem. Again, thank you for a great mod. |
Just a thought, but it occurred to me that every time a user clicks on one of the "most searched" keywords on forum home it is actually increasing the count for the # of times that term/phrase was searched for, thereby falsely inflating the true number of searches people did on the term.
Since people are likely to click on them because...they can....it would seem those "most searched" words would be inflated and always remain showing in the top 20 most searched. Maybe append a new parameter to the end of the link to each of those search terms something like (searchstats=donotcount for example). Where if that parameter is passed when clicking on the link, the searchstats plugin knows not to add to the count for that word/phrase. This way the only words counted in the search stats are terms people actually searched for on their own. Anyway, just an idea. That was a change on made on mine. |
Quote:
|
Quote:
maybe i have sometime to update it soon and add it thanx for ur feedback & support Regards Mahmoud |
This is a really good hack for me. And putting it at what's going is is equally good. VbAdvanced module would put more value to it though.
Thank you! |
Quote:
but i think this place is suitable for this stat if it is all going to go like u said, so we should move the "Members count stat" to the memberlist page :rolleyes: i think the Forumhome footer is suitable for displaying multiple stats which belongs to different things thanx again for ur feedback, of course everyone has his own point of view, this doesnt mean the other is false :) |
Quote:
i will think about integration with VBA thanx for ur feedback :) Regards |
Quote:
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') |
Looks interesting, I might try this out at some point. Cheers. :)
|
How would I go about editing in order to have the display font show up as 'smallfont'?
|
All times are GMT. The time now is 09:35 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|