PDA

View Full Version : Multiple forum background images


JVCode
06-08-2009, 11:41 AM
I own a gaming community website, and I'm in the process of adding game forums. I'd like to be able to (If possible) put different background images on for each game on the site.

I.E
Forum, GTAIV - Background, GTAIV wallpaper.
Forum, Saints Row - Bakcground, Saints Row wallpaper.

I'd like to do this for each game.

Are there any mods already out there which makes this possible ?

Aclikyano
06-08-2009, 01:22 PM
im not exactly sure but nice site man!

Alfa1
06-08-2009, 02:17 PM
Here you is the conditional:
<if condition=$foruminfo['forumid']=="GTAIV_forum_ID"><img src="http://www.consolecommunity.com/forum/images/misc/GTAIV.gif" /></a><else />
<if condition=$foruminfo['forumid']=="Saints_Row_forum_ID"><img src="http://www.consolecommunity.com/forum/images/misc/SR.gif" /></a><else />
<img src="http://www.consolecommunity.com/images/styles/console/misc/leftbg.jpg" /></a></if></if>Replace GTAIV_forum_ID with the suited forumID.
Replace Saints_Row_forum_ID with the suited forumID.

Upload http://www.consolecommunity.com/forum/images/misc/GTAIV.gif and http://www.consolecommunity.com/forum/images/misc/SR.gif

I typed the above from memory, so if there is any problem with it, let me know and I'll correct it.

I assume that it would work if you add this to your main CSS -> extra CSS attributes.

JVCode
06-08-2009, 07:42 PM
Thanks Aclikyano :) feel free to sign up and check it out...

Many thanks Alfa1, I'll give it a go and see how it turns out!

Kind regards,

--------------- Added 1244495346 at 1244495346 ---------------

The above code doesn't seem to work, it's just displaying the default BG. Hmmm, :\

JVCode
10-03-2009, 07:30 AM
Anyone have a fix for this? :(