RSS Feeds Robot doesn't work if you require post count X to access forum or create threads, for example:
newthread_start
PHP Code:
if (($vbulletin->userinfo['posts'] < 10) AND ($vbulletin->userinfo['usergroupid']!='6'))
{
[show-error-here]
}
This will stop RSS Bot even you set administrator as poster... it will not post threads anymore...
Is there any way to exclude RSS Bot from such restrictions? Any conditionals? Thanks for
any help.
Cyb