Customization of Tag Board appearance - Tag Board - uCoz System management and tuning - uCoz Community
You logged in as Guest
Username/E-mail:
Recent messages · Members · Forum rules · FAQ · SEARCH Registration · Log in


We are in the second round! Let's keep voting!

Page 4 of 5«12345»
uCoz Community » uCoz System management and tuning » Tag Board » Customization of Tag Board appearance (name, size, color)
Customization of Tag Board appearance
SunnyDate: Friday, 2009-02-20, 3:15 Am | Message # 46
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"><b>$NAME$</b></a><?endif?>

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

Quote
<?if($USERNAME$)?><a href="$PROFILE_URL$" title="$USERNAME$" rel="nofollow"<?if($USER_ID$=1)?> style="color:#0000FF"<?endif?>><b>$NAME$</b></a><?endif?>

For several IDs:

Quote
<?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><?endif?>


I'm not "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
29Date: Saturday, 2009-02-21, 1:43 Am | Message # 47
Newbie
Group: Users
Messages: 6
Awards: 0
Reputation: 0
Status: Offline
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"

 
ArmarosDate: Saturday, 2009-02-21, 3:51 Am | Message # 48
Haunter
Group: Checked
Status: Offline
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>
thugdreamstudioDate: Friday, 2009-02-27, 5:44 Am | Message # 49
Newbie
Group: Users
Messages: 1
Awards: 0
Reputation: 0
Status: Offline
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...
 
PilotDate: Friday, 2009-02-27, 5:49 Am | Message # 50
Experienced
Group: Checked
Messages: 683
Awards: 29
Reputation: 77
Status: Offline
Yes. It just requires the needed HTML code, in which case you need to search through google or coding forums.

 
hslee81Date: Friday, 2009-03-27, 7:48 Pm | Message # 51
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Hey Guys, can the message show date? In order to avoid people misunderstanding.
thanks

-
 
PilotDate: Saturday, 2009-03-28, 3:34 Am | Message # 52
Experienced
Group: Checked
Messages: 683
Awards: 29
Reputation: 77
Status: Offline
The date can be seen only when clicking on the message management button -

 
ArmarosDate: Saturday, 2009-03-28, 5:01 Am | Message # 53
Haunter
Group: Checked
Status: Offline
CP -> Customize Design -> Tag Board -> Appearance of entries

Find: $TIME$
Add: $DATE$

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

hslee81Date: Thursday, 2009-04-09, 5:39 Am | Message # 54
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Hi Armaros, it has (title="$DATE$">$TIME$)

How to make it appear in every message ?


-
 
ArmarosDate: Thursday, 2009-04-09, 5:58 Am | Message # 55
Haunter
Group: Checked
Status: Offline
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.
hslee81Date: Friday, 2009-04-10, 0:58 Am | Message # 56
Curious
Group: Checked
Messages: 37
Awards: 0
Reputation: 0
Status: Offline
Thanks, Armaros.
How to change the date and time colour?

-
 
SunnyDate: Monday, 2009-04-13, 3:13 Am | Message # 57
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
ArmarosDate: Monday, 2009-04-13, 5:30 Am | Message # 58
Haunter
Group: Checked
Status: Offline
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.
leohbepDate: Wednesday, 2009-05-20, 7:02 Pm | Message # 59
Newbie
Group: Users
Messages: 12
Awards: 0
Reputation: 0
Status: Offline
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


http://www.bepfanclub.com.ar
 
SunnyDate: Thursday, 2009-05-21, 3:15 Am | Message # 60
Haunter
Group: Administrators
Messages: 2016
Awards: 121
Reputation: 139
Status: Offline
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 "man", "sir" or whatever. I'm female!
About signatures, screenshots etc...
 
uCoz Community » uCoz System management and tuning » Tag Board » Customization of Tag Board appearance (name, size, color)
Page 4 of 5«12345»
Search: