Arcade icon over username

jayjayjay

New Member
Hi guys,

Just wondered.. how do I make the icon of the game showup above a username in the postbit if they are currently the winner of that game in the arcade...?

I'm using ibproarcade 2.6.7...

Many thanks
 
Wrong section, reported!
Please use "Requests Category" section next time...

Search and download any ibproarcade version in this board.
Then see installing introductions, and u sure to make correct changing
in postbit and postbit_legacy temlplate to answer this question...
 
Ok, sorry i'm kinda new to this..

I've read through the intructions, and I don't really understand what bit changes what etc.. i've changed the names so the arcade works fully, it's just the icon above the name on postbit..

Any additional help would be fantastic.

jay
 
Stay in the AdminCP:

Open the Menu Styles & Templates
Click Style Manager
Select "Edit Templates" in the Dropdown-Menu
Scroll down and double-click on Postbit Templates

Choose postbit and click CUSTOMIZE in the right menu

Search for:
PHP:
<td valign="top" nowrap="nowrap">

Below add:
PHP:
<div class="smallfont">$post[crowns]$post[champtext]<br /></div>

Click SAVE and edit the Template postbit_legacy

Search for:
PHP:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

Above add:
PHP:
$post[crowns]$post[champtext]<br />
click SAVE
 
hmm, ok i searched for the top one for the postbit and it couldnt find it..

It found the other one alright.. and i pasted the link in..

my mistake, our version is actually ibProArcade v2.6.4+

still can't get them to show above usernames..

we're using bluefox theme if that makes any difference..

thanks very much for your help, pleaseeee help me fix it mate!
 
At the bottom of the editing box you will see increase size click that once then search if not located again and repeat till found. the search does handle word wrap well
 
Back
Top