Hocam kodu görmeden birşey demek çok zor.
<a href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#mod-options').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" >
<li><i class="fa fa-wrench"></i> Moderator Ayarları</li></a>
<div class="modal" id="mod-options" style="display: none;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead">{$lang->mod_options}</td>
</tr>
{$manageuser}
<tr>
<td class="trow2">
{$memprofile['usernotes']}<br />
{$editnotes}
</td>
</tr>
</table>
</div>