ok ive tried it on a 3.5 vbull site it works great. I tried to modify it to include emails to however it didnt seem to work? i tried the following:
i
f (($vbulletin->userinfo[posts] < 15) and (
stristr($pagetext,'[url')
or stristr($pagetext,'[URL')
or stristr($pagetext,'[email') ....
this doest seem to work, ive tried this to
or stristr($pagetext,'@') ....
that also makes no difference
any idea how i might incoperate email too?
|