Forum moderator: Eriko |
uCoz Community uCoz Modules Tag Board Customization of Tag Board appearance (name, size, color) |
Customization of Tag Board appearance |
xCziken, you can change the color of a certain user (not group). To do it go to CP->Design->Design management (templates)->Tag Board->Appearance of entries->find:
$NAME$ substitute it with: Code <b style="color:<?if($USER_ID$ = 1)?>red<?else?><?if($USER_ID$ = '2')?>blue<?endif?><?endif?>;">$NAME$</b> This is an example. You can use it for other users as well. To change the text color go to CP->Design->Design management (templates)->Tag Board->Appearance of entries->find: Code <div class="cMessage" style="text-align:left;"> substitute with: Code <div class="cMessage-chat" style="text-align:left;"> Go to CP->Design->Design management (CSS) and add: .cMessage-chat {color: YOURCOLOR;} |
Filip5, you need to do that with conditional operators and group ID's , like this:
http://forum.ucoz.com/forum/21-260-21852-16-1235121310 To busy building a passive income online ;)
|
Filip5,
Quote (Filip5) all the names will be for example "yellow". Anyone know how to do it? Go to CP->Design->Design management (templates)->Tag Board->Appearance of entries->find: Code <b>$NAME$</b> and substitute it with: Code <b style="color:yellow;">$NAME$</b> |
Filip5,
Quote (Filip5) Instead of my nick tagboard shows this: style="color:red;">Filip5 That is because you have made some mistakes. Make sure that the code you have substituted Code <b>$NAME$</b> Code <b style="color:red;">$NAME$</b> Code <b> style="color:red;">$NAME$</b> |
Filip5, Go to CP->Design->Design management (templates)->Tag Board->Appearance of entries->find:
Code <a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[i]$NAME$[/i], ';return false;"> Substitute it with: Code <a style="text-decoration:none;" href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='[i]$NAME$[/i], ';return false;"> |
Quote (Skillzooor) How do u change the name "Tag Board" to something ells??? Little bit cooler...? ^.- Quote (Eckho) Skillzooor, Control Panel -> Tag board -> Module settings or Control Panel -> Customize Design -> Quick replacement i try to change but didnt found the "Tag Board" replacement ... i like to change the name Tag Board to something else ...please help |
EDmanagement,
Quote (EDmanagement) i like to change the name Tag Board to something else ...please help It can be done via Builder. Login to your website as administrator->Builder->Enable Builder->change the title->Save changes. See more about Builder here: http://forum.ucoz.com/forum/5-5862-27866-16-1239873245 |
I want to ask you Guys, How to Add Advertisement just left side of the chat box in forums..
I know how to add Above the Chat box, But dont know how to add left side of it. Here is the following Pic of Chat Box of other site. I want same like this, http://img148.imageshack.us/img148/8268/0477fba221464d2daf471a4.png |
| |||