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
Hallo.

How can I add more switchable Backgrounds?

MfG. SirDan
There is a problem:
After i added the 6th style in ACP
        <link rel="alternate stylesheet" type="text/css" href="{$mybb->settings['bburl']}/styles/style6.css" title="style6" media="screen" />
i can change only between 2 styles. Is that a bug?
Did you create style6.css in your styles folder ?
yes, there 6 styles, but i can change only between 2 styles, after i haver added the 6th style in templates

  1. how to increase my fixed width without broken layout?

  2. how to increase editor size?
(2013-04-07, 06:25 AM)SirDan Wrote: [ -> ]yes, there 6 styles, but i can change only between 2 styles, after i haver added the 6th style in templates

I've added two new styles to my localhost version and it's working, there are no limitations to bg changer, can you link me your forum (you can pm it if you want) so i can inspect bg changer ?

how to increase my fixed width without broken layout?
how to increase editor size?

a) in your global.css find

.container {
   width:960px;
}

and change 960px to your desiered width, in your forum root find jquery folder and open jquery.global.js (or global.js) and in toggle function find

		jQuery("#container, .header").animate({width: '960px'}, 550);

change 960px to the same value in your global.css and save it.

b) http://community.mybb.com/thread-75337.html OR download editor.js from this post and move it to jscripts folder and replace editor.js with downloaded one.
global.css --> #container

}

#container {
	color: #ffffff;
}

960px? width?

not found



/jscripts/jquery - my jquery folder , right?

Quote:jquery.global.js (or global.js) ?

where?


And my bg donĀ“t change like our friend SirDan


my site
http://bf4brasil.com.br/
not #container but .container (class starts with a dot not with a #)


As for jquery.global.js that file isn't found on version that's on mods site, my bad ( you don't need any edits on that js file, only in css)


In your headerinclude you have some missing files and you are loading jquery twice.

As for body why do you have multiple references to same files ?

<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style1.css" title="style1" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style2.css" title="style2" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style3.css" title="style3" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style4.css" title="style4" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style1.css" title="style5" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style1.css" title="style6" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style1.css" title="style7" media="screen"/>
<link rel="alternate stylesheet" type="text/css" href="http://forum.bf4brasil.com.br/styles/style1.css" title="style8" media="screen"/>
(2013-04-07, 09:53 AM)Johnny S Wrote: [ -> ]
(2013-04-07, 06:25 AM)SirDan Wrote: [ -> ]yes, there 6 styles, but i can change only between 2 styles, after i haver added the 6th style in templates

I've added two new styles to my localhost version and it's working, there are no limitations to bg changer, can you link me your forum (you can pm it if you want) so i can inspect bg changer ?

At the moment I have only 5 backgrounds installed.
Should I use the 6th also activate?
You can inspect the Backgroundchanger at www.games-in-evolution.de.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17