MyBB Tutorials

Hide until reply - ForumCamp Version

Submitted by linkzy, , Thread ID: 41

Thread Closed

RE: Hide until reply - ForumCamp Version

lazenes
Closed Account
Level:
0
Reputation:
0
Posts:
5
Likes:
0
Credits:
4
24-10-2019, 10:14 PM
#73
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
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}:

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.

Users browsing this thread: 1 Guest(s)