MyBB Community Forums

Full Version: Shading....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay i want to know how to change the different colours of the forum columns

like...

[Image: 1241200649.jpg]

it has different shades...
Those are "lightbulbs" - basically, you can't change the shading, just the picture. If it's at full opacity (not shaded), then it means that there are threads in that forum that you haven't read yet.

If it's shaded in, then you've read all the topics in the forum.
If you mean the column backgrounds, there is an alt_trow() function that would govern alternate shades in rows. Different shades in columns seems specific to your theme.
(2009-05-01, 06:26 PM)sayakb Wrote: [ -> ]If you mean the column backgrounds, there is an alt_trow() function that would govern alternate shades in rows. Different shades in columns seems specific to your theme.

how would i do different row shades?
ACP -> Templates & Styles -> Templates -> (your theme) Templates -> Forum Bit Templates -> forumbit_depth2_forum

You should see 5 instances of <td class="{$bgcolor}"...

Change them to class="trow1" and class="trow2" alternately. (ie, line 1 has trow1, line 2 has trow2 and so on..)