MyBB Community Forums

Full Version: Upgrade screwed up my registration pop up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is my forum: in desktop version : https;//ontic-philosophy.com

Try to log in, it's impossible to see the log in pop up as it is obscured in the far left hand bottom corner, you have to zoom out.

This puts me off upgrading to be honest, I haven't been online enough to be in swing of fixing it, takes me a month to remember how to mybb.

here's the code for the header_welcomeblock_member - what do I need to change?


<!-- Continuation of div(class="upper") as opened in the header template -->
	<span class="welcome">{$lang->welcome_back} <a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" class="logout">{$lang->welcome_logout}</a></span>
	</div>
</div>
<div class="lower">
	<div class="wrapper">
		<ul class="menu panel_links">
			{$usercplink}
			{$modcplink}
			{$admincplink}
		</ul>
		<ul class="menu user_links">
			<li><a href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>
			{$searchlink}
			{$pmslink}			{$pmslink}<!-- AccountSwitcher -->{$as_header}<!-- /AccountSwitcher -->
	<li>
<a href="{$mybb->settings['bburl']}/search.php?action=getnew">New</a>	
			</li>
		<li>
<a href="{$mybb->settings['bburl']}/search.php?action=getdaily">24 Hours</a>
				</li>
			<li>
<a href="search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}">My Threads</a>
			</li>
			<li>
<a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}">My Posts</a>	
			</li>
		</ul>
	</div>		</div>
	<br class="clear" />
</div>



Thanks in advance.
The blog post provides a fix for this: https://community.mybb.com/thread-213964...pid1288154
Did that, didn't work.

It's okay, I reverted the template.