MyBB Community Forums

Full Version: about login button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
wherein templates is the login button and the javascript behind it?
header_welcomeblock_guest template
code can be similar to below [from MyBB Stock Theme]
<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>

if you have problem with login popup window then see this post
basically modal popup code needs to be updated in global.css of the theme