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
Derek if i wanted to add like a text box(to explain how the toplist works) above the top the header(the header says blahblahblah Toplist) how could I do that and what codes :S :squareeyed:
Derek if i wanted to add like a text box(to explain how the toplist works) above the top the header(the header says blahblahblah Toplist) how could I do that and what codes :S :squareeyed:
You mean you want to put it right beside your forums name Topist?
Quote:
Originally Posted by CAL
AM I doing something wrong here?
I want non members to be able to add sites too. ie just guests.
Can this be done?
No, that is currently not a feature. I might add it in an upcoming release.
how code i show the image above the code... basiclly have another table above it showing what they are linking(ex. the button in a table above just showing the image) to make it clearer have 2 tables one with image and the one on the bottom like it is now with the code?
You mean you want to put it right beside your forums name Topist?
No i basically want a text box above the "forumname Toplist" line.
make sense??
Also can you make a feature to approve or decline toplists
And also you know when someone registers a toplist and gets there link for the toplist. How can i change that to give a link that shows a image like a image 88x31 that says Vote toplist. Or even show me where the code is so i can change it
how code i show the image above the code... basiclly have another table above it showing what they are linking(ex. the button in a table above just showing the image) to make it clearer have 2 tables one with image and the one on the bottom like it is now with the code?
Just edit the Toplist_HTML_Code template, and change:
That should work, don't forget to change URL_To_Image to the url of your image.
Quote:
Originally Posted by Xtrato
No i basically want a text box above the "forumname Toplist" line.
make sense??
You could edit the Toplist template and after:
PHP Code:
$navbar
Add:
PHP Code:
<textarea cols="40" rows="5">Text</textarea>
Quote:
Originally Posted by Xtrato
Also can you make a feature to approve or decline toplists
Yes, I will add that to my to do list for this.
Quote:
Originally Posted by Xtrato
And also you know when someone registers a toplist and gets there link for the toplist. How can i change that to give a link that shows a image like a image 88x31 that says Vote toplist. Or even show me where the code is so i can change it
You can edit the Toplist_HTML_Code template to change it.