Quote:
Originally Posted by blueberry
hi everyone, i need some help.. actually it is a question.. how to start a competition with a member.. is there an easy way to do it...
I cant find any links to start a competition, the only way i know is to click on the member's name on a thread and drop down list will be there, if the member has enabled competition, then the option "compete with the person" will be available... but what if the user, didnt post anything before, how can i compete with him...
Thanks for te help 
|
OK I did this, I had to direct add the text to the link and remove the phrase as I couldnt get it to work and have been a little busy to sort
that part out, but I did it all this way and test it, it will only show if the user has there option to except challanges
Open template = MEMBERINFO
FIND:
=============================
<a href="profile.php?$session[sessionurl]do=removelist&userlist=buddy&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[remove_x_from_your_buddylist]</phrase></a>
</if>
</td>
=============================
After, ADD:
=============================
<!-- v3 Arcade -->
<td class="vbmenu_control">
<if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
<a href="arcade.php?do=newchallenge&userid=$post[userid]">Challenge User To a Game</a></if>
</td>
<!-- /v3 Arcade -->
=============================
Thats it done thank you :banana: