The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Toplist Random Site vBadvanced Module Details »» | |||||||||||||||||||||||||
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
Please click If you installed this hack. Thanks! Supporters / CoAuthors Show Your Support
|
Comments |
#42
|
|||
|
|||
|
#43
|
|||
|
|||
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 |
#44
|
|||
|
|||
Ok, version 1.0.3 has been released, let me know if you have any problems with it.
Derek |
#45
|
|||
|
|||
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
|
#46
|
|||
|
|||
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 |
#47
|
|||
|
|||
Ok, I like that. I'll see about adding it when I get time.
Derek |
#48
|
|||
|
|||
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
|
#49
|
|||
|
|||
is it possible to modifide this module to top 5 vBadvanced block
|
#50
|
|||
|
|||
Sorry, I don't understand what you mean. You mean show 5 sites instead of just 1?
|
#51
|
|||
|
|||
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> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|