Go to Plugins & Products > Add New Plugin
Product: vBulletin
Hook Location: postbit_display_complete
Title : Kill links
Exectution Order: 5
Plugin PHP Code:
PHP Code:
if($post['posts'] < 30)
{
$post['message'] = preg_replace("/\[url[\s\S]*?\/url\]/i", "LINK REMOVED", $post['message']);
}
Plugin is active: NO
Save and Reload
Now go find a post by a newby, change Plugin is active to YES and refresh the page with the newby post and see if it works and doesn't generate any errors. If there's an error turn the plugin back off and post here, I'll try to help.