MyBB Community Forums

Full Version: [1.8] How to run window like quick login report
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

I try this

<a href="{$mybb->settings['bburl']}/serversboardr.php?action=more_information" onclick="$('#serversboard_{$data['gq_sid']}').modal({ fadeDuration: 250, keepelement: true }); return false;" class="login">{$lang->welcome_login}</a>

<div class="modal" id="serversboard_{$data['gq_sid']}" style="display: none;">

                        <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder">
                            <tr>
                                <td class="thead" colspan="2"><strong>{$lang->login}</strong></td>
                            </tr>
                            <tr>
                            </tr>
                        </table>
                </div>

but not work


help me

edit
fixed