PDA

View Full Version : Forum Description Background


merk_aus
03-20-2010, 08:48 AM
Hey everyone,
First of all thanks for taking the time to check out this post, I guess I am in the same boat as every one who has taken the plunge with vBulletin 4 and attempting to modify it as much as I possibly can.

I was hoping someone here may be able to assist me with what I am currently trying to do, all help you can provide would be greatfully appreciated.

I am attempting to put a background in the forum description section - the only difference is I want the background to be different on each forum.

So for example on this site it says:
News and Announcements then the forum description - in that description area I would like to have BackgroundA.png

vBulletin Pre-Sale Questions and the forum description - in that description I would like to have BackgroundB.png.

Now in terms of sizes/alignment I have not changed anything but colors on the default theme so the size it is on there is the size I want - Or If the coding would allow I would love to have just a small image aligned to the right, where it is hard up against the Threads/Post information.

Please if you know how to do this let me know as it will add to the customization of my site that I am attempting to do.

Once again thank you in advance.

bobster65
05-28-2010, 12:41 PM
Hey everyone,
First of all thanks for taking the time to check out this post, I guess I am in the same boat as every one who has taken the plunge with vBulletin 4 and attempting to modify it as much as I possibly can.

I was hoping someone here may be able to assist me with what I am currently trying to do, all help you can provide would be greatfully appreciated.

I am attempting to put a background in the forum description section - the only difference is I want the background to be different on each forum.

So for example on this site it says:
News and Announcements then the forum description - in that description area I would like to have BackgroundA.png

vBulletin Pre-Sale Questions and the forum description - in that description I would like to have BackgroundB.png.

Now in terms of sizes/alignment I have not changed anything but colors on the default theme so the size it is on there is the size I want - Or If the coding would allow I would love to have just a small image aligned to the right, where it is hard up against the Threads/Post information.

Please if you know how to do this let me know as it will add to the customization of my site that I am attempting to do.

Once again thank you in advance.

Hey Buddy :) Did you ever figure this out? I am working on something similar and it is driving me nuts. I just want to have images in the description area that are added via the forum description block in the forum manger tool. Images and text display, but not the way I want them to.

merk_aus
06-02-2010, 11:21 PM
Nope never got any help with this which is a shame.

Lynne
06-03-2010, 03:04 AM
Just change the class for the div depending on forumid and then write the CSS for those forumids.
<div class="background1">Div for forumid1</div>

In the css template:
.background1 {background: pink}