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.
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';
}