|
uCoz Community Archives Locked "If" admin? |
"If" admin? |
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 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
|
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 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. |
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: Post edited by Dimitrias - Thursday, 2011-03-24, 3:12 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. |
| |||
| |||