I have a button on the primary menu that takes a user to a creat content type. I want this to show to all users even if they are not logged in. The content type does require that a user be logged in to create the content, however.

Currently, the navigation bar will only show this button when users are logged in. How do I get this to show to all users?

Thanks

Comments

brucebanner’s picture

Administer>>User Management>>Access Control
and tick the option for anonymous user to create content.

But Why? you now have no way of regulating who posts what, not to mention making it easier for Anyone to come around and put junk on to your site.

--
When God is with you, who can stand against you?

Mark Theunissen’s picture

The same could be said about comments, but often sites allow anonymous comments...

__________________________________________________________

Mark Theunissen

Code Baboon
Drupal based services

macuhail’s picture

That is the problem. I don't want anonymous users to be able to create the content. I have created a custom 403 error page to direct them to login or register if they access this create content type page.

I just want the navigation button to show to all users.

dennison’s picture

I have the same issue. I just want to create a menu item that links to node/add/whatever and I want it to be visible for anonymous users.