can guests create topics? or just reply to existing ones?
-
if allowGuestPosting is enabled?
-
@bentael I couldn't find the allow guest posting setting in ACP, so assume it''s been moved over to permissions, the options for guests is Find Category, Access & Read, Create Topics and Reply to Topics.
However when I just tried it I got Error: User doesn't exist. So possibly a regression or a not quite done yet. So I'd assume the answer would be guests CAN create topics. When it works.
-
Ok so it should be fixed on master. Although I noticed a small problem when fixing it. When you post a new topic we first create the topic and then reply to the topic as that user. So in order to post topics you need both permissions (Create Topics and Reply to Topics).
-
ok cool. what's the symptom of that issue? is it going to block creating and replying to topics for guests if allowGuestPosting is enabled?
-
allowGuestPosting
is totally removed right @julian ? If you just giveTopic Create
permission to guests they won't be able to post topics because they don't haveTopic Reply
so if you want guests to be able to post topics you have to give them both permissions. -
i see, thanks for clarifying, I will work around that.