Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.6] [RELEASE] HideUntilPost
#16
hello sir..i had done changes whatever mention here ..
(2011-12-26, 03:13 PM)ranjani Wrote: open plugin file (hideUntilPost.php) in a code editor (eg. notepad ++) ;
find below code in around line 178

function hideUntilPost_code($message)

change to below code & save the file

function hideUntilPost_code(&$message)

it should work ; checked on localhost - myBB 1.6.5

And also changes mention in made at http://mods.mybb.com/reviews/hideuntilpost

pen 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;

and
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;

even though its not working.
Please help me to be working.
Reply


Messages In This Thread
[RELEASE] HideUntilPost - by Sergio Montoya - 2010-12-30, 06:23 PM
RE: [RELEASE] HideUntilPost - by t3kla - 2010-12-31, 12:45 PM
RE: [RELEASE] HideUntilPost - by Yaldaram - 2010-12-31, 01:17 PM
RE: [RELEASE] HideUntilPost - by MyNameIs940 - 2010-12-31, 03:34 PM
RE: [RELEASE] HideUntilPost - by Sergio Montoya - 2010-12-31, 07:50 PM
RE: [RELEASE] HideUntilPost - by Abuh_sabaya - 2011-01-04, 05:36 AM
RE: [RELEASE] HideUntilPost - by Sergio Montoya - 2011-01-04, 06:13 AM
RE: [RELEASE] HideUntilPost - by t3kla - 2011-01-04, 12:24 PM
RE: [RELEASE] HideUntilPost - by annaconda - 2011-03-02, 01:28 PM
RE: [RELEASE] HideUntilPost - by katib - 2011-03-02, 02:46 PM
RE: [RELEASE] HideUntilPost - by Sajuuk - 2011-03-07, 05:18 PM
RE: [RELEASE] HideUntilPost - by bl4ck - 2011-12-26, 12:26 PM
RE: [RELEASE] HideUntilPost - by ranjani - 2011-12-26, 03:13 PM
RE: [RELEASE] HideUntilPost - by bl4ck - 2011-12-26, 10:13 PM
RE: [RELEASE] HideUntilPost - by aGameStory - 2012-02-05, 02:39 AM
RE: [RELEASE] HideUntilPost - by Dr_The_One - 2013-09-18, 08:33 AM
RE: [RELEASE] HideUntilPost - by Hamster24 - 2016-01-19, 10:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)