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.
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT MAX(`count`) AS m FROM coder_searchstats;
MySQL Error : Table 'amg209_forum.coder_searchstats' doesn't exist
Error Number : 1146
Date : Tuesday, February 20th 2007 @ 03:34:50 PM
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT MAX(`count`) AS m FROM coder_searchstats;
MySQL Error : Table 'vastatic_forum.coder_searchstats' doesn't exist
Error Number : 1146
Date : Tuesday, February 20th 2007 @ 03:34:50 PM
i got this error WHY ?
it tells that the hack table doesnt exist..
Please re-install the product again..
If for any reason the problem presists execute this query manually from the admincp:
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`) ) ENGINE=MyISAM
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM' at line 1
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE=MyISAM' at line 1
ok now it is clear for me
do the following:
1- reinstall the product.
2- execute this new 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`) )
Works great, any chance of getting a way to remove 1 search term from the box, like the way Zoints Tags works (which looks similar) is that if you're an admin, there's an x next to each tag (or search term in this case) which will remove it. Also, it might be good to have a list of words that would be ignored, i've already got a swear word up on mine
Nevermind, I went in and manually edited the database. The problem is that your product is not creating the "TABLE_PREFIX" because its not in the product to include it. So you might want to fix that as well. Also, the "expand / collapse" doesn't work. It expands / collapses my "upcoming events"
EDIT: and that would be because you're USING the "upcoming events" module for it. As shown in your FORUMHOME template edit here: