MyBB Community Forums

Full Version: Disable Login Popup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Sir,
            How Can I Disable Login Box Popup.
I Want To Use Normal Login Form..
template --> header_welcomeblock_guest
find code similar to below
<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" class="login">{$lang->welcome_login}</a>
change to
<a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a>