Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Toplist Details »»
Toplist
Version: 2.0.0, by derekivey derekivey is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

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
  • Whatever else is suggested
Change Log
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1182  
Old 10-07-2006, 05:54 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok it Passed validation if you add a Category but if you dont then it fails but still a problem with the https://vborg.vbsupport.ru/showpost....postcount=1178 post

also if you view a site in a Category any reason it dont show the rank on that page?
Reply With Quote
  #1183  
Old 10-07-2006, 06:12 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cron dont work either

Toplist Update Rank Cache

Warning: main(/public_html/./includes/cron/toplist_rankings.php): failed to open stream: No such file or directory in /admincp/cronadmin.php on line 108

Warning: main(): Failed opening '/public_html/./includes/cron/toplist_rankings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/cronadmin.php on line 108

Done
Reply With Quote
  #1184  
Old 10-07-2006, 06:32 PM
lexx27's Avatar
lexx27 lexx27 is offline
 
Join Date: May 2005
Location: Athens
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rank arrows have problem to me too.
Reply With Quote
  #1185  
Old 10-07-2006, 06:46 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah it has to do with the cron something is messed up with that. once thats fixed they will work hopefully
Reply With Quote
  #1186  
Old 10-07-2006, 10:30 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DementedMindz
nice work Derek but only one error not Valid XHTML

Line 49 column 156: end tag for "optgroup" which is not finished
I'll get it fixed ASAP, and release instructions on how to fix it.

Quote:
Originally Posted by DementedMindz
noticed another problem :surprised: ok say you have a out link like this...

Code:
http://example.com/modules.php?name=MS_TopSites&file=in&id=123
it turns it into this and makes it not work..

Code:
http://example.com/modules.php?name=MS_TopSites&file=in&id=123
I'll see what I can do to fix this. It might be kind of hard to fix.

Quote:
Originally Posted by angkor408
Thank for the updated! I got " Register User" got an option delete now. Is there a way under " Forum Toplist" to have the site description and name in the middle instead, not tothe left site. As for the "Randon Site" It appear to be fine as how it look. Angkor

Here my toplist link:

http://www.khmerclub.com/forums/toplist.php?
Don't quite get what you mean. Isn't it already in the middle?

Quote:
Originally Posted by DementedMindz
another thing i see that is strange is if you refresh your admincp then try to edit templates the toplist dont appear but if you search for say top it will show them...
They should be in their own template group called Toplist Templates...

Quote:
Originally Posted by DementedMindz
ok it Passed validation if you add a Category but if you dont then it fails but still a problem with the https://vborg.vbsupport.ru/showpost....postcount=1178 post

also if you view a site in a Category any reason it dont show the rank on that page?
It was pretty hard to do, and I think it needed me to add an extra query on that page. I will try and do it again in the next version.

Quote:
Originally Posted by DementedMindz
cron dont work either

Toplist Update Rank Cache

Warning: main(/public_html/./includes/cron/toplist_rankings.php): failed to open stream: No such file or directory in /admincp/cronadmin.php on line 108

Warning: main(): Failed opening '/public_html/./includes/cron/toplist_rankings.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/cronadmin.php on line 108

Done
Sorry about that. The name is actually toplist_ranks.php not toplist_rankings.php, change the filename and it should work.
Reply With Quote
  #1187  
Old 10-07-2006, 10:39 PM
angkor408's Avatar
angkor408 angkor408 is offline
 
Join Date: Jul 2006
Location: California
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

derekivey, if you look at " Forums Toplist" you will notice the site description is on the left instead.

Come and join in the fun with khmer people around the world. Khmerclub.com is the place to make new friends, chat-room, Humor, karaoke, Poetry, photo, and more... Check it out!!!!

Under the " Randon site" it align the banner and the words in the middle correctly. That how I want it

Is there a way to display site description under " forum toplist" in the middle as well?


You can take a look one more time:

http://www.khmerclub.com/forums/toplist.php?
Reply With Quote
  #1188  
Old 10-07-2006, 10:41 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah the toplist where in there own groups before this update now i dont see them unless I do a search. Also for the site names that was working fine before this update so it has to do with one of the edits.
Reply With Quote
  #1189  
Old 10-07-2006, 10:42 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

angkor408 change the Toplist Layout
Reply With Quote
  #1190  
Old 10-07-2006, 10:46 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok the reason i think Toplist templates dont show up is cause now you have code in the Toplist template not sure.. do you have the old version still? this one I really cant use cause if you link another topsite then it wont work to get you hits.
Reply With Quote
  #1191  
Old 10-07-2006, 11:15 PM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Derek do you have the old version before this one? right now this is pretty useless to me since its changing the html code in the site description.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09125 seconds
  • Memory Usage 2,322KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete