Phases
Active member
We have a forum we allow guests to post into. It was working well. We installed an add-in that a few days later we disabled because of some issues, that was direct relation to posts failing to insert when posted in this forum.
(multi prefix plugin, and this forum requires a prefix which is set by default already)
So, we removed this add in. Now the forum works as expected except all posts by guests are going into moderation.
- I have "Follow forum moderation rules" for unregistered/unconfirmed (usergroup 1) set to Yes.
- I have " Moderate new threads posted in this forum" unchecked for the node's "Forum Options."
- I have "Moderate replies posted in this forum" unchecked for the node's "Forum Options."
I've rebuilt forum cache, and permissions.
In testing, I did add a test account as Unregistered/Unconfirmed primary usergroup, no secondary, did an analyze permissions, and "Follow forum moderation rules" was set to yes. Tried to post, and it worked fine.
I've also set $config['enableListeners'] = false; for my IP and tested, no change.
The only thing I can think (of why it works with test account but not true guest) is the rule being applied to people in usergroup 1, as opposed to people with no usergroup association at all - but all the googling and searching here I've done would indicate that shouldn't be the case and that I should be able to get it working the way I want.
I'm 99.9% sure we had it working when we launched, but there is some chance I am wrong.
Am I missing something? Or is there another way I can test some stuff to try to pinpoint?
Edit, Answered: Posts going into moderation
("Maximum Messages to Check for Spam" was set to 1, and the phrases was left blank - so.. triggering for all?)
(multi prefix plugin, and this forum requires a prefix which is set by default already)
So, we removed this add in. Now the forum works as expected except all posts by guests are going into moderation.
- I have "Follow forum moderation rules" for unregistered/unconfirmed (usergroup 1) set to Yes.
- I have " Moderate new threads posted in this forum" unchecked for the node's "Forum Options."
- I have "Moderate replies posted in this forum" unchecked for the node's "Forum Options."
I've rebuilt forum cache, and permissions.
In testing, I did add a test account as Unregistered/Unconfirmed primary usergroup, no secondary, did an analyze permissions, and "Follow forum moderation rules" was set to yes. Tried to post, and it worked fine.
I've also set $config['enableListeners'] = false; for my IP and tested, no change.
The only thing I can think (of why it works with test account but not true guest) is the rule being applied to people in usergroup 1, as opposed to people with no usergroup association at all - but all the googling and searching here I've done would indicate that shouldn't be the case and that I should be able to get it working the way I want.
I'm 99.9% sure we had it working when we launched, but there is some chance I am wrong.
Am I missing something? Or is there another way I can test some stuff to try to pinpoint?
Edit, Answered: Posts going into moderation
("Maximum Messages to Check for Spam" was set to 1, and the phrases was left blank - so.. triggering for all?)
Last edited: