How to Disable the Modal Login Popup
To disable the login modal popup and use the standard login page instead, follow these steps:
Step 1: Open the Guest Welcome Header Template
Go to:
ACP → Templates & Style → Templates → Your Theme → Header Templates → header_welcomeblock_guest
Step 2: Find This Code (or Similar)
This will redirect users directly to the full login page instead of opening the popup modal.
To disable the login modal popup and use the standard login page instead, follow these steps:
Step 1: Open the Guest Welcome Header Template
Go to:
ACP → Templates & Style → Templates → Your Theme → Header Templates → header_welcomeblock_guest
Step 2: Find This Code (or Similar)
Code:
<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>
Locked Content
Guests cannot view hidden content. Please log in.
This will redirect users directly to the full login page instead of opening the popup modal.
Signature
Working on this