Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Should anonymous users be able to create a new discussion (in a category)?

This discussion is related to the Anonymouse addon.

In my config, I can't get an anonymous user to create a new discussion in a category.

If I change class.form.php from: if ($Category['CategoryID'] <= 0 || !$Category['PermsDiscussionsAdd']) to if ($Category['CategoryID'] <= 0) then I can.

It seems somehow I need the anonymous user (UserID=0) to have the permission to add a discussion to a category.

Is there a nice fix to this?

Sign In or Register to comment.