Thanks; I still can't get it to test for postcount. Here's the entire 1st if statement;
if (str_replace(explode(',', $this->registry->options['automodkeywords']), '', strtolower($this->fetch_field('pagetext','post'))) != strtolower($this->fetch_field('pagetext','post')) AND !can_moderate() AND ($post['posts']< 10))
I also tried without the extra parens
Thanks for your assistance.
|