Content types per menu

Component type

module

Maintenance status

Development status

Downloads

4339

Component created

Component changed

In Drupal 7, site builders must assign menus to content types in order for them to appear on the node edit page. This module makes it possible to assign multiple content types to a menu through the menu edit form.

After you enable the module, go to Structure > Menus (admin/structure/menu). Choose the menu you want to assign to content types and click the 'edit menu' link shown in the screen shot.

Edit menu link

Developer Quick Links

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Note : This module has been abandoned and any free time I have, I will be using it to work on https://www.drupal.org/project/eazylaunch

Quicklinks is a drupal module that helps the developers to quickly find the
right urls(menu paths) that they are looking for. It is available in the form of a block
as well as a page.

For those of you who are used to the linux style auto-suggest this can be
very handy.

prohibit double edit

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module prohibits a second person editing the
same node which a first person is already editing.

It displays a warning message if two people try to
edit a node at the same time.

If the first person starts editing it will set a bit
and ping it by ajax every 3 minutes.
This bit is then released on save or page blur.

If the browser crahes (not able to send onBlur release),
the lock will time out after ten mintues.

redirect404

Component type

module

Maintenance status

Development status

Component created

Component changed

Enables privileged user to add a redirects from the 404 error page.

This module requires path_redirect.