MyBB Community Forums

Full Version: Advanced User control panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: unbenanntbha.png]

I would like to learn how to move the content from box 1 to the imaginary box 2.
Would be cool if someone explain to me how it works...

Thanks in advance!!
Because you haven't included the MyBB copyright on your forums, we cannot help you. Sorry.
(2011-06-10, 02:47 AM)lucasbytegenius Wrote: [ -> ]Because you haven't included the MyBB copyright on your forums, we cannot help you. Sorry.

If you say it like that it sounds really two-faced!
You can but you obviously dont want to becouse you are thinking i am not supporting myBB... but i do!!
you might take a look at my forum again then.
I didnt remove anything i just hide the footer and now i included a "powered by myBB" Image/link.
This site is under construction man!
Two faced? It's the support guidelines that you must have to receive support.
(2011-06-10, 04:13 AM)Jordan Lovelle Wrote: [ -> ]Two faced? It's the support guidelines that you must have to receive support.

Well, i have.
look yourself! http://massiveminecraft.com/forums/index.php

To clear this up :
Quote:Polarbear541
07-12-2010, 09:11 AM
Hello there,
To get support here you have to have the minimum "Powered by MyBB" line. In order for us to give you further support, please add the following code to the footer template of your forum:
Admin CP --> Templates & Style --> *expand your template set* --> Footer Templates --> footer
Code:
Powered by <a href="http://www.mybboard.net">MyBB</a>
Please feel free to contact me or any other staff member if you have any questions about this policy.
With regards,
MyBB Support Team

I think logos are much nicer then textlinks Wink

And now back to topic
First add this to your global.css of the theme:
.floatbox {
background: #fff;
float: right;
width: 340px;
height: 40px;
padding: 5px;
}

Save, then go to your themes header template find:

<div class="logo"><a href="http://massiveminecraft.com/forums/index.php"><img src="http://massiveminecraft.com/forums/images/mynecraft/banner1-2.png" alt="Massive Minecraft Forum" title="Massive Minecraft Forum" /></a></div>

RIGHT BELOW THAT LINE, add this:
<div class="floatbox">
throw your content in here.
</div>

Not sure if this will work 100%, I'm tired and I don't have time too test it atm, let me know if its out of place so I can tweak the code.
(2011-06-11, 03:19 AM)Jessie S. Wrote: [ -> ]Not sure if this will work 100%, I'm tired and I don't have time too test it atm, let me know if its out of place so I can tweak the code.
Sry im a newbee - how is the content done?
I made a draft how about i want it - buttons can variate but it shows the basic idea:
[Image: unbenanntdmg.jpg]

Thank you!
Just keep the copyright of my design :|
(2011-06-11, 05:36 PM)envira Wrote: [ -> ]Just keep the copyright of my design :|

sry again; its fixed now