Views Block Exposed Filter Blocks

Component type

module

Maintenance status

Development status

Downloads

18898

Component created

Component changed

Views gives you the ability to create blocks for your page views' exposed filters, allowing you to place your exposed filters in arbitrary regions (via Core Block module, Context, or Panels).

If you've wanted the same capability for your block views, this is the module for you.

CTools Custom Link

Component type

module

Maintenance status

Development status

Downloads

1923

Component created

Component changed

CTools Custom Link allows you to add custom links inside panels, leading to any user-defined page. It is implemented as a CTools Content Plugin, and thus can be reused anywhere in the code as well.

The link fields that can be defined are:
- URL
- Text
- CSS classes
- HTML Attributes

The first three fields also support token replacement and context keyword substitutions.

This module depends on the CTools module.

Zendesk Feedback Tab

Component type

module

Maintenance status

Development status

Downloads

1544

Component created

Component changed

Provides integration with your Zendesk Support Account.

The Zendesk Feedback Tab is essentially a small and portable version of the Help Center or Web portal that you can embed on your Drupal site. It can be configured to allow your end-users to search your knowledge base, submit a support request or live chat with your agents.

The submitted feedback or support requests will create tickets in your zendesk support center account.

i18n menu admin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module i18n admin menu allow users to see items in a more organized menu, separated by language.
Currently the module i18n_menu doesn't have a proper treatment for it. I created this module with a dependency of i18n_menu, it aims to improve the menus in the administrative interface.

Entity reference crud

Component type

module

Maintenance status

Development status

Component created

Component changed

The whole solution relies on a Custom content type widget for entity reference. This widget provides listing of existing references via views and provides CRUD functionality for referenced content types. With other words, the referenced content should be generated and changed only within the referencing content. Similar modules like Inline entity form or Entity connect providing similar functionality but with fixed listing items and selection of existing content.