Quick update for the v3arcade_tournaments_forumhome template to eliminate the :0 :0 on forumhome for guests and also add the number of completed tournaments and a clickable link to them
Open v3arcade_tournaments_forumhome and replace everything with
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>