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
I think I have a line in add_site.php that automatically prints the no permission page for guests. You will have to comment that line out to let guests add sites, I'll prolly delete that line in the next version.
For some reason the voting popup doesn't popup anymore since the last update. The randon Topsite rating popup works just fine on the Topsite page and in the VBA cmps module but not the rest of the sites on the topsite.php.
Here's how to fix it. I think I forgot to fix it in 2.0.0.
Edit the phrased called toplist_email under the email body text phrase group.
Change it's contents from:
PHP Code:
A new site has been submitted to $vboptions[bbtitle]'s Toplist. Please check it and if it looks ok, validate it. Here are the details of it: Site Name: $vbulletin->GPC[sitename] URL: $vbulletin->GPC[url] Description: $vbulletin->GPC[description] Username: {$vbulletin->userinfo['username']} To validate it, login to your AdminCP, and click the Inactive users link on the left under Toplist.
To:
PHP Code:
A new site has been submitted to {$vboptions[bbtitle]}'s Toplist. Please check it and if it looks ok, validate it. Here are the details of it: Site Name: {$vbulletin->GPC[sitename]} URL: {$vbulletin->GPC[url]} Description: {$vbulletin->GPC[description]} Username: {$vbulletin->userinfo['username']} To validate it, login to your AdminCP, and click the Inactive users link on the left under Toplist.
Click Save.
Quote:
Originally Posted by jaks
For some reason the voting popup doesn't popup anymore since the last update. The randon Topsite rating popup works just fine on the Topsite page and in the VBA cmps module but not the rest of the sites on the topsite.php.
Anyone else having that prob?
I'll look into this. I probably forgot to update the vBadvanced module for 2.0.0.