Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Aiheen aloitti: J. S. - helmikuu 02, 2006, 06:02:39 AP

Otsikko: Stuff only in admin`s profile?
Kirjoitti: J. S. - helmikuu 02, 2006, 06:02:39 AP
Hello.

How can I set up a new text only for my admin profile. I want to put a live help button, but that should be seen only in my profile (by everyone), in every post made by me.
Otsikko: Re: Stuff only in admin`s profile?
Kirjoitti: J. S. - helmikuu 02, 2006, 06:39:16 AP
Well.. I`m not sure if this is the best way but.. here`s the code:

if ($message['member']['group_id'] = '1' && $message['member']['group_id'] != '0')
{


    echo 'stuff';
}