Version: 1.00, by coderphp
Developer Last Online: Jan 2023
Category: Statistics Modifications -
Version: 3.6.4
Rating:
Released: 02-18-2007
Last Update: 02-22-2007
Installs: 65
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
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 ...
Features
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.
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 1.0.xml" into your AdminCP.
3- Edit template "FORUMHOME":
BEFORE:
Finally, if you like the product Please show your support by clicking INSTALL..
you can also NOMINATE FOR MOD OF THE MONTH
IMPORTANT: after installation if you noticed that keyword font size is very large, wait and give it a try as font size is depending on num of search in ur forum, so wait and give it a try...
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
I've had to disable it as people where spamming the search box with urls to other sites, also a lot of people were swearing and basically just abusing the box.
In the forumhome template, paste this before the code: <if condition="$bbuserinfo[usergroupid] == 6">
and this after: </if>
So only admins can see it. It's good for finding keywords for your site, because if you know what users are searching for you can focus on those words to make articles, threads, tags, meta keywords, titles, etc.
I've had to disable it as people where spamming the search box with urls to other sites, also a lot of people were swearing and basically just abusing the box.
Slightly off topic, but when I view your football forum as a guest, I get the fist page showing the image url in the poll pushing the forums out....
So only admins can see it. It's good for finding keywords for your site, because if you know what users are searching for you can focus on those words to make articles, threads, tags, meta keywords, titles, etc.
Agree with you 100% as this is the main reason - for me - for programming this hack..
Hi, Ive my forum in a root and not in a /forum dir, I have install this mod but after the product is active the database error appear in a forum index, it don't find the table, any fix?
Hi, Ive my forum in a root and not in a /forum dir, I have install this mod but after the product is active the database error appear in a forum index, it don't find the table, any fix?
execute this query:
Code:
CREATE TABLE `coder_searchstats` ( `id` int(10) unsigned NOT NULL auto_increment, `query` varchar(200) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', PRIMARY KEY (`id`) )
great hack!! since i have a dark theme... i changed the graphic to something appropiate... and made the search result text smaller... but other than that.... this is great!! really nice..
i personally cant think of anything this hack needs to be any better
Can you please tell me how you made the text smaller?
There seem to be something wrong... it shows a completely different list of keywords every F5, there is no ranking or words marked bigger because they are searched more? isn't that what statistics is about? Because this is pretty useless if you don't know what the top keywords are...