Problem/Motivation

The documentation says that you need to download the Colorbox plugin into the sites/all/libraries folder: https://git.drupalcode.org/project/colorbox/-/tree/7.x-2.x

But this happens automatically when you enable the module, which is great: https://git.drupalcode.org/project/colorbox/-/blob/7.x-2.x/drush/colorbo...

So after these commands, the module is enabled AND the Colorbox plugin placed in the libraries folder:

$ drush dl libraries colorbox
$ drush en libraries
$ drush en colorbox
Colorbox plugin has been installed in sites/all/libraries            [success]
The following extensions will be enabled: colorbox
Do you really want to continue? (y/n): y
colorbox was enabled successfully.                                   [ok]
Thanks for installing Colorbox                                       [status]

Steps to reproduce

Enable the module with Drush, check the sites/all/libraries folder and see that the Colorbox plugin has been downloaded.

Proposed resolution

Update README to reflect this.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork colorbox-3395899

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ressa created an issue. See original summary.

ressa’s picture

shivamsen_12579 made their first commit to this issue’s fork.

  • paulmckibben committed 1bd9a93d on 7.x-2.x
    Issue #3395899 by paulmckibben: Update README: drush enable installs the...
paulmckibben’s picture

Status: Active » Fixed

I don't see any changes in the issue fork, but I have updated the README as suggested.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.