linkzy Wrote: Hey everyone. SubExpress requested it, so I'm releasing it here.
Installation (Complete every step or it won't work): Download the attachment. Unrar it and upload it to your forum root. Install the plugin in your ACP.
Go to ACP > Templates & Style > Themes > YOUR THEME > global.css and add:
Next, go to ACP > Templates & Style > Templates > Global Templates > hideip_box and replace everything with:
PHP Code:
<br><div class="hide">{$msg}</div>
thank you Go to ACP > Templates & Style > Templates > Global Templates > unhideip_box and replace everything with:
PHP Code:
<br><div class="unhide">{$msg}</div>
To make the icons work, go to ACP > Templates & Style > Templates > YOUR THEMES TEMPLATES > Ungrouped Templates > headerinclude and add the following above {$stylesheets}: