03-24-2012, 06:33 PM
Paste this code in member_profile_adminoptions template:
PHP Code:
This is most useful against bots so the ip gets banned. Yes I know you can help stop bots with plugins, but this can make it easy to ban ips when needed.
PHP Code:
PHP Code:[Highlight]
<li><a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php?module=config-banning&filter={$memprofile['lastip']}" target="_blank">Ban IP</a></li>
This is most useful against bots so the ip gets banned. Yes I know you can help stop bots with plugins, but this can make it easy to ban ips when needed.