Forum moderator: Eriko  
uCoz Community » uCoz Modules » Tag Board » Customization of Tag Board appearance (name, size, color)
Customization of Tag Board appearance
Natashko
Posts: 3366
Reputation: 171

Message # 121 | 1:18 PM
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
Posts: 18
Reputation: 0

Message # 122 | 2:40 PM
Hello,altrought I have tried all the codes provided here,I still didnt find the code for changing the colour of username in tagboard.I mean all the names will be for example "yellow". Anyone know how to do it?
Animorph
Posts: 2856
Reputation: 189

Message # 123 | 10:44 AM
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 ;)
Natashko
Posts: 3366
Reputation: 171

Message # 124 | 3:10 PM
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
Posts: 18
Reputation: 0

Message # 125 | 7:48 AM
This is what it shows after I add the provided code:



Instead of my nick tagboard shows this: style="color:red;">Filip5

www.CSDTL@email.com
Post edited by Filip5 - Tuesday, 2011-07-26, 7:48 AM
Natashko
Posts: 3366
Reputation: 171

Message # 126 | 8:41 AM
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>
with is:
Code
<b style="color:red;">$NAME$</b>
And not
Code
<b> style="color:red;">$NAME$</b>
like you have it now
Filip5
Posts: 18
Reputation: 0

Message # 127 | 8:48 AM
Thank you.Now just the last thing,the nick is underlinded,any way to remove it?
Natashko
Posts: 3366
Reputation: 171

Message # 128 | 9:06 AM
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;">
Filip5
Posts: 18
Reputation: 0

Message # 129 | 9:22 AM
This is my code,alredy modified...

Natashko
Posts: 3366
Reputation: 171

Message # 130 | 9:32 AM
Filip5, Substitute this:
Code
<a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow">

with:
Code
<a style="text-decoration:none;" href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow">
Filip5
Posts: 18
Reputation: 0

Message # 131 | 11:27 AM
Thank you,everything works now
EDmanagement
Posts: 5
Reputation: 0

Message # 132 | 4:03 PM
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
Natashko
Posts: 3366
Reputation: 171

Message # 133 | 9:10 AM
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
Devil8702
Posts: 4
Reputation: 0

Message # 134 | 5:52 PM
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
Natashko
Posts: 3366
Reputation: 171

Message # 135 | 9:49 AM
Devil8702, it is against forum rules to create similar threads. You will be reproofed next time. Make sure to provide a website name and the design number for us to be able to help. Stick to this thread from now on.
uCoz Community » uCoz Modules » Tag Board » Customization of Tag Board appearance (name, size, color)
Search: