Version: 2.0.0, by derekivey
Developer Last Online: Jan 2010
Version: 3.5.8
Rating:
Released: 10-17-2005
Last Update: 01-04-2007
Installs: 412
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations
No support by the author.
Toplist Developer:derekivey Version: 2.0.0 vBulletin Version: 3.5.5 (Seems to work fine on 3.6.0) File Edits: 0 Template Edits: 2 (Optional) New Phrases: 294 Uses Plugins: Yes! Difficulty: Easy
Description: This hack adds a Toplist to your forums. You can choose in the AdminCP whether to rank the sites by their In hits or their Out hits. It is fully phrased to make it easy to translate to another language if you need to. The users are able to add a site, edit, or delete their site if they added it. The Administrators can Edit the users' sites or Delete them.
This hack is for vBulletin 3.5.5.
*** I Strongly Recommend That You Backup Your Database Before Installing/Upgrading This Hack! ***
Planned features for a later release:
Add Image Storage Setting (hot linking or upload)
Add Stats Page [ Will be released later ]
Add API to get site info onto non-vB pages and other vB pages.
Add Site Comment System
Fix bug with & not being allowed in URLs [ Done ]
Add Setting to choose where to put Toplist Sites Marquee
Anyone know if the scroll can be turned off on the forumhome page and just show the images or links?
Is there a a way to turn off the "Button Image"?
And if I have Show User Banners enabled, when viewing Currently Active Users it says:
Unknown Location /toplist_image.php?do=view...
and if you click on that link it will just bring up the button image alone.
Also, I have my main table width set at 760px and after adding a new site under Site Added Successfully, it breaks the table width & goes way off to the right side.
Anyone know if the scroll can be turned off on the forumhome page and just show the images or links?
Just edit the Toplist_Forum_Home template and remove the marquee in it leaving $toplist_images where the marquee tags were.
Quote:
Originally Posted by ubblite
Is there a a way to turn off the "Button Image"?
Toplist --> Toplist Options -> Show User Banners (set to no)
Quote:
Originally Posted by ubblite
And if I have Show User Banners enabled, when viewing Currently Active Users it says:
Unknown Location /toplist_image.php?do=view...
and if you click on that link it will just bring up the button image alone.
Looks like a bug with the WOL. I will take a look and fix it when I get back from school.
Quote:
Originally Posted by ubblite
Also, I have my main table width set at 760px and after adding a new site under Site Added Successfully, it breaks the table width & goes way off to the right side.
I'll have to take a look at this. It hasn't happened to me before I will see if I can find out what is wrong.
I have fixed a bug with the views counter not counting views from guests. Simply upload and overwrite the attached php file. The zip file has been updated also.
Hopefully this has not been asked already but I have toplist installed and im trying to do some link exchanges with other sites that have toplist or something like it and i need to know if i missed something or if there is a way to have a choice between uploading a banner and linking a banner because i need to use there html code so i can get credit on there site when someone clicks on it on my toplist... In the code below, i believe i can use the (Site Url), on the first line <a href="http://www.hot-car-sites.com/"> and fill in the name, & Description as normal but i dont see away to use the banner part of the link on the 2nd line?
example of what i need to put in for the banner to get credit
The new file gives me a db error:
Database error in vBulletin 3.5.0:
Invalid SQL:
UPDATE vb3_toplist_sites SET
out=out+1,
views=views+1
WHERE id='9';
MySQL Error : Unknown column 'views' in 'field list'
Error Number : 1054
Are you running the latest version (1.0.7) of my hack? It looks like you are missing the views field. If you are not upgraded yet, please upgrade, but if you did, just execute this query in vB's admincp or PHPMyAdmin.
[sql]ALTER TABLE `vb3_toplist_sites` ADD `views` INT( 25 ) UNSIGNED NOT NULL;[/sql]