View Full Version : per forum custom background image
Chadi
11-18-2008, 05:53 PM
Anyone know how to go about applying a custom (full size) background image / tile image per forum?
I tried code using this mod:
https://vborg.vbsupport.ru/showthread.php?t=132716
<body style="background-image: url('images/background/Forum-Timothy.jpg')">
That did not work, just extra blank space.
Thanks for any tips.
Chadi
11-23-2008, 01:15 PM
I hope someone can help me out on this. I really need to get the snowflakes background working :)
Thanks
Lynne
11-23-2008, 04:32 PM
Try:
<body style="background-image: url('/images/background/Forum-Timothy.jpg')">
Chadi
11-24-2008, 12:49 AM
Thanks Lynne. Tried that also, still getting a blank extra space. Strange, the file is indeed there.
Lynne
11-24-2008, 03:07 PM
A link to the site with that style may help.
Chadi
11-24-2008, 04:59 PM
Its in my signature.
www.talkjesus.com
Lynne
11-24-2008, 07:07 PM
But you aren't using the css in that style. I need a link to the site using the style (it should have &styleid=x on the end of the link).
Chadi
11-24-2008, 10:35 PM
I only have one style and that is the one you see.
I had removed the code because all it did was add space. I re-added it in this specific forum:
http://www.talkjesus.com/get-saved-now/
Just extra space above pink box that says
"The atheist can't find God for the same reason that a thief can't find a police officer. - Author Unknown"
SEOvB
11-24-2008, 10:45 PM
If you want it set to the forum you'll have to use the $forum[forumid] in the path, like
background: url(/images/forum-$forum[forumid].gif
then upload a forum-forumid#.gif file to your /images directory.
Chadi
11-24-2008, 10:51 PM
Please see the OP. I mentioned that I was using a mod that allows you to post html code per forum. That mod works itself anyway.
Lynne
11-24-2008, 10:52 PM
You may only have one <body> tag in a page. That tag should be right after the close of the head tag. You can't just add a body tag randomly in the middle of your html like you did. You either need to add the style to the existing body tag or add it to your Main CSS.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.