Menu Access Override

Component type

module

Maintenance status

Development status

Component created

Component changed

Menu Access Override provides a configuration option to menu items to allow them to be displayed regardless of a user's access rights. This does not override any access control, it only overrides the display of the menu item. Useful for making sure links to members only pages are visible, but present a user with a login screen or other prompt to join.

Comment Statistics

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a back-port of this Drupal 7 patch: http://drupal.org/node/292984 which adds a cid field to the node_comment_statistics table which points to the latest published comment in a node. I've also included the views patch (http://drupal.org/node/196439) so that a relationship can be made between a node and its latest comment.

Commerce Views Display

Component type

module

Maintenance status

Development status

Downloads

9253

Component created

Component changed

Provides a views style plugin to render a Commerce add to cart form with a product display for a view of Drupal Commerce Products.

Sponsored by Commerce Guys

Why use Commerce Views Display?

  • You want to free yourself from node displays for Commerce Products.
  • You want to group Commerce Products into an add to cart form and do not need any description for that grouping.
  • You want to display all Commerce Products of type X on a single add to cart form
  • You want to create dynamic Commerce Product displays, ie All products under $10
  • You want to create multiple dynamic Commerce Product displays in a single view.
    Examples:
    • All products under $10 grouped by category
    • All products for a single base model field

Arrows and boxes - Simple Text to Graphs / Charts / Mindmaps

Component type

module

Maintenance status

Development status

Downloads

3562

Component created

Component changed

maintainer email: vlad@velko.org
--

If you want me to provide a nice youtube demo/howto for this module - use this issue #1591316: Create a youtube video with a screencast - "how to setup" to +1 me.

This module gives you an easy way to draw nice boxes and arrows to your website from simple markup like:

Ajax menu

Component type

module

Maintenance status

Development status

Component created

Component changed

Provide ability to set a menu as ajax menu. Links in an ajax menu are rendered without page load.

The render of ajax menu could be targeted to the #system-main-block, or you can set to show own block.

Active-trail, active-menu setting:
In ajax menu blocks, the core's original active-trail settings is imatated. It means, both node/add/page and ajax-menu/no_js/node/add/page the "Node add" menu item will be active, and in active-trail.

The ajaxified items (loaded into the ajax-target) get the ajax-menu-active and ajax-menu-active-trail class.

CK Content Injector

Component type

module

Categories

Maintenance status

Development status

Downloads

6034

Component created

Component changed

Overview
--------
This module enables you to build your own custom content injector that
integrates with CK Editor. It requires the ckeditor module to be installed and
enabled on your environment.

Installation
------------
Installing the module is simple:

1) Copy the ck_content_injector folder to the modules folder in your installation.

2) Enable the module using Administer -> Modules (/admin/build/modules)

How To
------
The following is a brief description of how to add custom injector templates: