2011-12-26, 03:13 PM
open plugin file (hideUntilPost.php) in a code editor (eg. notepad ++) ;
find below code in around line 178
change to below code & save the file
it should work ; checked on localhost - myBB 1.6.5
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