The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||
Hall of Fame - Top vBExperience Members - Widget, Forum Block and VBA CMPS Module
![]() Developer Last Online: Jun 2022 ![]() ![]()
On my site running vBExperience 4, I needed to have a CMS Widget and Forum Block showing Top Members, aptly named as Hall of Fame. So I wrote this one. This is not a standalone widget and it is only tested with vBExperience 4 and vBulletin 4.0.6. I will try and help if you have any issues but I can't guarantee support.
What this does: Not much... ![]() INSTALL INSTRUCTIONS 1) Add the CSS which we will use Styles & Templates > select style > Edit Template > CSS Templates > additional.css Add the below CSS Before you add the CSS, a very important point to note is that I use a 300px sidebar column on CMS and 300px sidebar on Forums. If your CMS/Forum sidebar column is of less width, you should change the CSS values accordingly. I highly recommend playing with Firebug to arrive at optimum Display. HTML Code:
.clearfix { background:none repeat scroll 0 0 #FFFFFF; display:block; float:left; margin:0 5px 5px; width:95%; } .connections_grid .grid_item { border-bottom:1px solid #AAAAAA; float:left; margin-bottom:10px; overflow:hidden; padding-bottom:10px; padding-top:10px; width:130px; } .connections_grid .grid_item .name { float:left; font-size:10px; overflow:hidden; padding-left:10px; padding-top:5px; text-align:center; white-space:nowrap; } .tpimg { float:left; height:45px; padding-left:5px; width:45px; } .allrankings { font-size:11px; text-align:center; } For Widget: Styles & Templates > select style > Add Template Title - vbcms_widget_execphp_hof Template code - HTML Code:
<div class="cms_widget"> <div class="block"> <div class="cms_widget_header"> <h3>{vb:raw widget_title}</h3> </div> <div class="cms_widget_content" style="float:left"> {vb:raw show_top} </div> </div> </div> Styles & Templates > select style > Add Template Title - block_hof Template code - HTML Code:
<li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_html_{vb:raw blockinfo.blockid}" href="{vb:raw relpath}#top"><img alt="" src="{vb:stylevar imgdir_button}/collapse_40b.png" id="collapseimg_html_{vb:raw blockinfo.blockid}"/></a> <span class="blocktitle">{vb:raw blockinfo.title}</span> </div> <div id="block_html_{vb:raw blockinfo.blockid}" class="blockbody floatcontainer restore"> {vb:raw content} </div> </div> <div class="underblock"></div> </li> 3) Cache Templates Plugins & Products > Add New Plugin > leave everything default except: Hook Location - cache_templates Title - Cache templates for Hall of Fame Plugin PHP code - PHP Code: PHP Code:
4) Create a new Widget vBulletin CMS > Widgets > Create New Widget Widget Type - PHP Direct Execution Title - Hall of Fame SAVE 5) Configure the Widget Now go to vBulletin CMS > Widgets > Hall of Fame > Configure Change the Template Name to - vbcms_widget_execphp_hof Add the following code PHP Code:
Save 6) Add the widget to a proper layout. 7) Create New Forum Block Forums & Moderators > Forum Blocks Manager > Add Block Block Type - Custom Html/PHP Title - Hall of Fame Content Type - PHP Content - Add this PHP Code PHP Code:
Change template to use block_hof Save Save a proper Display Order Of course, I use both CMS Widget and Forum block, you may use either only one. ![]() VBAdvanced CMPS Module is attached. Thanks to DS MrSinister who provided this. Working Demo can be seen on my site : Oracle Forums Community. Screen shots not attached as don't want to show my member's avatar's here. Hope someone uses this... lol... ![]() Download Now
Supporters / CoAuthors Show Your Support
|
Comments |
#22
|
|||
|
|||
![]()
very welcome sir.. thanks for adding it.
|
#23
|
||||
|
||||
![]()
Is it possible to only allow a set number of usergroups ?
|
#24
|
|||
|
|||
![]()
This is an interesting MOD, in deed. But has to many MySQL DB querys - unninstalled
![]() |
#25
|
|||
|
|||
![]()
I dont use the cms of vb4 can i do this just for the forum block?
|
#26
|
||||
|
||||
![]()
Yes, there is no dependency.
|
#27
|
|||
|
|||
![]()
Awesome thanks!
|
#28
|
||||
|
||||
![]()
installed and workin great, quick question though, is there any way to reduce the size of the avatars ?
|
#29
|
||||
|
||||
![]()
I looked at your site. Your CSS isn't loading. Did you add the css in additional.css?
|
#30
|
||||
|
||||
![]()
Sorted, i had done the css for the default style, but not for the others...cheers :up:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|