The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Yes, you will need to create a new "Forum Block."
Follow: AdminCP -> Forums & Moderators -> Forum Blocks Manager At the bottom of the form, click "Add Block". From the drop-down menu for "Select Block Type", choose "Custom HTML/PHP" then click "Continue". You will be presented with a form for defining your new block. Give it a title, such as "Top 5 Reputations" and a description. I recommend caching the block for at least 60 minutes, this way the database need only be queried once an hour. Set the display order so that it shows where you desire in the sidebar. For "Content Type" select "PHP". And for the content, add the following code: PHP Code:
PHP Code:
Note: Users who have elected to hide their reputations will not be displayed. It only makes sense to honor this setting here. Also, banned users are excluded. If you have any changes to the way the users are displayed, please let me know. The usernames are shown with their username markup, and link to their profiles. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|