I found this simple plugin.
I want set this plugin only work for
usergroupid '2'
This plugin i put in
newreplay_post_star :
PHP Code:
$pagetext = $vbulletin->GPC['message'];
if (($vbulletin->userinfo[posts] < $vboptions[link_limit])
and (stristr($pagetext,'[url')
or stristr($pagetext,'[URL'))) {
eval(standard_error(fetch_error('error_nourlallowed')));
}
Please help me!!
Thank You