datahandler_post_validate_thread hook not working!
#1
I have a hook to:


$plugins->add_hook("datahandler_post_validate_thread", "test");

Want function only affect new threads but nothing is happening???

$post->data['subject']
$post->data['message']

function allowed_charecters(&$post)
{
global $mybb;
if($post->data['subject'] > $test)
{
echo "works";

}
Reply


Messages In This Thread
datahandler_post_validate_thread hook not working! - by marcus123 - 2014-08-31, 09:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)