Forum moderator: Eriko |
uCoz Community uCoz Modules Tag Board Customization of Tag Board appearance (name, size, color) |
Customization of Tag Board appearance |
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.
|
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> |
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...
|
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.
|
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. |
| |||