By didox on
hi,
I would like that anonymous users can create new content. After that this new content should be approve to show in front page.
I find problem, because if my anonymous created new content he has not access to his content and he see error page.
I am trying find solution, but can't. I tried use global redirect module but it doesn't work for this.
I know that many sites allow they anonymous user can create content and after admins have to approve it, so probably there are some solution.
Comments
you have to go to user
you have to go to user permissions and give anonymous role permission to see, edit, create the content.
you can set moderating settings for these contents in the content section as you see fit.
but be warned... giving anon permission to create content is a good way to invite spam on your site...
install mollom http://drupal.org/project/mollom just to be safe,,,
_
You can probably work around this by using the http://drupal.org/project/private module instead of the regular 'unpublished' status. Another option might be the patch at #606516: View own unpublished content and respect module_grants.
anonymous cant view unpublished content
The reason why you get the error is that anonymous users cant view unpublished content.
Install the rules module and create a rule that redirects anonymous users to a given path after creating content.
I used trigger to redirect
I used trigger to redirect and it works well, I set up redirect to front page - anonymous user doesn't see error message, but he doesn't see message 'content created' (I think it is important for users see this message) too.
I see in description rules module that there is possibility to create own message, so I am going to trying this module, thanks.
Yes, you can set a message
Yes, you can set a message with rules.