This project is not covered by Drupal’s security advisory policy.

A very simple (only ~100 lines!!) mobile friendly contextual links introduced as part of the TWBS project to solve mobile administration problem with the Drupal 7 shipped contextual.module, that is not very friendly to touch screen device.

Key Features

  • Extend Drupal core contextual.module, support both mobile and desktop with Bootstrap Dropdowns design

Getting Started

Download and install with drush manually:

drush -y dl --dev twbs_contextual
drush -y make --no-core sites/all/modules/twbs_contextual/twbs_contextual.make

Package into your own drush .make file (e.g. drustack_core.make):

api = 2
core = 7.x
projects[twbs_contextual][download][branch] = 7.x-3.x
projects[twbs_contextual][download][type] = git
projects[twbs_contextual][download][url] = http://git.drupal.org/project/twbs_contextual.git
projects[twbs_contextual][subdir] = contrib

Live Demo

TWBS Contextual is now integrated into DruStack distribution, so you can try it in a live sandbox with simplytest.me.

Known Issues

Additional patch is required for following modules:

Author

Project information

Releases