Posted by sbydrupal on July 24, 2009 at 3:58am
Jump to:
| 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.