PDA

View Full Version : Alternating color under forum_new/old icons on forumhome


Astrof
08-07-2008, 05:03 PM
Hi, everyone.

I'm wondering if the following is possible, as it is extremely important to me ...

By default, the color under the forum_old/new/lock etc. icons on forumhome for forumbit_level2 (the child forums within another parent forum) is the second alternating color. For forumbit_level1 (the forums that are not within any other parent forum) it's the first alternating color.

Is there any way I could make forumbit_level2 have the first alternating color in those colums under forum_new/old/locked icons as well? That is, to make it the same as it is for forumbit_level1?

If this is possible, you could please give me some specifics as to what exactly I have to do? I asked this question on vB.com forums, but they directed me here.

If there is no such thing possible, is there anything else I might try, other than the obvious which is to make the first and second alternating color identical?

Thank you very much in advance.

Attitude5ire
08-07-2008, 08:15 PM
Not sure if i got it right but just edit the template and make sure the classes are same.
for alternating colors there are 2 classes .alt1 and .alt2
if you want same for 2 diff cells just make both alt1 or alt2...

Astrof
08-08-2008, 04:14 PM
Worked!

Thank you very much!

I just had to change the first alt2 to alt1 in the forumhome_forumbit_level2_post template and it worked.

That is, this: <tr align="center">
<td class="alt2"><img

to this:

<tr align="center">
<td class="alt1"><img

Thanks a lot again, can't believe how easy it is!