You are here

INSTALL.txt in Shadowbox 7.3


INSTALLATION
============

1. Follow the usual module installation procedure [1] or use Drush [2].

   [1] http://drupal.org/node/70151
   [2] http://drupal.org/project/drush

2. Download Shadowbox 3.0 from http://www.shadowbox-js.com/download.html.
   Simply customize it to your needs, jQuery is suggested as the adapter, since it is included in Drupal.

3. Extract the download and place it in sites/all/libraries so you have, for
   example: sites/all/libraries/shadowbox

4. View the status report at admin/reports/status to check that Shadowbox is
   installed correctly.

5. Visit admin/settings/shadowbox to adjust the settings.


COMMAND LINE INSTALLATION
=========================

drush dl shadowbox
drush enable shadowbox
mkdir sites/all/libraries
cd sites/all/libraries
wget http://freestylesystems.co.uk/sites/freestylesystems.co.uk/files/shadowbox-3.0.2.tgz
tar xf shadowbox-3.0.2.tgz
rm shadowbox-3.0.2.tgz
mv shadowbox-3.0.2 shadowbox


OPTIONAL
========

Install checkall and multicolumncheckboxesradios modules. They enhance the
admin settings form only.

File

INSTALL.txt
View source
  1. INSTALLATION
  2. ============
  3. 1. Follow the usual module installation procedure [1] or use Drush [2].
  4. [1] http://drupal.org/node/70151
  5. [2] http://drupal.org/project/drush
  6. 2. Download Shadowbox 3.0 from http://www.shadowbox-js.com/download.html.
  7. Simply customize it to your needs, jQuery is suggested as the adapter, since it is included in Drupal.
  8. 3. Extract the download and place it in sites/all/libraries so you have, for
  9. example: sites/all/libraries/shadowbox
  10. 4. View the status report at admin/reports/status to check that Shadowbox is
  11. installed correctly.
  12. 5. Visit admin/settings/shadowbox to adjust the settings.
  13. COMMAND LINE INSTALLATION
  14. =========================
  15. drush dl shadowbox
  16. drush enable shadowbox
  17. mkdir sites/all/libraries
  18. cd sites/all/libraries
  19. wget http://freestylesystems.co.uk/sites/freestylesystems.co.uk/files/shadowbox-3.0.2.tgz
  20. tar xf shadowbox-3.0.2.tgz
  21. rm shadowbox-3.0.2.tgz
  22. mv shadowbox-3.0.2 shadowbox
  23. OPTIONAL
  24. ========
  25. Install checkall and multicolumncheckboxesradios modules. They enhance the
  26. admin settings form only.