MyBB Community Forums

Full Version: Background selector
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Again.

can someonce please tell me, why only 3 background shows up on my selector?
i already uploaded 2 more in FTP and path is right, it must be 5 now.
already cached and still nothing.
My theme is duende2.
Please see attached image.

http://forum.legendarymu.net/index.php
Test Account:

User: test
Pass: 123456

Thank you.
I'm not sure in which template, but I assume header, I see these:


<span class="dropdown2">
<div class="fondos">
<ul>
<li class="uno">
<img class="fondosc" width="100px" height="70px" src="images/duende2/bg/bg1.png">
</li>
<li class="dos">
<img class="fondosc" width="100px" height="70px" src="images/duende2/bg/bg2.jpg">
</li>
<li class="tres">
<img class="fondosc" width="100px" height="70px" src="images/duende2/bg/bg3.jpg">
</li>
</ul>
</div>
</span>


So this is for 3 backgrounds. You must extend this (extra <li>.....</li)) for the new backgrounds.

Also in your css (dropback.css) I see these for the backgrounds (the previous was for the menu)


.fondo1 {
    background: rgba(0, 0, 0, 0) url("../../../images/duende2/bg/bg1.png") no-repeat fixed center top;
}
.fondo2 {
    background: rgba(0, 0, 0, 0) url("../../../images/duende2/bg/bg2.jpg") no-repeat fixed center top;
}
.fondo3 {
    background: rgba(0, 0, 0, 0) url("../../../images/duende2/bg/bg3.jpg") no-repeat fixed center top;
}

So I expect that also this must be extended!!
Found it.

Thank you bro.
I see it in your cache, then it must be part of your theme

AdminCP -> Template & Styles (Themes) -> Duende2(???) -> tab Edit Stylesheets -> dropback.css -> tab Edit Stylesheets Advanced Mode

It really must be there.

As far I can see it now you have 6 backgrounds, where the 3rd and 6th look identical.
But the 4th, 5th and 6th do not work because the css file has not (yet?) been changed.
posted also at the theme release thread
http://community.mybb.com/thread-164690-...pid1168840