Hi,

I would like to give anonymous users the opportunity to submit a question trough this form: node/add/faq?ask=true . For the anonymous user to able to use this, I need to set the permissions for 'create faq' to anonymous users. The anonymous user can now submit a question trough 'node/add/faq?ask=true', but now also 'node/add' and 'node/add/faq' (with the option to already submit an answer) are available for the anonymous user. Of course I won't be showing these links to the user, but i feel that these links should not be accessible for the public.

Any advice is welcome,
Cheers,
Danny

Comments

danny_joris’s picture

Project: Frequently Asked Questions » FAQ_Ask
Version: 6.x-1.9 » 6.x-2.0

So enabling permission 'ask question' for anonymous users is not enough.

nancydru’s picture

Status: Active » Closed (works as designed)

Since questions are unpublished FAQs, "create FAQ" (node/add/faq) is required and unavoidable, and I don't plan on changing that. That does not require that the user be allowed to create any other content (node/add will show only FAQ).