Quote:
Originally Posted by pgowder
I'm having the same problem.
|
Hi @LL,
in the postbit template search for:
PHP Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
and below put this:
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>
This will add the challenge below the users rank. If you want to have it in the drop down menu please feel free to insert the code at the appropriate place.
Cheers,