MyBB Community Forums

Full Version: Hide until post plugin problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I install hide until post plugin but it cannot hide any link.
and [lock][/lock] this code is not working.
I want to hide some links in my posts.
What can i do?
May be plugin needs to be updated to use on latest MyBB version. Can you link here the plugin you're referring to ?

Thanks.
Plugin Link http://mods.mybb.com/view/hideuntilpost
and i m using Mybb version 1.6.6
Please read the reviews of plugins you are having issues with. I always try to post fixes in reviews pages: http://mods.mybb.com/reviews/hideuntilpost

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

Open plugin file and find;
eval("\$post['attachments'] = \"".$templates->get("hideUntilPost_box",1,0)."\";");
and ADD the following code just after that line;
return $post;
Not working.
Open plugin file and find;
function hideUntilPost_code($message)
and Change it into;
function hideUntilPost_code(&$message)
Not working.
Any other plugin or code which hide specific links in specific posts until reply?