I apologize if there's a post about this already, but I have yet to find one. I'm working on launching a website with Drupal, and my site has 3 main sections.

The first section is a listing of a custom node type "Pitch" using taxonomy and taxonomy_context.

The second section is a listing of groups, from which images, book pages, stories, etc can be posted.

The third section is a gallery for videos.

What I would like to do as opposed to having the "create content" menu accessible globally on the site, I would like to have only links to create content when viewing one of the sections of the site, and only for the content type that goes in that section.

So for example, when viewing the first section and it's subsequent sections, the user has a link to create a "Pitch", but no other content types.

Comments

Anonymous’s picture

If you mouse over the links in the Create Content menu, you'll see their paths at the bottom of your browser window. Create links to those paths wherever you like. You can hide the Create Content menu in Administer > Menus.

tannerjfco’s picture

All too simple, lol. Thanks :)