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
  #752  
Old 06-07-2006, 06:20 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats weird, can you PM me admin details and FTP details to just that folder (images/toplist/) so I can take a look at it?

Thanks
Reply With Quote
  #753  
Old 06-07-2006, 06:22 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Since vB 3.6 Beta 1 is out now, I will release 1.0.8 soon and begin porting this hack to 3.6. School is almost over for the summer so I will have a lot more time to work on adding more features to this hack .

Derek
Reply With Quote
  #754  
Old 06-08-2006, 12:51 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Everyone,

I have released version 1.0.8. Please see the first post for the changes. Many new features have been added, such as a feature that checks to see if the user added their In url to their site and if so it activates them either via a cronjob or they can do it by going to a url. This is an optional feature, it can be disabled in the settings. Please see the readme for instructions on how to install or upgrade this hack. Also, please let me know if you have any problems with this hack, I will try and fix them ASAP.

Thanks,

Derek
Reply With Quote
  #755  
Old 06-08-2006, 02:35 AM
C_P's Avatar
C_P C_P is offline
 
Join Date: Sep 2004
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgrade was smooth as silk and new options are fantastic! Scrolling option on forum home is GREAT also. Hope not too server intensive though... I am sure my awesome host will let me know.
Great job Derek. Wish I could click Thank you or Install again.
Reply With Quote
  #756  
Old 06-08-2006, 02:45 AM
mholtum's Avatar
mholtum mholtum is offline
 
Join Date: May 2004
Location: Arizona
Posts: 697
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am trying to open the image.png with photshopCS and I get this error

Could not complete your request because the file format module could not parse the file.

WTF?
Reply With Quote
  #757  
Old 06-08-2006, 03:14 AM
mholtum's Avatar
mholtum mholtum is offline
 
Join Date: May 2004
Location: Arizona
Posts: 697
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by derekivey
Ok, heres the fix:

OPEN: FORUMHOME

FIND:
PHP Code:
<marquee direction="$vboptions[toplist_forumhome_marquee_direction]width="100%" scrollamount="$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee
REPLACE WITH:
PHP Code:
<marquee direction="$vboptions[toplist_forumhome_marquee_direction]width="100%" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=$vboptions[toplist_forumhome_marquee_scrollamount]">$toplist_images</marquee
Let me know if you have any problems.
I am not seeing the marquee on my forum home and the code is not there either.
Reply With Quote
  #758  
Old 06-08-2006, 05:13 AM
Mr.D Mr.D is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a few questions.

When i submit a site or someone else does why is site shown on the toplist on forumhome and the site is inactive. I think that is a bug.

Other thing how does that Check if code has been added to user's site work. Is there any button or something that will check that or??

And buttons dont work in admincp.
Reply With Quote
  #759  
Old 06-08-2006, 05:24 AM
Mr.D Mr.D is offline
 
Join Date: Feb 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i try to validate i get this error Could not find phrase 'error_toplist_site_pending_moderation'.

In admincp when i click Toplist sites and i want to edit it this message appears Sorry, you must select a Site ID to edit a site. Please go back and try again.
Reply With Quote
  #760  
Old 06-08-2006, 09:51 AM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<hope you get thos bugs sorted anyways...here's a question for ya... what about an exisiting TL installed into a vB...im moveing/merging a vB... and hopefully the toplist with it.....are there any database entries i should look out for...? cheers
Reply With Quote
  #761  
Old 06-08-2006, 07:03 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by C_P
Upgrade was smooth as silk and new options are fantastic! Scrolling option on forum home is GREAT also. Hope not too server intensive though... I am sure my awesome host will let me know.
Great job Derek. Wish I could click Thank you or Install again.
Nope, the scrolling option is not server intensive .

Quote:
Originally Posted by mholtum
I am trying to open the image.png with photshopCS and I get this error

Could not complete your request because the file format module could not parse the file.

WTF?
You don't open that in CS, you have to open it in a program such as notepad or wordpad. It is a PHP file and not an image. If you want to change the background you can edit background.png I think the filename is.

Quote:
Originally Posted by mholtum
I am not seeing the marquee on my forum home and the code is not there either.
I'll look into this.

Quote:
Originally Posted by Mr.D
I have a few questions.

When i submit a site or someone else does why is site shown on the toplist on forumhome and the site is inactive. I think that is a bug.

Other thing how does that Check if code has been added to user's site work. Is there any button or something that will check that or??

And buttons dont work in admincp.
It shouldn't be a bug, it was working fine for me. I'll take a look again and see.

Quote:
Originally Posted by Mr.D
When i try to validate i get this error Could not find phrase 'error_toplist_site_pending_moderation'.

In admincp when i click Toplist sites and i want to edit it this message appears Sorry, you must select a Site ID to edit a site. Please go back and try again.
Hmm, I thought I added that phrase. I might have accidentally selected a different product for it, I'll take a look. For your 2nd problem, make sure when you hover over the link it says something like &id=somenumber

Derek
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 12:48 AM.


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.07472 seconds
  • Memory Usage 2,330KB
  • 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_php
  • (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