MyBB Tutorials

Hide until reply - ForumCamp Version

Submitted by linkzy, , Thread ID: 41

Thread Closed

RE: Hide until reply - ForumCamp Version

#76
15-01-2015, 07:11 AM
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:
PHP Code:
.unhide {
  
background#333;
    
border1px solid #444;
    
padding8px;
}

.
hide {
  
background#333;
    
border1px solid #444;
    
padding8px;

Next, go to ACP > Templates & Style > Templates > Global Templates > hideip_box and replace everything with:

PHP Code:
<br><div class="hide">{$msg}</div

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}:

PHP Code:
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet"
If you need help with anything, post here. :D

So ok This tut was written by linkzy :D Tongue :* :yus:

Download Plugin -

Content has been stripped. Go to the quoted post to view the content.

Will test this soon, hope this one works with latest mybb forum software version, thanks for that snippet, very cool! :peace:

Users browsing this thread: 10 Guest(s)