Quote:
Originally Posted by dina
and there must be a way to add the "challenge [nick] to the arcade" to the users profile and possibly in the arcade itself?
|
In the postbit template find:
PHP Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
After this add:
PHP Code:
<if condition="$post['arcadesettings'] & 4 AND $post[userid]!=$bbuserinfo[userid] AND $bbuserinfo[userid]!=0">
<b><br /><a href="arcade.php?$session[sessionurl]do=newchallenge&userid=$post[userid]" target="_self"><div class="smallfont">Challenge $post[username] in Arcade</div></a><br /></b>
</if>
Cheers,