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
Looks like you created a product for that, which is only needed if you are making hacks. Instead delete that product, and import the product xml file that came in the zip file and it that stuff should show up for you.
Thank you. I don't know how it happened.
Now it's installed. Some issues:
I want toplist to be public viewable, not just for allowed usergroups. How do I go about that? (there is no usergroup "all" to allow view toplist).
Non logged viewers get this message:
Quote:
You are not logged in or you do not have permission to access this page
I am a secret administrator, and as such I get:
Quote:
Tom, you do not have permission to access this page. This could be due to one of several reasons:
1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
Also, I've added my first site with the image of the site. First I downloaded the image to my computer and uploaded it to the site on topfield. It doesn't show. I edited the site and in fact the field was blank. I typed the URL to the image. It still doesn't show and when I go to edit the site again the image field is blank.
I have increased max. width and height to 325x60 and max. size to 100,000. The file extensions allowed are: jpg jpeg gif (I've also tried with commas too: jpg, jpeg, gif). To no avail.
I want toplist to be public viewable, not just for allowed usergroups. How do I go about that? (there is no usergroup "all" to allow view toplist).
Non logged viewers get this message:I am a secret administrator, and as such I get:
Big apologies. Too little sleep these days. View permissions are clear now.
The problem with the images still remains though..
Quote:
Also, I've added my first site with the image of the site. First I downloaded the image to my computer and uploaded it to the site on topfield. It doesn't show. I edited the site and in fact the field was blank. I typed the URL to the image. It still doesn't show and when I go to edit the site again the image field is blank.
I have increased max. width and height to 325x60 and max. size to 100,000. The file extensions allowed are: jpg jpeg gif (I've also tried with commas too: jpg, jpeg, gif). To no avail.
Also, how can I make the description longer? I need to add some html code to indicate the language: <font color="red"><b>[in Language]</b></font>
I want toplist to be public viewable, not just for allowed usergroups. How do I go about that? (there is no usergroup "all" to allow view toplist).
Non logged viewers get this message:I am a secret administrator, and as such I get:
Also, I've added my first site with the image of the site. First I downloaded the image to my computer and uploaded it to the site on topfield. It doesn't show. I edited the site and in fact the field was blank. I typed the URL to the image. It still doesn't show and when I go to edit the site again the image field is blank.
I have increased max. width and height to 325x60 and max. size to 100,000. The file extensions allowed are: jpg jpeg gif (I've also tried with commas too: jpg, jpeg, gif). To no avail.
Just edit the permissions for each usergroup to allow access to view (and add and edit to the ones you want to allow to edit), if you want people who aren't logged in to view it edit the permissions for the Guest usergroup to allow them to view it.
For your second problem, don't include commas in the sizes, and also make sure you CHMODed the images/toplist/buttons/sites/ folder to 777.
Also, how can I make the description longer? I need to add some html code to indicate the language: <font color="red"><b>[in Language]</b></font>
You will have to add that code to the Toplist_1 and Toplist_2 templates. Find something like $sr[description] (I think thats the variable I use), and put the html code in front of it, and the closing html tag after it.
You will have to add that code to the Toplist_1 and Toplist_2 templates. Find something like $sr[description] (I think thats the variable I use), and put the html code in front of it, and the closing html tag after it.
Derek
That didn't work for <font color>. It does for <center> though.