Forum moderator: Eriko  
uCoz Community » uCoz Modules » Tag Board » Customization of Tag Board appearance (name, size, color)
Customization of Tag Board appearance
Sunny
Posts: 9296
Reputation: 456

Message # 46 | 9:15 AM
It is possible to do this for different user IDs but not groups.

CP -> Customize Design -> Tag Board -> Appearance of entries: find the line

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;"><b>$NAME$</b></a>


and change it to (change the things in red to your own)

Quote
<a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='$NAME$, ';return false;" <?if($USER_ID$=1)?> style="color:#0000FF"<?endif?>><b>$NAME$<[/b></a>


For several IDs:

Quote
<a href="javascript:void('Apply to')" onclick="parent.window.document.getElementById('mchatMsgF').focus();parent.window.document.getElementById('mchatMsgF').value+='$NAME$, ';return false;" <?if($USER_ID$=1)?> style="color:red"<?endif?><?if($USER_ID$=2)?> style="color:green"<?endif?><?if($USER_ID$=3)?> style="color:blue"<?endif?>><b>$NAME$</b></a>

I'm not active on the forum anymore. Please contact other forum staff.
29
Posts: 3
Reputation: 0

Message # 47 | 7:43 AM
Ok ty u helped me smile

Added (2009-02-21, 1:43 Am)
---------------------------------------------
nvm ur code isnt working it says when i save it

"One or more conditional operators (<?if?>) are not closed"

Armaros
Posts: 1424

Message # 48 | 9:51 AM
It's because Sunny closed <?if($USERNAME$)?> in the same line.
But code's end is in other place. Simple remove closing tag. Here:

Code
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"<?if($USER_ID$=1)?> style="color:#0000FF"<?endif?><?if($USER_ID$=2)?> style="color:green"<?endif?><?if($USER_ID$=3)?> style="color:blue"<?endif?><b>$NAME$</b></a>
thugdreamstudio
Posts: 1
Reputation: 0

Message # 49 | 11:44 AM
is it possible to make a moving entries??that u don't have to scroll...i don't know if u undarstand me,my english is very bad...
Pilot
Posts: 487
Reputation: 77

Message # 50 | 11:49 AM
Yes. It just requires the needed HTML code, in which case you need to search through google or coding forums.
hslee81
Posts: 26
Reputation: 0

Message # 51 | 1:48 AM
Hey Guys, can the message show date? In order to avoid people misunderstanding.
thanks

-
Pilot
Posts: 487
Reputation: 77

Message # 52 | 9:34 AM
The date can be seen only when clicking on the message management button -
Armaros
Posts: 1424

Message # 53 | 11:01 AM
CP -> Customize Design -> Tag Board -> Appearance of entries

Find: $TIME$
Add: $DATE$

It looks like this:
$DATE$, $TIME$

hslee81
Posts: 26
Reputation: 0

Message # 54 | 11:39 AM
Hi Armaros, it has (title="$DATE$">$TIME$)

How to make it appear in every message ?


-
Armaros
Posts: 1424

Message # 55 | 11:58 AM
Quote (hslee81)
How to make it appear in every message ?
I did explain it above. Title gives date only at editing. If you'll add another date tag next to time tag it will appear on every chat message.
hslee81
Posts: 26
Reputation: 0

Message # 56 | 6:58 AM
Thanks, Armaros.
How to change the date and time colour?

-
Sunny
Posts: 9296
Reputation: 456

Message # 57 | 9:13 AM
hslee81, CP -> Customize design -> Tag Board -> Appearance of entries. Find smth like this

Code
<div style="float:right;font-size:8px;" title="$DATE$">$TIME$</div>

and add the part in red (don't forget to put your own color code)

Quote
<div style="float:right;font-size:8px;color:#FFFF00;" title="$DATE$">$TIME$</div>

I'm not active on the forum anymore. Please contact other forum staff.
Armaros
Posts: 1424

Message # 58 | 11:30 AM
Do as Sunny said & afterwards:

Quote
<div style="float:right;font-size:8px;color:#FFFF00;" title="$DATE$">$DATE$, $TIME$</div>

Red - HTML Colour Codes
Blue - Make sure you have this, as you wanted the date.
leohbep
Posts: 43
Reputation: 0

Message # 59 | 1:02 AM
hello, just in case someone knows how to make my tag boar horizontal and not vertical .. I think this would be good .. please if anyone knows if I get a code .. hahaha thanks

Leoh


www.BEPfanclub.com
Sunny
Posts: 9296
Reputation: 456

Message # 60 | 9:15 AM
leohbep, CP -> Customize design -> Tag Board. However I doubt it is possible. You may try to use some third-party mini chat.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » Tag Board » Customization of Tag Board appearance (name, size, color)
Search: