• Page 1 of 1
  • 1
"If" admin?
Dimitrias
Posts: 18
Reputation: 0

Message # 1 | 1:21 PM
What I sometimes see on forums is that admins have a bit of a customized message look (for example a post of a admin has a other lettertype or color etc.).

And I was wondering if there is any <if> code for it on uCoz. I looked around in settings and saw a lot of <if> code's I dont even know what they are used for dry

And also couldn't find any thread with a answer to: in what cases is it allowed to contact Technical Support? I know they are busy people and I don't want to bother them for wrong reasons.

Post edited by Dimitrias - Thursday, 2011-03-24, 1:22 PM
Natashko
Posts: 3366
Reputation: 171

Message # 2 | 2:34 PM
Dimitrias,
Quote (Dimitrias)
What I sometimes see on forums is that admins have a bit of a customized message look (for example a post of a admin has a other lettertype or color etc.)

if you mean User group colors in forum, this link will be useful. If you mean Admins' posts and messages, it depends on the rights of their group. You can set them up in CP->Users->User groups->Set permission for all groups.
You need to be more specific for us to come up with a specific answer. A screenshot of what you have in mind can be useful.
Quote (Dimitrias)
And I was wondering if there is any code for it on uCoz. I looked around in settings and saw a lot of code's I dont even know what they are used for

See more about Conditional operators here
Quote (Dimitrias)
And also couldn't find any thread with a answer to: in what cases is it allowed to contact Technical Support? I know they are busy people and I don't want to bother them for wrong reasons.

You can contact Technical Support service any time you need help with a uCoz related question.
Dimitrias
Posts: 18
Reputation: 0

Message # 3 | 2:42 PM
Well I want that if the poster is a admin, that the message on the forum is (for example) red.

I tried this in "Appearance of Entry's" already:

Code
<td class="posttdMessage" valign="top"><?if($GROUP_ID$=3 || $GROUP_ID$=4)?><span color='red'><?endif?>$MESSAGE$</span>

Didn't really seem to work.

Edit:
Works now, really thanks for the link to that <if> page.

Post edited by Dimitrias - Thursday, 2011-03-24, 3:12 PM
Natashko
Posts: 3366
Reputation: 171

Message # 4 | 3:11 PM
Dimitrias,
Quote (Dimitrias)
Well I want that if the poster is a admin, that the message on the forum is (for example) red.

it can be done by means of Conditional operators Further questions about them should go in the provided thread.
  • Page 1 of 1
  • 1
Search: