How i can change this on picture?

Started by clopex, January 18, 2011, 05:46:23 AM

Previous topic - Next topic

clopex

Hello, i need to change this on picture. As u can see i have bellow username names of Membergroups and last is my image PUBLIC ADMIN, how can i change to on first place be this image and bellow image names of Membergroups??


Looking

Off the top of my head you would look in the display.template for that and look for the associated code.

clopex

can u explain more? i fined only one line of code in display.template but i can not change anything there

IchBin™

IchBin™        TinyPortal

clopex


IchBin™

In Display.template.php file find this code:
echo '
<li class="stars">', $message['member']['group_stars'], '</li>';


Move that code right before these lines:
// Show the member's custom title, if they have one.
if (!empty($message['member']['title']))
IchBin™        TinyPortal

clopex


Advertisement: