![]() |
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?
|
Quote:
Code:
Database error in vBulletin 3.5.1: comment: also i ran the queries and seem to be in there i double checked everything just waiting for you i'm stuck :ermm: |
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 |
Just wondering, because I really don't know. Why would a site have a toplist?
|
Quote:
got to love u man...lol... :rolleyes: it worked know i have to figure out how to resolve the new version....error message will keep you informed |
Quote:
Quote:
Thanks, Derek |
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 |
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! |
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 |
Thanks for the quick reply Derek. Got the broken image sorted out, thanks very much. :D
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? |
All times are GMT. The time now is 03:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|