vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Statistics Modifications - Forum Search Stats V.2 (https://vborg.vbsupport.ru/showthread.php?t=153072)

h2ojunkie 07-23-2007 12:41 AM

Quote:

Originally Posted by coderphp (Post 1298636)
i tested it again and i didnt face this problem
i dont know maybe u have another hack which interfere with this?

I guess it's possible.

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.

h2ojunkie 07-23-2007 12:51 AM

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.

Wayne Luke 07-23-2007 01:24 AM

Quote:

Originally Posted by coderphp (Post 1298638)
can u clearify why u think that?:confused:

Yeah. I think it should go on the search page (both advanced search and search results) myself. The "What's Going On is already overcluttered that it will be ignored by most users and you don't need this information shown unless someone is looking to search.

coderphp 07-23-2007 02:13 AM

Quote:

Originally Posted by h2ojunkie (Post 1298663)
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.

gr8 idea i think
maybe i have sometime to update it soon and add it
thanx for ur feedback & support

Regards
Mahmoud

kushal 07-23-2007 02:15 AM

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!

coderphp 07-23-2007 02:17 AM

Quote:

Originally Posted by Wayne Luke (Post 1298680)
Yeah. I think it should go on the search page (both advanced search and search results) myself. The "What's Going On is already overcluttered that it will be ignored by most users and you don't need this information shown unless someone is looking to search.

yeah thanx for ur clearance of the topic..

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 :)

coderphp 07-23-2007 02:19 AM

Quote:

Originally Posted by kushal (Post 1298696)
VbAdvanced module would put more value to it though.

as it was asked b4
i will think about integration with VBA

thanx for ur feedback :)
Regards

h2ojunkie 07-23-2007 04:37 AM

Quote:

Originally Posted by coderphp (Post 1298694)
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> &nbsp;&nbsp;";

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

projectego 07-23-2007 07:31 AM

Looks interesting, I might try this out at some point. Cheers. :)

wizardan 07-23-2007 11:26 AM

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
  • Page Generation 0.01418 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete