Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Make each forum a different color? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Make each forum a different color?
#52124
Make each forum a different color? 3 Months, 3 Weeks ago  
Hi all,

I am a real newbie however I was wondering if anyone could tell me how a can make each of my forums a different color.

Thanks in advance
maclarkson (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52192
Re:Make each forum a different color? 3 Months, 2 Weeks ago  
i can see that this is obviously a very popular question as there is over 800 views in less than a 24 hour period is anyone going to help me answer this
maclarkson (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52380
Re:Make each forum a different color? 3 Months, 2 Weeks ago  
we're up to 1500 views can anyone help Please
maclarkson (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#52385
Re:Make each forum a different color? 3 Months, 2 Weeks ago  
After the overwhelming response I finally figure it out my self cheers all for nothing

Here is how you do it.

I use the ex_default template.

1. add a forum class suffix in the forum you want to change. eg "_example"
2. Edit the css style sheet and look for this code:

#fireboard table.fb_blocktable thead tr th {
background: #3B3B3B url(images/cat_title_bg.gif) repeat-x top left;
padding: 2px;
color:#ffffff;
font-weight:normal;
}
3. Copy and past this under it for each forum you want to change the color for.
4. Change the top line to include the suffix and you can either change the background image for a newly created on or change the back ground color and eliminate the url reference:

#fireboard table.fb_blocktable_example thead tr th {
background: #3300CC url(images/cat_title_bg_example.png) repeat-x top left;
padding: 2px;
color:#ffffff;
font-weight:normal;
}

If anyone can figure out how to change the font color I would be forever in your debt thank you.
maclarkson (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top