MyBB Community Forums

Full Version: Battlefield 3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Regarding background images again Smile Is it possible to have the background resize to the resolution used by the user? For example, i've put a background image bigger than my screen res. The result is the image stays its original size on the site thus cropping the image for me at my res. How would i get it so the image would resize to the width of the user's resolution?
I don't even know if that is possible (?) with css (for bg image).

Try with google search for that resize with javascript. (i don't provide support for this experiments)
Ok thanks mate, i'll have a look around
is there a way to have the side boxes open at all times? for everyone..

thanks
(2012-06-26, 03:05 PM)Chef_uk Wrote: [ -> ]Regarding background images again Smile Is it possible to have the background resize to the resolution used by the user? For example, i've put a background image bigger than my screen res. The result is the image stays its original size on the site thus cropping the image for me at my res. How would i get it so the image would resize to the width of the user's resolution?

You could use these - http://www.w3.org/TR/css3-mediaqueries/
How do I remove the button to change the background?
In the end it does not work ...
If you uploaded jquery folder (in jscripts) it should work.If you want to remove Bg switcher go to Template and styles -> Templates -> BF3 templates -> header -> header and remove

<a href="#" id="toggler">
<img src="{$theme['imgdir']}/tools_change_bg.png" alt="change background" title="change background image"/>
</a>
Is this theme compatible with MyBB 1.6.8?
@netniru1 Yes. Yes it is.

@Johnny S I would like to change the 'Calendar and Help' links to display different text and redirect else where to something else. Is this text stuff easily done through template editing? (more importantly where?) Thx Bizzacks
In templates and styles -> templates -> bf3 templates -> header templates -> header find

<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
<li><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>

and replace them with your links (<your url> .> new valid link and "Your title goes here" -> your link title)

<li><a href="<your url>">Your title goes here</a></li>
<li><a href="<your url 2>">Your title 2 goes here</a></li>
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17