Quote:
Originally Posted by SaN-DeeP
OOps, i am missing this option under postbit, can you please take some time to help setup challenges ?
|
the instructions for this are in the README:
Code:
In the template: postbit OR postbit_legacy (depending on which one you use)
=============================
FIND:
=============================
</table>
</div>
<!-- / post $post[postid] popup menu -->
=============================
ABOVE THIS, ADD:
=============================
<!-- v3 Arcade -->
<if condition="$post['arcadeawards']">
<tr><td class="thead"><phrase 1="$post[username]">$vbphrase[xs_arcade_awards]</phrase></a></td></tr>
$post[arcadeawards]
</if>
<if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
<tr><td class="thead">$vbphrase[arcade]</a></td></tr>
<tr><td class="vbmenu_option"><a href="arcade.php?do=newchallenge&userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[challenge_x_in_the_arcade]</phrase></td></tr></if>
<!-- /v3 Arcade -->
=============================