Allowing Users to Edit Their Own Posts (DNN Core Forum) 

For users to be able to edit their own posts in the DotNetNuke forums module they must be set as a trusted user, regardless if moderation is used within the particular form. It appears that the "Is Trusted" setting performs two tasks. First in moderated forums it allows users to post bypassing the moderation. Secondly it provides users with the "edit" ability for all of their own forum posts. This is done to stop any potential bypassing of the moderation system for users editing their posts as that would fall outside of the current moderation system.

If you have a forums module that only has un-moderated forums and desire to allow all users to edit their own posts you can run the following script to trust all users. NOTE: If you have moderated forums you will NOT want to run this as it would allow all users to post in the moderated forums without moderator approval.

UPDATE forum_users
SET IsTrusted 1

Please let me know if you have any questions/feedback regarding this item.

Posted by Mitchel on Sunday, February 25, 2007
 

Comments

Hello
even if iam updating Istrusted = 1 in forum_users table
iam getting a message like
"You do not have access to view this tab within the portal"
Please help me out of this problem

By Saleem on Wednesday, February 28, 2007 at 6:23 AM

When do your users see this error message? have you granted edit permissions to the module for all registered users?

By mitchel.sellers@gmail.com on Wednesday, February 28, 2007 at 6:24 AM

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above:

Content provided in this blog is provided "AS-IS" and the information should be used at your own discretion.  The thoughts and opinions expressed are the personal thoughts of Mitchel Sellers and do not reflect the opinions of his employer.

Friend of RedGate

www.datasprings.com - DotNetNuke Modules ICG Hosting

Click here for advertising information.

Content in this blog is copyright protected.  Re-publishing on other websites is allowed as long as proper credit and backlink to the article is provided.  Any other re-publishing or distribution of this content is prohibited without written permission from Mitchel Sellers.