Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module provides an API for Drupal menu display modules. By itself, it only supports drupal's default menus, so you should probably only install it if another module tells you to.
Create Content Block extends the user inteface for creating content by providing a pulldown block of content types and a button for quickly creating new content, the block is OG aware and adds the group id to the links when on an OG page
It was primarily developed because the UI for creating content was clumsy, especially when comparing the difference between creating content when in and not-in an OG page.
But while this block is OG aware, it does not rely on OG. And it has definite value to non-OG sites by providing a simple create content block.
This module falls under the category of "let's improve the User experience". Since this module tries to improve the UI, the button text is configurable.
This module provides a block which lists relevant content. This is done using Presets to provide configuration to filter for specific content types and vocabularies and to limit the maximum size. The result are a list of nodes which the module considers most relevant based on the categorization of the current page. This is achieved by finding other nodes which contain the most amount of taxonomy terms in common.
The older Drupal 6 module provided this as Block and a CCK Field Type, however given the direction Drupal is taking with Layout Builder I have currently opted to for just a Block. Each preset is its own exportable configuration entity so can be exported and managed through Configuration Management. Each Preset gets its own block you can place.