The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Nice looking site Wizzie, nice and 'clean' looking
![]() Couple of things I've picked up, I see you are using v3 Arcade, on your forum home guest are seeing two 0's instead of tournament information, you can fix that by replacing the v3arcade_tournaments_forumhome template with this: Code:
<dl> <dt>Tournaments Awaiting Players</dt> <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewwaiting">{vb:raw tourcounts.0}</a></dd> <dt>Active Tournaments</dt> <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewactive">{vb:raw tourcounts.1}</a></dd> <dt>Completed Tournaments</dt> <dd><a href="arcadetourmnt.php?{vb:raw session.sessionurl}do=viewfinished">{vb:raw tourcounts.2}</a></dd> </dl> <br/> Code:
<div class="post_field"><dt>{vb:rawphrase blog_entries}</dt><dd><a href="{vb:link blog, {vb:raw post}, null, 'userid', 'blog_title'}">{vb:raw post.entries}</a></dd></div> ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|