Sorry I cannot seem to find an answer to this question, What is the difference between these 4 items:
- Discussions Entered
- Discussions Started
- Discussions Participated
- Posts Made
The logic I am trying to apply is this. When a new users starts up that are put into quarantine group. They cant DM people they can't see certain things, they cannot start a discussion post without approval and they cannot post without approval. But once they do post once anywhere or start a discussion and their post is approved they will be promoted to the next group. But I cannot seem to get this to work and people are staying in the quarantine group
So I currently have:
If Discussions >= 1 and they are in the quarantine group then add them to next group and remove them from quarantine group
But it does not seem to work!