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
  #1512  
Old 07-18-2007, 11:38 PM
ruger's Avatar
ruger ruger is offline
 
Join Date: Sep 2004
Location: Texas
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by loonytune15 View Post
mine works except for the forumhome problem..
Same for my site...use to but not now.
Reply With Quote
  #1513  
Old 07-24-2007, 11:00 PM
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I searched the thread but couldn't find any questions/answers about the rel="nofollow"

Is it possible to force members to add the forum url without the rel="nofollow" ?
Reply With Quote
  #1514  
Old 07-28-2007, 05:19 PM
kafi kafi is offline
 
Join Date: Apr 2004
Posts: 379
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ThePimp View Post
Is there a way to require a recip? Possibly a bit of code that reads the "Added" page and scans for a recip link on the page, and denies the site addition if one doesn't exist?

Most TopLists work off of the principal of getting more IN links, and if there isn't a check for recips, it will get cumbersome to try to keep up with all of the links and checking to be sure they don't remove your link.

Just a suggestion.
Is this implemented?

Thanks!
Reply With Quote
  #1515  
Old 07-31-2007, 12:40 AM
YukonMaster YukonMaster is offline
 
Join Date: Apr 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, so far I installed and everything seemed to be working normally, before I gave out the link I decided to test it.

So I setup a topsite and added the code on my homepage, but when I click it it constantly redirects...

Try clicking this just to see what it does, http://www.pc-core.net/forum/in.php?id=3

Did I miss something?

And in the scheduler in the ACP, I looked in the readme as said before in this thread, and I did not see anything mentioned about varnames.

I am running vbulletin 3.6.8 just so you know.


Thanks and great hack.
Reply With Quote
  #1516  
Old 08-02-2007, 02:53 AM
YukonMaster YukonMaster is offline
 
Join Date: Apr 2007
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bump
Reply With Quote
  #1517  
Old 08-06-2007, 08:00 AM
derfelix derfelix is offline
 
Join Date: Nov 2001
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

just upgraded... works fine..
only 2 little teeny bugs found..
And a little bigger one...
first the small ones:
1.st one:
the report site link doesnt work... for unregistered users

in acp only the can report site is enabled for unreg users (can edit etc.. is disabled)

it is clear that it cant work as is.. because there is no field for email & name etc...
but in that case the link should not be there...

it does work for regged users...
---------------------------------------
2. sortof bug
Quote:
Originally Posted by YukonMaster View Post
Ok, so far I installed and everything seemed to be working normally, before I gave out the link I decided to test it.

So I setup a topsite and added the code on my homepage, but when I click it it constantly redirects...

Try clicking this just to see what it does, http://www.pc-core.net/forum/in.php?id=3

Did I miss something?
Yes I had the same problem on a fresh install...
it is because the toplist_in_redirect_url variable is not set.. thats why i does not appear in the ACP
there are 2 ways to solve the problem.. the first one is the most elegant..

open the database in phpmyadmin
then go to table : setting (probably vb_setting if you use a prefix)
there you go to the end of the table to the toplist settings.. and edit the setting: toplist_in_redirect_url .
Put in as value: index.php and as default value also index.php
now save..
go back to your acp.. and there should now be in options a new setting called: In Redirect URL
You can edit it now to whatever page you want... (I myself redirect users to the portal by putting in the full http adress)
You will not have to change anything when there is an upgrade..
---------------------------------------
Second Way to fix it quickly if you dont know what phpmyadmin is.. (only do this if you really dont know how to edit the database!!!!)
open template: Toplist_In
find:
$vboptions[toplist_in_redirect_url]
and replace with:
$vboptions[bburl]

Attention when a fix is out.. you will have to revert the template..

---------------------------------------

Didnt check alle the postings in this thread.. but it seems that there is no setting for that..
OK here the bigger one..
if a user added a site.. he is redirected to the page where he can get his codes.... OK.. works fine
NOW if he is on that page AND refreshes it.. the site is posted again !!
(could make someone flood your list)
---------------------------------------

A yes and encountered some problems (broken images) when the user posts a site and does NOT post a banner... (on edit site it still says "button:" with a broken image.. and on the list it tries to show a button.. but as the user has not posted one... its a broken image)

------------
all the rest works great..

Felix
Reply With Quote
  #1518  
Old 08-06-2007, 03:58 PM
puregraf's Avatar
puregraf puregraf is offline
 
Join Date: May 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edited
Reply With Quote
  #1519  
Old 08-06-2007, 04:27 PM
derfelix derfelix is offline
 
Join Date: Nov 2001
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no i meant when a new version comes out..
Reply With Quote
  #1520  
Old 08-06-2007, 11:11 PM
puregraf's Avatar
puregraf puregraf is offline
 
Join Date: May 2006
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i just upgraded , but now i went to click ADD SITE and the form to enter the info to add a site doesnt appear? the page loads, but nothing is on it?

heres the link: http://www.puregraffiti.com/graffiti-space/add_site.php

if someone can help me fix this please
thanks
Reply With Quote
  #1521  
Old 08-08-2007, 11:50 PM
joshbond joshbond is offline
 
Join Date: Jan 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work on vb 3.6x ?
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 06:18 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.04902 seconds
  • Memory Usage 2,316KB
  • 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
  • (3)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
  • (3)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