Main Menu
Articles
- How to install Recent Blog Mod vbulletin
- Changing username colors on vbulletin
- How to remove powered by vBulletin from your vb forum title
- Change the postbit to legacy vbulletin
- Make a mouse over script for your buttons/Navbar
- Make an Image preloader script
- Show number of arcade titles in postbit V3 Arcade
- Random Image/Banner Rotater
vBulletin and Coding Guides
| Show number of arcade titles in postbit V3 Arcade |
|
|
|
|
Only tested on v3 Arcade 1.5.8: PHP Code:
add before: PHP Code:
3) Find: PHP Code:
add after: PHP Code:
5) Open up your postbit/_legacy template and find: HTML Code:
<div> add after: HTML Code:
<if condition="THIS_SCRIPT == 'showthread'"><div>Number of Arcade Awards: $post[awardnum]</div></if> and your done |





