Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

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

edited April 2012 in Vanilla 2.0 - 2.8

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.