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 Random Site vBadvanced Module Details »»
Toplist Random Site vBadvanced Module
Version: 1.0.4, by derekivey derekivey is offline
Developer Last Online: Jan 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 11-21-2005 Last Update: 07-15-2006 Installs: 48
Template Edits
Additional Files  
No support by the author.

Toplist Random Site Module
For vBadvanced
Developer: derekivey
Version: 1.0.4
vBulletin Version: 3.5.4
File Edits: 0
Template Edits: 0
New Templates: 1
Phrases: 0 (uses the Toplist phrases)
Difficulty: Easy

Description: This module adds a Random Site block on your vBadvanced CMPS, that shows a random site from your Toplist (just like on the Toplist itself).

NOTE: You must have my Toplist hack installed to use this module.
You can get it in the vBulletin.org thread located here:
https://vborg.vbsupport.ru/showthread.php?t=98646

Changelog

Version 1.0.4
  • Updated it to work with version 1.0.9 of the Toplist hack.
Version 1.0.3
  • Fixed image bug, since Toplist version was released.
Version 1.0.2
  • Fixed rank bug.
I have added a screenshot below.

Please click If 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
  #42  
Old 02-07-2006, 10:56 PM
Guest210212002
Guest
 
Posts: n/a
Default

Installed and working, but the button shows up as "none" for me.

http://www.sevenstring.org
Reply With Quote
  #43  
Old 02-07-2006, 11:20 PM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah sorry about that. I forgot to update this addon after I released the latest version of the Toplist hack. I will release an update in a few minutes to fix it.

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

Ok, version 1.0.3 has been released, let me know if you have any problems with it.

Derek
Reply With Quote
  #45  
Old 02-21-2006, 12:21 PM
quanvo81 quanvo81 is offline
 
Join Date: Apr 2004
Location: Flushing - New York
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok it still happen with the button. If a member add a site without an image, it will show up a red cross X in both forum and Vbadvanced CPMS
Reply With Quote
  #46  
Old 04-01-2006, 06:29 AM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i have another idea.. ok some people cant see the link to the top sites... i was thinking maybe on the bottom adding this.....

Click Here To Add Your Site To Our Toplist


On the bottom of the block... and have it where it takes them to the add page
Reply With Quote
  #47  
Old 04-02-2006, 03:06 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I like that. I'll see about adding it when I get time.

Derek
Reply With Quote
  #48  
Old 04-02-2006, 03:10 AM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

kinda like it is on the toplist.php page at the bottom (Add Site) or what ever they want in there just giving ideas... makes it easier for users to link up
Reply With Quote
  #49  
Old 05-28-2006, 08:50 PM
anahowa anahowa is offline
 
Join Date: Mar 2005
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is it possible to modifide this module to top 5 vBadvanced block
Reply With Quote
  #50  
Old 05-29-2006, 01:00 AM
derekivey derekivey is offline
 
Join Date: Apr 2005
Location: Pennsylvania, USA
Posts: 1,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I don't understand what you mean. You mean show 5 sites instead of just 1?
Reply With Quote
  #51  
Old 06-13-2006, 05:55 AM
jaks jaks is offline
 
Join Date: Dec 2004
Location: Toronto
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not sure if anyone would be interested in this but I modified the module template so I could display it as a side block.

You would have to change the add a unusual website link at the bottom to whatever you want. I attached a screenshot aswell. You also have to change the module colspan to 3 instead of 6. You can play with the height by removing the in/out stuff if it's too tall for your site.

I also added a missing / at the end of the image tag to make it w3c compliant.

Code:
<tr><td class="thead" colspan="3">$vbphrase[toplist_site_name_and_description]</tr><tr><td class="alt1" colspan="3"><a href="$vboptions[bburl]/out.php?id=$randsite[id]" target="_BLANK">$randsite[name]</a><br />$randsite[description]<br /><center>$image</center></td></tr>
<tr align="center">
	<td class="thead" width="20">$vbphrase[toplist_rank]</td>
	<td class="thead" width="30">$vbphrase[toplist_in]</td>
	<td class="thead" width="30">$vbphrase[toplist_out]</td>
       </tr><tr align="center"> <td class="alt2">$rand_rank</td>

<td class="alt1" width="30">$randsite[in]</td>
<td class="alt2" width="30">$randsite[out]</td></tr><tr align="center"><td class="thead" width="100%" colspan="3">$vbphrase[toplist_rating]</td>
</tr>
<if condition="$num_rows >= 1">
<tr align="center">
<td class="alt1" width="100%" colspan="3">
<if condition="$randsite[rating_average] == 0">
$vbphrase[toplist_not_rated]
<else />
<img src="$vboptions[bburl]/images/rating/toplist_rating_$rand_rating.gif"/>
<br />
$randsite[votes] 
<if condition="$randsite[votes] == 1">
$vbphrase[toplist_vote]
<else />
$vbphrase[toplist_votes]
</if>
</if>
<if condition="!$show[guest]">
<br />
<a href="#" onClick="javascript:window.open('$vboptions[bburl]/toplist.php?do=rate&id=$randsite[id]','rate_site','menubar=0,resizable=1,width=$vboptions[toplist_popup_width],height=$vboptions[toplist_popup_height]');return false;">$vbphrase[toplist_rate_site]</a>
</if>
</td>
</tr>
<else />
<tr>
<td class="alt1">$vbphrase[toplist_none]</td>
</tr>
</if>

<tr align="center">
                <td class="thead" colspan="3"><div class="smallfont"><a title="add an unusual website" href="http://www.trulyunusual.com/wards/toplist.php">Add an Unusual website</a>
 
</div>
</td>
</tr>
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 05:53 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.04749 seconds
  • Memory Usage 2,306KB
  • 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
  • (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
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)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