Valter
04-02-2007, 03:56 AM
RSS Feeds Robot doesn't work if you require post count X to access forum or create threads, for example:
newthread_start
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
newthread_start
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