News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Showing a special group button in post profile

Started by woden, May 13, 2006, 01:55:25 PM

Previous topic - Next topic

woden

Im trying to show a special VIP group  button in posts profile, this will be in addition (or separate from) the regular member group stars.

Ive tried several methods, the last was

if ($message['member']['groups']) =='49')
{ echo '<br /><img src="', $settings['images_url'], '/badge_vip_.gif" width="80" height="15"  alt="VIP" /><br />';}


Anybody got an idea?

Rudolf


if ($message['member']['group_id'] == 49)
{ echo 
'<br /><img src="'$settings['images_url'], '/badge_vip_.gif" width="80" height="15"  alt="VIP" /><br />';}

®
I will update all my mods in the next few weeks. Thanks for your patience.

SVG-Collapse (you need an SVG compliant browser)

Advertisement: