I have a custom content type that I created using CCK. I want anyone visiting the site to be able to create content of this type, so I added a link on my right-block and enabled anonymous access for that content type. The problem is that now, in addition to the link I created, there is also a separate "create content" link.

How do I get rid of this other link?

Comments

VM’s picture

The easiest way is to add your link to a new menu, using administer -> menus
once you have everything in your new menu you want there (minus the create content)

enable your new menu in administer -> blocks
everytime a new menu is created a new block for the menu is added to the blocks management area.

you can get pretty fancy with this method and move menu items and blocks to anywhere you want than using php block visibility settings to show to roles & users.

mediumgrade’s picture

I did actually create a new menu called "Navigation Menu" and I placed a link to the rsvp create content link. This was for my wedding site (I am getting married!). Here is the website:

http://www.daveandannawedding.com

Look at the link section and see what I mean.

VM’s picture

Why not just disable the original navigation block ?

mediumgrade’s picture

Would it still be available when I log in?

VM’s picture

if you want it available when you log in use the php visibility settings to only show to logged in users, or to specific roles. A search for block visibility should turn up the hanbbook pages with the necessary snippets to add to this area in blockname -> configure