Jump to the post that solved this thread.
Solved: 6 Years, 11 Months, 2 Weeks ago Disable Login Popup
#1
Solved: 6 Years, 11 Months, 2 Weeks ago
Dear Sir,
            How Can I Disable Login Box Popup.
I Want To Use Normal Login Form..
Khan Solangi Professional Web Designer In Pakistan.
Reply
#2
Solved: 6 Years, 11 Months, 2 Weeks ago
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>
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)