MyBB Community Forums

Full Version: Some Questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Guys,

i'am new here and first want to say: sorry for my bad english!

I got some questions and want to keep them short.

www.Minecraft-Stammtisch.de

How can i center the logo in the header?

	<!-- begin logo -->
	<div id="logo">
		<div;align="center"><div;class="logo"><a;href="
		<a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
		<a name="top" id="top"></a>
		<div id="panel">
			<div id="panelcontent">{$welcomeblock}</div>
		</div>
	</div>
	<!-- end logo -->


Can i change the maximum size of the logo?
now its limited to 250x80 everting bigger then that gets resized or squetched around.

How can i add custom boxes to the left of the portal?
something like a short info box with server infos

thx, pixelschmied
For logo; Replace all above code with this;

<!-- begin logo -->
    <div id="logo">
        <div align="center"><div class="logo"><a href="
        <a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
        <a name="top" id="top"></a>
        <div id="panel">
            <div id="panelcontent">{$welcomeblock}</div>
        </div>
    </div>
    <!-- end logo -->

2) Yes you can use even bigger logo either in height or in width.

3) What thing you would like to add in the boxes ?
Oh i postet the wrong code... its this one...

<!-- begin wrapper -->
<div id="wrapper">

	<!-- begin logo -->
	<div id="logo">
		<a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a>
		<a name="top" id="top"></a>
		<div id="panel">
			<div id="panelcontent">{$welcomeblock}</div>
		</div>
	</div>
	<!-- end logo -->
Replace it with this;
<!-- begin wrapper -->
<div id="wrapper">

    <!-- begin logo -->
    <div id="logo"><div align="center">
        <a href="{$mybb->settings['bburl']}/"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="logo" /></a></div>
        <a name="top" id="top"></a>
        <div id="panel">
            <div id="panelcontent">{$welcomeblock}</div>
        </div>
    </div>
    <!-- end logo -->
Well then it looks like that.

can i just put it some pixels to the right?

and i want to fill the boxes with a small text and maybe links
You didn't added enclosing </div> tag at the end of title="{$mybb->settings['bbname']}" class="logo" /></a>
hm with center i mean between border and the darker box Big Grin is that possible?

btw that another look at the page now
i fixed it for now... but is it possible to center the logo between border and darker box in the head?


what about the boxes (left side) on the portal page? can i add custom ones? maybe with a plugin or something?


can i adjust the background image of the forum?
/bump
no info? Sad

is there a plugin to manage the side boxes of the portal.php?

can i adjust the php code to set a bigger picture as logo at the header?