News:

Wondering if this will always be free?  See why free is better.

Main Menu

Package

Started by wosuonline, January 20, 2008, 11:31:01 AM

Previous topic - Next topic

wosuonline

Can someone make an modd for smf 1.4.x that will show under the avatar, the groups that he is in ?


thanks  >:(

PfalzNacht

There is a mod, please use the search.

Bulakbol

Display.template.php, look for

if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />';


and move it under these codes

// Show avatars, images, etc.?
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image']))
echo '
<div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';


And add post group. Like this.

if (isset($message['member']['group']) && $message['member']['group'] != '')
echo '
', $message['member']['group'], '<br />', $message['member']['post_group'], '<br /> ';


Untick also the Admin -> Current theme -> Hide post group titles for grouped members?
Please do not PM me for support · My Mods and Theme · SMF Coding Guidelines · Modifications Approval Guidelines

Advertisement: