Bootstrap Panopoly Layouts

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

NOT related to Panopoly distribution.

This module simply adds Bootstrap grid CSS classes to the Panels layouts taken from the Panopoly Theme module while removing any other relationship to the Panopoly modules distribution. It provides Panels layouts/templates that work nicely with an existing Bootstrap implementation, making responsive Panels easier.

AJAX Screen Lock

Component type

module

Maintenance status

Development status

Downloads

10137

Component created

Component changed

This module simply locks screen when AJAX is running on page. You can prevent unwanted user actions while the AJAX request is performed. Popup appears automatically when AJAX query is sent.

Popup window based on jquery.blockUI.js plugin.

Don't hesitate to propose your ideas for improvement. I always open for them.

Local tasks fixed position

Component type

module

Categories

Maintenance status

Development status

Downloads

1284

Component created

Component changed

When logged in, Drupal displays a on-site editing menu (local tasks) on all the node and user pages. This will usually break your front-end flow of elements by adding a pretty random chunk of stuff in the middle of everything, and will confuse Drupal newbies, who might think this menu is also visible for non-authenticated users.

This module does not allow for such a mess and moves the on-site edit menu to the most neutral area of the viewport: the bottom edge. In addition, it floats, so it looks more like a separate toolbar than your usual Drupal frontend menu.

Custom Add Content

Component type

module

Maintenance status

Development status

Downloads

1711

Component created

Component changed

This module allows you to customize the "add content" page (/node/add) by converting it to a menu named "Custom add content page". By configuring this menu you will be able to:

  • Sort creation links and establish a hierarchy
  • Hide creation links

Via module's administration page you can choose menu renderer between:

  • Drupal's core renderer
  • Module's custom renderer (default)

When a content type is created or deleted the menu is automatically updated.

Views Exposed Filter Switch

Component type

module

Maintenance status

Development status

Component created

Component changed

This Views exposed filter plugin can be handy when a view has a lot of exposed filters and not a lot of space for them to fit. It creates a select list of every filter item and only shows the user the form item that they've currently selected. When submitting the form, only the item they've currently selected will be read from. Because of this, it should not be used in situations where users may want to use multiple exposed filters at the same time.

The screenshot comes from the plugin being applied on the admin content view's filters when using the admin_views module.