The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Toplist Details »» | |||||||||||||||||||||||||
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:
The change log is now available here. Screen Shots I have added screen shots of this hack in action below. More screenshots are located here. Demo You can find demo information here. Translations You can find a French translation of this hack here. For a How To on Editing the Dynamic Image, See this Post. Please click Install you installed this hack. Thanks! Supporters / CoAuthors Show Your Support
|
Comments |
#482
|
|||
|
|||
Ok, No problem, glad you got it working. Also do you remember what kind of errors it gave you when you tried uploading the images?
|
#483
|
||||
|
||||
Quote:
Code:
Database error in vBulletin 3.5.1: Invalid SQL: SELECT * FROM toplist_ratings WHERE site_id='1' && username='puertoblack2003'; MySQL Error : Table 'puertotech.toplist_ratings' doesn't exist Error Number : 1146 Date : Sunday, February 5th 2006 @ 08:56:52 AM Script : http://www.loveforlife.com/toplist.php?do=rate&id=1 Referrer : IP Address : xxxxx.xxxx.xxx Username : xxxxxxxxxxxxx Classname : vb_database comment: also i ran the queries and seem to be in there i double checked everything just waiting for you i'm stuck :ermm: |
#484
|
|||
|
|||
For some reason it looks like the SQL table for the ratings didn't get created. Try executing this code in PHPMyAdmin, or vB's query page in the AdminCP.
[sql] CREATE TABLE `toplist_ratings` ( `id` int(10) NOT NULL auto_increment, `site_id` int(10) NOT NULL default '0', `username` varchar(255) NOT NULL default '', `rating` int(1) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM; [/sql] Also if you have a table prefix, be sure to add that to the table name also. Derek |
#485
|
||||
|
||||
Just wondering, because I really don't know. Why would a site have a toplist?
|
#486
|
||||
|
||||
Quote:
got to love u man...lol... it worked know i have to figure out how to resolve the new version....error message will keep you informed |
#487
|
|||
|
|||
Quote:
Quote:
Thanks, Derek |
#488
|
|||
|
|||
hi,
first: when i delete a site using admin panel, i see that message: Warning: unlink(/**************public_html/images/toplist/buttons/sites/forumbit_14): No such file or directory in /*****cp/toplist_admin.php on line 646 deleting succesfull.. second: when I'm adding a new site, toplist looks like that althoug i don't use a picture. why it try to screen image although i use blank: http://img291.imageshack.us/img291/7020/example7px.jpg sorry for my english. thanks |
#489
|
|||
|
|||
Installed and working almost perfectly. Couple of questions:
- Where do I edit/add the missing image in the attached pic? - How do I set the allowed image types? I made the edits to the files in post 463, but it still wants "JPEG" instead of "JPG". Thanks! |
#490
|
|||
|
|||
Quote:
Also can you PM me the url to your forum and a test account so that I can try the 2nd thing? It shouldn't be showing anything if you leave the image field blank. Quote:
For your second question, did you add $image_type == "image/jpg" to the if statement? Derek |
#491
|
|||
|
|||
Thanks for the quick reply Derek. Got the broken image sorted out, thanks very much.
For the JPEG problem, I don't want ".jpeg" at all, so I changed all the instances listed from ' OR $image_type == "image/jpeg"' to OR $image_type == "image/jpg". I assume that should have worked as well, no? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|