Quote:
Originally Posted by reismarktq2
I've actually modded my arcade installation so that it displays a joystick in the same spot where champions have their gold cup displayed for non-champion users for this very reason (I found the challenge feature difficult to find). It's simple to do:
- Upload the attached image to your Arcade images folder.
- Find in your postbit or postbit_legacy template:
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/trophy.gif" align="absmiddle" alt="$vbphrase[arcade_champion]" border="0" /></a>
Add the following immediately afterwards (in front of the closing if tag):
Code:
<else />
<if condition="($post['arcadeoptions'] & 1) AND $post['userid']!=$bbuserinfo['userid']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><img src="$vboptions[arcadeimages]/challenge.gif" align="absmiddle" alt="<phrase 1="$post[username]">$vbphrase[challenge_x_in_the_arcade]</phrase>" border="0" /></a>
</if>
Done 
|
Unfortunally, on my forum this doesn't show up. I'm definately using postbit (as in legacy the code doesnt show up) Im using the current version of arcade, vb, and also have vb plaza installed.