Forcing new page into specific menu

Events happening in the community are now at Drupal community events on www.drupal.org.
rtvWebServicesLibrarian's picture

I have created a new content type ("Collaboration Space") that is a basic page plus a field for uploading files. Whenever a user creates new content using this type, I want it to go to a specific menu location (item in the main menu) without the option to change it. Is this possible, and if so, how do I do it?
Thanks in advance!
TV

Comments

Menu settings

sher1's picture

It will depend a bit on which version of Drupal. If you are using 6, this looks like it might do the trick
http://drupal.org/project/automenu
There is an unofficial 7 version kicking around in this thread
http://drupal.org/node/1138946

Thanks for the ideas

rtvWebServicesLibrarian's picture

I am using D7, and the site I need this for requires that I use avoid "dev" modules & fixes. I'll find another way to make it easy to put content where I want it. Thanks for your time sher1 !

Would this work for

jeremyr's picture

Would this work for you?
http://drupal.org/project/menu_block

I'll look at it

rtvWebServicesLibrarian's picture

Thanks, Jeremy. It doesn't clearly indicate how one would restrict content created to a specific menu, but maybe if I play with it I'll find a way.