Quote:
Originally Posted by ti07shadow
OK how can you challenge someone I cant find it, I checked the arcade and I checked the user profiles and I dont see the option!?!?!??!?
|
Its not a default option in the profile.
To challenge first of all make sure it's on via the admincp then go to that members post and challenge them from there also to challenge via profile put this link somewhere in ur MEMBERINFO template I put it next to the $userinfo[username].
Code:
<if condition="($userinfo['arcadeoptions'] & 1) AND $userinfo['userid']!=$bbuserinfo['userid']"> |
<a href="arcade.php?do=newchallenge&userid=$userinfo[userid]">Challenge <span style="font-weight: bold;">$userinfo[username]</span> in the arcade</a></if>