Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

HideUntilPost - 1.2 by Sergio Montoya

it's brilliant idea.
nice performance.

notes:
small bug with HIDE bbcode feature.
You have to set and fill "Exclude Groups Setting" for all GID, other than redirect is does not working. And after some user replying thread, redirect is FALSE..

But, its okay.. Good plugin. Must Have.. :)

temporary solution is:
disable function hideUntilPost_donewreply()
and replacae inside with $redirect = true;

Written By: FBI, 19th April 2011

hey, good plugin. But it seems that does not work on portal.php
Users can view and download the attachements if they are showing in portal.
Need help how to fix that. thank you

Written By: gody, 25th April 2011

In order to make it work in MyBB 1.6.5 and above, do the edits as follows;

Open plugin file and find;

PHP Code:
eval("\$post['attachments'] = \"".$templates->get("hideUntilPost_box",1,0)."\";"); 

and ADD the following code just after that line;

PHP Code:
return $post

Written By: Yaldaram, 14th May 2012

evenafter editing that return post in php file.its not working.

Written By: WINBOY, 15th May 2012

You should also find:

PHP Code:
$message preg_replace("#\[lock\](.*)\[/lock\]#is",'$1',$message);
    } 

And add this on a new line:

PHP Code:
return $message


And find:

PHP Code:
$msg preg_replace("#\[lock\](.*)\[/lock\]#is",'',$msg);
        }
    } 

And add this on a new line:

PHP Code:
return $msg

Written By: Qub1, 5th June 2013

i am getting this error while installing in my mybb 1.6.12 please help me
.
.
MyBB SQL Error
MyBB has experienced an
internal SQL error and cannot
continue.
SQL Error:
1366 - Incorrect integer value:
'no' for column 'isdefault' at
row 1
Query:
INSERT INTO hg6o_
settinggroups
(`name`,`title`,`description`,`
disporder`,`isdefault`) VALUES
('hideUntilPost_settings','Hides
Links and Attachments until
Post','Hides Links and
Attachments until Post a Post
has been made on the
thread.','50','no')
Please contact the MyBB Group
for support.

Written By: Lover0, 22nd March 2014

Write Review