My end goal: Authenticated users who can only post new Forum Topics (or comment) don't get a "create content" link in the navigation block.

I can see going about this in two ways:

- Remove the "Forum Topic" link from the create content page. This is the only content type available. I'm guessing if it is removed the "create content" link will go away in the navigation menu.

- Remove the "Create Content" link from the navigation block based on user roles.

Either should work. Any suggestions?

Comments

vm’s picture

Hmm, why not move it to it's own menu, which creates its own block, then use role visibility on the block to show it to the roles you want to rather than try and deal with it at the menu item level?

caschbre’s picture

Check out the Menu per Role module.

ardarvin’s picture

The Menu per Role module was exactly what I needed. Thanks!