uCoz Community uCoz Modules Forum Forum design and appearance (forum CSS, colors etc.) |
Forum design and appearance |
I have done that....
Added (2009-07-13, 3:08 Pm) and this is the site www.taatuhome.do.am/forum |
How can i put that this thread name is animated?
Sunday, 2009-07-19, 8:03 Pm [Go to the first unread message] Edit: That Animation is for all links too... Post edited by enraged - Tuesday, 2009-07-21, 9:11 AM
|
enraged, try to do this by means of editing CSS - http://www.forum.ucoz.com/forum/9-2441-1
I'm not active on the forum anymore. Please contact other forum staff.
|
Where do you have posted a list of the different color codes? or do you?
|
fragranceheaven, what about Google? It often helps, e.g. http://html-color-codes.info/
I'm not active on the forum anymore. Please contact other forum staff.
|
enraged, I just pointed you the place where you can find the answer. I think that the thing you want must be possible by means of editing CSS, try to search Google about text animation by means of CSS. And by the way simple change of color (to some bright one) will also attract attention.
I'm not active on the forum anymore. Please contact other forum staff.
|
On a game I moderate the forums for, it has the thread Lock and Sticky buttons in the forum, on the threads, like below. (The Delete and Edit Title buttons already exist, don't worry about A R F they are game specific.
Apparently I can't add the images, so the links are here. http://mafiamatrixfans.com/forumss.PNG What I want to do, is have those buttons next to the thread. Something like in this image of my site's forum. http://mafiamatrixfans.com/ss2.PNG Is there any way to do this? Post edited by Davros - Friday, 2009-07-24, 10:07 AM
|
Ok What about to change the background of an admin's post like this: http://mafiamatrixfans.com/mmadmin.PNG I tried doing it like this:
Code .posttdMessage <?if($GROUP_ID$=1)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=2)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=3)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=4)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=5)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=6)?>{background:#000000;padding:5px;}<?endif?><?if($GROUP_ID$=7)?>{background:#202020;padding:5px;}<?endif?><?if($GROUP_ID$=8)?>{background:#202020;padding:5px;}<?endif?> In the CSS table, but nothing happened. How should I go about doing it? Post edited by Davros - Friday, 2009-07-24, 11:40 AM
|
Davros, conditional operators won't work in CSS. Try smth like this:
Code <?if($GROUP_ID$=1)?><td class="posttdMessage1" valign="top"><?if($GROUP_ID$=2)?><td class="posttdMessage2" valign="top">$MESSAGE$<?endif?>........ And add classes "posttdMessage1", "posttdMessage2" etc. to CSS template. I'm not active on the forum anymore. Please contact other forum staff.
|
Question 1. Is it possible to change the template of the forums but leave the template of rest of website the same?
Q2. When uploading a picture it comes out as a link you click on, is it possible to get it to come out as a visible picure? um topic should be called Forum template & adding pictures typo lolz Post edited by TheLOKO - Monday, 2009-07-27, 11:15 PM
|
| |||