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??
Off the top of my head you would look in the display.template for that and look for the associated code.
can u explain more? i fined only one line of code in display.template but i can not change anything there
(http://www.katzy.dsl.pipex.com/SMF/SmartCat.jpg)
hehe latest version, 2.0 RC4
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']))
thanks it works ;)