Quote:
Originally Posted by Keyser S?ze
yea i did the same, i changed it to fewer than 3 posts, just to take care of bots
admincp>plug-in manage>edit the plaug-n, i think ull see it the setting is clearly there and right near the top
|
If I am right it is this that needed editing? Where it says 15?
Code:
global $vbulletin;
$pagetext =& $this->fetch_field('pagetext', 'post');
if (($vbulletin->userinfo[posts] < 15) and (stristr($pagetext,'[url') or stristr($pagetext,'[URL') or stristr($pagetext,'www.') or stristr($pagetext,'http://')))
{
//eval(standard_error(fetch_error('error_nourlallowed')));
$this->error('error_nourlallowed');
$return_value = false;
}