MyBB Community Forums

Full Version: Login/Register Template Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Got a problem with the template here. Not sure what to do with the coding.

http://i56.tinypic.com/2efhw2d.jpg




Then goes to here!




http://i51.tinypic.com/2zqajpk.jpg






<script type="text/javascript">
<!--
	lang.username = "{$lang->login_username}";
	lang.password = "{$lang->login_password}";
	lang.login = "{$lang->login}";
	lang.lost_password = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=lostpw\">{$lang->lost_password}<\/a>";
	lang.register_url = " &mdash; <a href=\"{$mybb->settings['bburl']}/member.php?action=register\">{$lang->welcome_register}<\/a>";
	lang.remember_me = "{$lang->remember_me}";
// -->
</script><span id="quick_login">{$lang->welcome_guest} (<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="MyBB.quickLogin(); return false;">{$lang->welcome_login}</a> &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a>)</span>
It's about the template.
So, what is the problem here?
Look at the pictures, the login/register in in the forum information on the right, barely visable.

And then when you press login it moves into the white bit above forum information.

it should actually be like this!

http://www.audentio.com/themes/#mybb16/i...themeid=78
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

#quick_login   {float: right;  margin-top: 60px;}

3. Change to:

#quick_login   {float: left; }
It would seem to me that you reverted some of the header templates :/.
It's all sorted now. Smile
Yes, it does seem he was messing with the templates. I highly recommend you don't edit them unless you know what you're doing. You'll just end up creating more and more problems. The properties originally defined in the #quick_login div were probably right, but your edits messed it up and it needed re-adjustments.