PDA

View Full Version : How can I Change color forumdisplay ?



alkahf
Sat 9th Aug '03, 7:12pm
Hello i like to make one color for every forum .
look please to attach ment
i need to know the way to change color for:
forumhome
forum display

Notice: i used vB3 b5
Thanx

alkahf
Sun 10th Aug '03, 8:24pm
Sorry
If my question not undrestood i can explain. :)

DirectPixel
Sun 10th Aug '03, 9:22pm
You can do this one of two ways.

1. Use template conditionals. Go into the forumhome or forum display template, and use something like <if condition="$forumid == 3">class="bluetable"</if>

2. Use background image. Set the background image to something like tablebg$forumid.gif, and have the file names as tablebg1.gif, tablebg2.gif, etc. in your images directory.

alkahf
Sun 10th Aug '03, 9:41pm
Thank you DirectPixel
As i think my question not undestood enough.
you seein forumdisplay 2 colors
fierst class=alt1 and second class=alt2 but these tow colors changes every one cells
<tr>
<TD class=alt1> </TD>
<TD class=alt2> </TD>
<TD class=alt1> </TD>
<TD class=alt2> </TD>
<TD class=alt1> </TD>
<TD class=alt2> </TD>
</tr>

i don't wont that
i ask how to be like that :

<tr>
<TD class=alt1> </TD>
<TD class=alt1> </TD>
<TD class=alt1> </TD>
<TD class=alt1> </TD>
<TD class=alt1> </TD>
<TD class=alt1> </TD>
</tr>
<tr>
<TD class=alt2> </TD>
<TD class=alt2> </TD>
<TD class=alt2> </TD>
<TD class=alt2> </TD>
<TD class=alt2> </TD>
<TD class=alt2> </TD>
</tr>


Thank you

DirectPixel
Sun 10th Aug '03, 11:10pm
If you want to make both alternating colors the same, you can do this:

AdminCP --> Style Manager --> All Style Options

Then, scroll down and change First Alternating Color and Second Alternating Color to the same value. :)

alkahf
Mon 11th Aug '03, 8:11am
DirectPixel
This not what i wont
But i can't explain more!
i'll try to find sample to view it.

Thanx

alkahf
Mon 11th Aug '03, 8:25am
That is example what i mean:
http://www.infopop.com/artwork/screenshots/ubbthreads/7b.gif

Zachery
Mon 11th Aug '03, 9:59am
try

http://www.vbulletintemplates.com/mods/showthread.php?t=3890

that should anwser youre question

alkahf
Mon 11th Aug '03, 10:24am
try

http://www.vbulletintemplates.com/mods/showthread.php?t=3890

that should anwser youre question Thanx Faranth
I Think that what i need. :)

Regards :)

optic
Sat 12th Jun '04, 11:51am
can someone show me how to do this, it seems like the thread to vbulletintemplates isnt their anymore.

optic
Sun 13th Jun '04, 3:22am
anyone?