Quick ?
I would like to change this up a little. I am not crazy about how it shows the game champions in the postbit (I dont like the look of it)
So I have removed that.
But what I would like to do is, up by the users name where the trophy is, I would like to change this a little.
I would like it to look like this "Username is an arcade champion then tropghy.gif"
So I guess what I am saying is (sorry just woke up) I would like to add the phrase "is an arcade champion" between the users name and the trophy.
Quote:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><!-- v3 Arcade --> <if condition="$post['arcadeawards']"><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></if>
|
I know it has to be added in there, I just cant find the right spot.