MyBB Community Forums

Full Version: help || header buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You where not even using it as after I mentioned you did need it?

http://mybbhacks.zingaburga.com/showthread.php?tid=464
i installed it but it ruined the style of the website...
I do not know the reason, as the plugin itself doesn't insert anything.

What are the steps you followed to deform the forum?
maybe i didn't understood your question correctly, but i actually just activated the plugin and entered to the forum to see it, and it was completly ruined. and when i deactivated it, it went back to my design.
What was the problem? Can you do it again and take a screenshot.

Most probably you entered the code I provided you wrong.
i just transfered the file of the plugin that i downloaded and activated it in the acp
in your global.css , #panel has fixed position ; delete that & hard refresh your forum page ...
#panel {
        width: 100%;
        margin: 0 auto;
        height: 25px;
        line-height: 25px;
	background: #000000 url(../../../images/bluesteel/panel.png) top left repeat-x;;
	color: #797979;
	font-size: 11px;
        border-top: 1px solid #FFFFFF;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: right;
}

in above code, delete below :
position: fixed;
bottom: 0px;

... didn't work... this is what happening:

http://www.fastup.co.il/images/94991223.png
(2011-11-06, 06:46 PM)elephanti Wrote: [ -> ]... didn't work... this is what happening:

http://www.fastup.co.il/images/94991223.png

does anyone know what happens?
Pages: 1 2 3