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 ForumsFeedbackFeedbackFeedback - Moderation problemFeedback - Moderation problem
Previous
 
Next
New Post
6/21/2008 8:55 AM
 

I am able to add comments in the feedback module however when i go to the moderation i am unable to set priver, archive or delete the comments.

Any idea of what is going on here?

thx - dave

 
New Post
6/24/2008 8:38 PM
 

Dave - with version 4.4.x, we moved the moderation to be module specific (this was done as a security measure)... What this means is that if you for any reason you delete the instance (on a page) with which the feedback was created, you'll not be able to moderate any of the posts anymore.
I obviously understand that this is highly undesirable which is why this is now an optional check in the new (5.0) version but that doesn't solve your problem.

If you're interested in making it work with your specific scenario (and UNDERSTAND the ramifications of turning off this check), then you can modify the stored procedure UpdateFeedbackStatus to remove the where clause for the ModuleID.

Current value:
 IF @Status = 4
 DELETE {databaseOwner}[{objectQualifier}Feedback] WHERE FeedbackID = @FeedbackID and ModuleID = @ModuleID
ELSE
 UPDATE {databaseOwner}[{objectQualifier}Feedback]
 SET    Status = @Status
 WHERE FeedbackID = @FeedbackID and ModuleID = @ModuleID

New with changes
IF @Status = 4
 DELETE {databaseOwner}[{objectQualifier}Feedback] WHERE FeedbackID = @FeedbackID 
ELSE
 UPDATE {databaseOwner}[{objectQualifier}Feedback]
 SET    Status = @Status
 WHERE FeedbackID = @FeedbackID


Please understand the ramifications of making this change.

If you have different feedback instances on different pages that are setup to be moderated by different people, they'll now have the ability to moderate each other's posts.

If this is not a concern, you should be able to make the change and get your moderation to work.


AcuitiDP - Oracle Data Provider for DotNetNuke
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackFeedback - Moderation problemFeedback - Moderation problem


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