The Arcive of vBulletin Modifications Site. |
|
Forum Search Stats V.2 Details »»
|
|||||||||||||||||||||||||
Hi all
Did you ever wondered what your users expect to find in your forums? Did you ever wanted to know what are their needs? Did you ever wanted to let them know what they can easily find? If your answer is "Yes", then you must use this product ... The 1st version was here https://vborg.vbsupport.ru/showthread.php?t=139829 What is new in Version 2
1- Log user searches in your forums. 2- Show most searched keywords on the main forums page in away that demonstrates every keywords importance in your forums. Screens Version Expected to work on all vBulletin 3.6 versions tell now. Template Edits 1 template edit in FORUMHOME Plugins 2 Plugins Installation 1- Upload the directory "upload" contents to your forum root. 2- Import the attached product "[product] Forum Search Stats 2.0.xml" into your AdminCP. 3- Edit template "FORUMHOME": BEFORE: Code:
</table> <br /> <!-- end what's going on box --> Code:
<if condition="$vbulletin->options['setting_searchstats_showuser'] AND in_array($vbulletin->userinfo['usergroupid'], $allowed_groups)">
<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
$vbphrase[most_searched]
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
<tr>
<td class="alt2"><img src="images/misc/search_stats.gif" alt="$vbphrase[most_searched]" border="0" /></td>
<td class="alt1" width="100%">$most_searched</td>
</tr>
</tbody>
</if>
you can also NOMINATE FOR MOD OF THE MONTH ![]() ALSO, many thanx for all who helped in testing and debugging the 1st version, the list is long so i couldnt name them here ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
screenshots
|
|
#3
|
||||
|
||||
|
Sounds like a good idea. I'll wait for other's opinions on it
|
|
#4
|
|||
|
|||
|
I hope I'm not stepping on any toes, cause I really do love this mod.
I just tested V2 on 3.6.4 to see if it would work and get the following error when trying to view search stats in admincp. (I know, i'm too lazy to do the full 3.6.7 update and settled for just the security patches) Code:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /my/path/forum/admincp/search_stats.php on line 18 in search_stats.php Replace this: PHP Code:
PHP Code:
The actual search terms don't show up (just the word "None") but the block itself still shows. I would think the entire section should not show if they don't have viewing permissions. It doesn't make sense to show a 'search stats' box with nothing in it. So I changed the FORUMHOME template edit from this: Code:
<if condition="$vbulletin->options['setting_searchstats_showuser']"> Code:
<if condition="$vbulletin->options['setting_searchstats_showuser'] AND in_array($vbulletin->userinfo['usergroupid'], $allowed_groups)"> |
|
#5
|
||||
|
||||
|
very nice
|
|
#6
|
|||
|
|||
|
How can I show the most searched keywords using vbadvanced? like a search cloud?
|
|
#7
|
||||
|
||||
|
Does the list of most searched for terms have to go in the "what's going on box"? I think that is the most illogical place to put it.
|
|
#8
|
||||
|
||||
|
Quote:
i dont know maybe u have another hack which interfere with this? Quote:
please re-download the product |
|
#9
|
|||
|
|||
|
looks cool
thanks for sharing .. won't install yet, but looks really nice .. great job
|
|
#10
|
||||
|
||||
|
thanx
![]() Quote:
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|