2011-12-03, 06:13 AM
This user has been denied support.
(2011-12-03, 06:05 AM)killer Wrote: plugin is not working on mybb 1.6.5In plugin file, find:
plz check it
$post->set_error(sprintf("You cannot post clickable links to this forum threads and posts. Minimum post count is ".$posts." posts. But your post count is just ".$postcount." posts.", "No Links Allowed"));
}
}
}
}
After it add:
return $post;
and then see.