Download & Extend

Is it possible for the form block to be presented to Anonymous users even if anonymous users are not allowed to post ?

Project:Form Block
Version:6.x-1.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Similar to many Answers related sites, an open block form is presented to anonymous users even if only registered users can post.

Is there a way to have this functionality ?

Thanks for any feedback,

Comments

#1

dirty way could be to use rules module, allow - after content new content is created - if user has role "anonymous" AND content type is something - delete created content, display message to user.

But this is very ugly solution. Seperate permissions for Form Block blocks would be solution.

#2

Thanks Manspams I will check the solution

#3

I agree with mansspams, that a dirty way may be the best way to handle this, since there is no good default behaviour for this feature.