MyBB Hacks

Full Version: Different Background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi! how can i have different background per board/forum ID using x threads?

thanks in advance! Smile
Anything wrong with using MyBB's forum theme settings?
(03-21-2014 02:37 PM)ZiNgA BuRgA Wrote: [ -> ]Anything wrong with using MyBB's forum theme settings?

none, its just that i run a sports forum and i we were previously with proboards before i transferred to mybb - and they have a plugin like this... so, is it possible or not?Yes
So why can't you use MyBB's forum theme settings?
(03-21-2014 07:50 PM)ZiNgA BuRgA Wrote: [ -> ]So why can't you use MyBB's forum theme settings?

can you set different backgrounds per forum ID thru the themes? if its possible then PLEASE enlighten me on how to...Biggrin
Forum Management -> Edit Forum Settings -> Style Options


For a single theme, use template code

HTML Code
<body class="fbg_{$fid}">

CSS

Code:
body.fbg_2 {background: red;}
/*etc*/


This does not require XThreads.  For further questions please direct them to http://community.mybb.com/index.php

Reference URL's