Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumModerator queue emptyModerator queue empty
Previous
 
Next
New Post
8/8/2007 6:38 PM
 

I have set up a moderated forum and have set up both the "admin"  login and my main login "Dave" as the moderators.

I have tested the function by loging in as another user and posting a mesg, the forum tells me that the post must be ok'ed by the moderator. However when I login as "admin" or "Dave" and click on the moderator button, the queue is empty.

Any ideas, what I might have done wrong?

 
New Post
8/13/2007 1:20 PM
 

I had a similar problem when testing the forum moderation functionality. What I found was that when you delete a moderated posting it seems to decrement a count in the database. This number can actually go negative while testing when you have posts in the forum before you change it to Moderated (and delete some of them). When you post a new message it increments the value correctly but it still might not become a positive count.

The table is forum_forums and the column is PostsToModerate. I wrote a small fix script to use while I was testing (I think this is only a problem because I was deleting messages while testing).

SQL:  Update forum_forums set PostsToModerate = 0 where PostsToModerate < 0

After you do that cleanup, create another moderated post to test. If you are already live with moderated posts in the queue this may not work. You would have to figure out how many posts are in the moderation queue and update the PostsToModerate to that count.

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForumModerator queue emptyModerator queue empty


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out