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
  #302  
Old 12-15-2005, 12:03 AM
Nova2k Nova2k is offline
 
Join Date: Apr 2005
Location: England
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

This is my first time install of this hack, when i run the XML file i get the following error.
Code:
Database error in vBulletin 3.5.2:

Invalid SQL:

				INSERT INTO setting
				(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
				VALUES
				(
					'toplist_enabled',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					10,
					0,
					1,
					'toplist'
	),
	(
					'disabled_message',
					'toplist_options',
					'The Toplist is Currently Disabled. Please Come Back Later.',
					'The Toplist is Currently Disabled. Please Come Back Later.',
					'free',
					'textarea',
					20,
					0,
					1,
					'toplist'
	),
	(
					'toplist_ranking_method',
					'toplist_options',
					'0',
					'0',
					'number',
					'<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">In Hits</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">Out Hits</option>\r\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2,\'selected=\"selected\"\') . \">Rating</option>\r\n</select>',
					30,
					0,
					1,
					'toplist'
	),
	(
					'toplist_count_out_from_guests',
					'toplist_options',
					'0',
					'0',
					'free',
					'yesno',
					40,
					0,
					1,
					'toplist'
	),
	(
					'toplist_limit_out_clicks',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					50,
					0,
					1,
					'toplist'
	),
	(
					'toplist_out_click_limit',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					60,
					0,
					1,
					'toplist'
	),
	(
					'toplist_limit_in_clicks',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					70,
					0,
					1,
					'toplist'
	),
	(
					'toplist_in_click_limit',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					80,
					0,
					1,
					'toplist'
	),
	(
					'toplist_allowed_user_groups',
					'toplist_options',
					'2,5,6,7',
					'2,5,6,7',
					'free',
					'',
					90,
					0,
					1,
					'toplist'
	),
	(
					'toplist_allow_member_edit',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					100,
					0,
					1,
					'toplist'
	),
	(
					'toplist_allowed_to_moderate',
					'toplist_options',
					'5,6,7',
					'5,6,7',
					'free',
					'',
					110,
					0,
					1,
					'toplist'
	),
	(
					'',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					120,
					0,
					1,
					'toplist'
	),
	(
					'toplist_open_in_new_window',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					120,
					0,
					1,
					'toplist'
	),
	(
					'toplist_disable_html',
					'toplist_options',
					'1',
					'1',
					'free',
					'yesno',
					130,
					0,
					1,
					'toplist'
	),
	(
					'toplist_moderate_sites',
					'toplist_options',
					'0',
					'0',
					'free',
					'yesno',
					140,
					0,
					1,
					'toplist'
	),
	(
					'toplist_email_new_validation',
					'toplist_options',
					'0',
					'0',
					'free',
					'yesno',
					150,
					0,
					1,
					'toplist'
	),
	(
					'toplist_email_users',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					160,
					0,
					1,
					'toplist'
	),
	(
					'toplist_pm_new_validation',
					'toplist_options',
					'0',
					'0',
					'free',
					'yesno',
					170,
					0,
					1,
					'toplist'
	),
	(
					'toplist_pm_from_user',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					180,
					0,
					1,
					'toplist'
	),
	(
					'toplist_pm_users',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					190,
					0,
					1,
					'toplist'
	),
	(
					'sites_per_page',
					'toplist_options',
					'15',
					'15',
					'free',
					'',
					200,
					0,
					1,
					'toplist'
	),
	(
					'toplist_in_redirect_url',
					'toplist_options',
					'',
					'',
					'free',
					'',
					210,
					0,
					1,
					'toplist'
	),
	(
					'toplist_number_of_sites',
					'toplist_options',
					'1',
					'1',
					'free',
					'',
					220,
					0,
					1,
					'toplist'
	),
	(
					'toplist_max_height',
					'toplist_options',
					'31',
					'31',
					'free',
					'',
					230,
					0,
					1,
					'toplist'
	),
	(
					'toplist_max_width',
					'toplist_options',
					'88',
					'88',
					'free',
					'',
					240,
					0,
					1,
					'toplist'
	),
	(
					'toplist_popup_height',
					'toplist_options',
					'220',
					'220',
					'free',
					'',
					250,
					0,
					1,
					'toplist'
	),
	(
					'toplist_popup_width',
					'toplist_options',
					'250',
					'250',
					'free',
					'',
					260,
					0,
					1,
					'toplist'
	);

MySQL Error  : Duplicate entry '' for key 1
Error Number : 1062
Date         : Wednesday, December 14th 2005 @ 08:01:19 PM
Script       : http://www.robscorner.com/forum/admincp/plugin.php
Referrer     : http://www.robscorner.com/forum/admincp/plugin.php?do=productadd
IP Address   : *********
Username     : ByteDevil
Classname    : vb_database
I have checked the database and there is no Topsite tables of any topsite data in the database before the install.

Thanks for this great hack cant wait to get it working.
Reply With Quote
  #303  
Old 12-15-2005, 12:10 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@mindfrost82, can you please provide me with a test account also? Thx.
@Nova2k, try uninstalling and reimporting and see if it works.
Reply With Quote
  #304  
Old 12-15-2005, 01:55 PM
Nova2k Nova2k is offline
 
Join Date: Apr 2005
Location: England
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I re-downloaded the package uploaded all the files again and reinstalled package but i'm still getting the same error.

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

If you want to PM me admin details, I can take a look, also PHPMyAdmin details would be helpful but it's up to you.
Reply With Quote
  #306  
Old 12-15-2005, 10:40 PM
croportal's Avatar
croportal croportal is offline
 
Join Date: Oct 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can u please tell me,

example: i go to this toplist and i submit my site, will i get the link code with banner to put on my site.

and users from my site can rate top list
Reply With Quote
  #307  
Old 12-15-2005, 10:53 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It gives you HTML code for a link, but you can edit the template and change the code to be HTML code for a banner if you want. For the next release, I plan on implementing a system that lets the user choose what they want... Users can click the link and it redirects them to the toplist or whatever page you specified in the AdminCP, and it counts their "In Hit" towards your site.

Derek
Reply With Quote
  #308  
Old 12-16-2005, 03:04 PM
Yorixz Yorixz is offline
 
Join Date: Jun 2005
Location: Netherlands
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm wondering, could you also make a little addon for this beautiful hack so templates will be grouped? There are quite a lot of templates so it'll be very nice to have them under a single title .
Reply With Quote
  #309  
Old 12-16-2005, 03:36 PM
Warrior's Avatar
Warrior Warrior is offline
 
Join Date: May 2002
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't see it in the screen shots... where does this program give the linking URL to the other site? Or does it count all incoming links referred from their domain automatically? Do they need a unique URL for linking? Can you please post a screenshot of this?
Reply With Quote
  #310  
Old 12-16-2005, 03:39 PM
croportal's Avatar
croportal croportal is offline
 
Join Date: Oct 2005
Posts: 270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i also cannot see the screenshot of user get link to put on page
Reply With Quote
  #311  
Old 12-16-2005, 06:47 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Yorixz
I'm wondering, could you also make a little addon for this beautiful hack so templates will be grouped? There are quite a lot of templates so it'll be very nice to have them under a single title .
Already added . It's in the next release.

Quote:
Originally Posted by sengerdw
I didn't see it in the screen shots... where does this program give the linking URL to the other site? Or does it count all incoming links referred from their domain automatically? Do they need a unique URL for linking? Can you please post a screenshot of this?
I'll post some screenshots in a few minutes.
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 01:07 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.05737 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
  • (1)bbcode_code
  • (2)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