MyBB Community Forums

Full Version: hideuntilpost not working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi ..i had install below plugin but its not working.

http://mods.mybb.com/view/hideuntilpost

www.medishared.org

test account.
username : tester
password : 123456

help guys..i need it badly.
One again, moved. General support is for support with MyBB, not plugins.
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;
its not working..

i had do like this.
{
		if(!hideUntilPost_count($mybb->input['tid'],$mybb->user['uid']))
		{
			$lang->load("hideUntilPost");
			$msg = $lang->hideUntilPost_attach;
			eval("\$post['attachments'] = \"".$templates->get("hideUntilPost_box",1,0)."\";");return $post; 
		}
	}