Same filename and directory in other branches
  1. 2.0.x README.txt 1 comment
  2. 7.x-2.x README.txt 1 comment
  3. 8.x-1.x README.txt 1 comment
Drupal colorbox module:
------------------------
Maintainers:
  Fredrik Jonsson (http://drupal.org/user/5546)
Requires - Drupal 7
License - GPL (see LICENSE)


Overview:
--------
Colorbox is a light-weight, customizable lightbox plugin for jQuery 1.4.3+.
This module allows for integration of Colorbox into Drupal.
The jQuery library is a part of Drupal since version 5+.

Images, forms, iframed or inline content etc. can be displayed in a
overlay above the current page.

* jQuery - http://jquery.com/
* Colorbox - http://www.jacklmoore.com/colorbox/


Features:
---------

The Colorbox module:

* Excellent integration with Image field and Image styles
* Choose between a default style and 5 example styles that are included.
* Style the Colorbox with a custom colorbox.css file in your theme.
* Option to open a login form by clicking on any login link
* Simple API to open any form in a Colorbox
* Drush command to download and install the Colorbox plugin in
  sites/all/libraries

The Colorbox plugin:

* Supports images, image groups, slideshow, ajax, inline, and
  iframed content.
* Appearance is controlled through CSS so users can restyle the box.
* Preloads background images and can preload upcoming images in a
  photo group.
* Generates W3C valid XHTML and adds no JS global variables and
  passes JSLint.
* Tested in Firefox 2 & 3, Safari 3 & 4, Opera 9, Chrome,
  Internet Explorer 6, 7, 8.
* Released under the MIT License.


Installation:
------------
1. Download and unpack the Colorbox plugin in "sites/all/libraries".
    Make sure the path to the plugin file becomes:
    "sites/all/libraries/colorbox/jquery.colorbox-min.js"
   Link: https://github.com/jackmoore/colorbox/archive/1.x.zip
   Drush users can use the command "drush colorbox-plugin".
2. Download and unpack the Colorbox module directory in your modules folder
   (this will usually be "sites/all/modules/").
3. Go to "Administer" -> "Modules" and enable the module.

If you want to use Colorbox with the Embedded Media Field module
please check "Enable Colorbox load" in the settings.


Configuration:
-------------
Go to "Configuration" -> "Media" -> "Colorbox" to find
all the configuration options.


Use the Views Colorbox Trigger field:
------------------------------------
TODO


Add a custom Colorbox style to your theme:
----------------------------------------
The easiest way is to start with either the default style or one of the
example styles included in the Colorbox JS library download. Simply copy the entire
style folder to your theme and rename it to something logical like "mycolorbox".
Inside that folder are both a .css and .js file, rename both of those as well to match
your folder name: i.e. "colorbox_mycolorbox.css" and "colorbox_mycolorbox.js"

Add entries in your theme's .info file for the Colorbox CSS/JS files:

stylesheets[all][] = mycolorbox/colorbox_mycolorbox.css
scripts[] = mycolorbox/colorbox_mycolorbox.js

Go to "Configuration" -> "Media" -> "Colorbox" and select "None" under
"Styles and Options". This will leave the styling of Colorbox up to your theme.
Make any CSS adjustments to your "colorbox_mycolorbox.css" file.


Load images from custom links in a Colorbox:
--------------------------------------------

Add the class "colorbox" to the link and point the src to the image
you want to display in the Colorbox.


Load content in a Colorbox:
---------------------------
Check the "Enable Colorbox load" option in Colorbox settings.

This enables custom links that can open content in a Colorbox.
Add the class "colorbox-load" to the link and build the url like
this "[path]?width=500&height=500&iframe=true"
or "[path]?width=500&height=500" if you don't want an iframe.

Other modules may activate this for easy Colorbox integration.


Load inline content in a Colorbox:
----------------------------------
Check the "Enable Colorbox inline"  option in Colorbox settings.

This enables custom links that can open inline content in a Colorbox.
Inline in this context means some part/tag of the current page, e.g. a div.
Replace "id-of-content" with the id of the tag you want to open.

Add the class "colorbox-inline" to the link and build the url like
this "?width=500&height=500&inline=true#id-of-content".

It could e.g. look like this.

Link to click

What ever content you want to display in a Colorbox.
Other modules may activate this for easy Colorbox integration. Load a selection of forms in a Colorbox: ---------------------------------------- Check the "Enable Colorbox load" option in Colorbox settings. The following form_id can be used: * contact_site_form * user_login * user_login_block * user_register * user_pass The links to open a form needs the class "colorbox-load". The URL should look like this. "/colorbox/form/[form_id]?destination=[path_to_send_user_to_after_submit]&width=[with_in_pixel]&height=[height_in_pixel]". Here is an example where the user register form is opened in an 500 by 250 pixel Colorbox. Create new account Drush: ------ A Drush command is provides for easy installation of the Colorbox plugin itself. % drush colorbox-plugin The command will download the plugin and unpack it in "sites/all/libraries". It is possible to add another path as an option to the command, but not recommended unless you know what you are doing. Image in Colorbox not displayed in Internet Explorer 8: ------------------------------------------------------- If your theme has CSS like this (popular in responsive design): img { max-width: 100%; } Internet Explorer 8 will have problems with showing images in the Colorbox. The fix is to add this to the theme CSS: #cboxLoadedContent img { max-width: none; }

File

./README.txt

View source
  1. Drupal colorbox module:
  2. ------------------------
  3. Maintainers:
  4. Fredrik Jonsson (http://drupal.org/user/5546)
  5. Requires - Drupal 7
  6. License - GPL (see LICENSE)
  7. Overview:
  8. --------
  9. Colorbox is a light-weight, customizable lightbox plugin for jQuery 1.4.3+.
  10. This module allows for integration of Colorbox into Drupal.
  11. The jQuery library is a part of Drupal since version 5+.
  12. Images, forms, iframed or inline content etc. can be displayed in a
  13. overlay above the current page.
  14. * jQuery - http://jquery.com/
  15. * Colorbox - http://www.jacklmoore.com/colorbox/
  16. Features:
  17. ---------
  18. The Colorbox module:
  19. * Excellent integration with Image field and Image styles
  20. * Choose between a default style and 5 example styles that are included.
  21. * Style the Colorbox with a custom colorbox.css file in your theme.
  22. * Option to open a login form by clicking on any login link
  23. * Simple API to open any form in a Colorbox
  24. * Drush command to download and install the Colorbox plugin in
  25. sites/all/libraries
  26. The Colorbox plugin:
  27. * Supports images, image groups, slideshow, ajax, inline, and
  28. iframed content.
  29. * Appearance is controlled through CSS so users can restyle the box.
  30. * Preloads background images and can preload upcoming images in a
  31. photo group.
  32. * Generates W3C valid XHTML and adds no JS global variables and
  33. passes JSLint.
  34. * Tested in Firefox 2 & 3, Safari 3 & 4, Opera 9, Chrome,
  35. Internet Explorer 6, 7, 8.
  36. * Released under the MIT License.
  37. Installation:
  38. ------------
  39. 1. Download and unpack the Colorbox plugin in "sites/all/libraries".
  40. Make sure the path to the plugin file becomes:
  41. "sites/all/libraries/colorbox/jquery.colorbox-min.js"
  42. Link: https://github.com/jackmoore/colorbox/archive/1.x.zip
  43. Drush users can use the command "drush colorbox-plugin".
  44. 2. Download and unpack the Colorbox module directory in your modules folder
  45. (this will usually be "sites/all/modules/").
  46. 3. Go to "Administer" -> "Modules" and enable the module.
  47. If you want to use Colorbox with the Embedded Media Field module
  48. please check "Enable Colorbox load" in the settings.
  49. Configuration:
  50. -------------
  51. Go to "Configuration" -> "Media" -> "Colorbox" to find
  52. all the configuration options.
  53. Use the Views Colorbox Trigger field:
  54. ------------------------------------
  55. TODO
  56. Add a custom Colorbox style to your theme:
  57. ----------------------------------------
  58. The easiest way is to start with either the default style or one of the
  59. example styles included in the Colorbox JS library download. Simply copy the entire
  60. style folder to your theme and rename it to something logical like "mycolorbox".
  61. Inside that folder are both a .css and .js file, rename both of those as well to match
  62. your folder name: i.e. "colorbox_mycolorbox.css" and "colorbox_mycolorbox.js"
  63. Add entries in your theme's .info file for the Colorbox CSS/JS files:
  64. stylesheets[all][] = mycolorbox/colorbox_mycolorbox.css
  65. scripts[] = mycolorbox/colorbox_mycolorbox.js
  66. Go to "Configuration" -> "Media" -> "Colorbox" and select "None" under
  67. "Styles and Options". This will leave the styling of Colorbox up to your theme.
  68. Make any CSS adjustments to your "colorbox_mycolorbox.css" file.
  69. Load images from custom links in a Colorbox:
  70. --------------------------------------------
  71. Add the class "colorbox" to the link and point the src to the image
  72. you want to display in the Colorbox.
  73. Load content in a Colorbox:
  74. ---------------------------
  75. Check the "Enable Colorbox load" option in Colorbox settings.
  76. This enables custom links that can open content in a Colorbox.
  77. Add the class "colorbox-load" to the link and build the url like
  78. this "[path]?width=500&height=500&iframe=true"
  79. or "[path]?width=500&height=500" if you don't want an iframe.
  80. Other modules may activate this for easy Colorbox integration.
  81. Load inline content in a Colorbox:
  82. ----------------------------------
  83. Check the "Enable Colorbox inline" option in Colorbox settings.
  84. This enables custom links that can open inline content in a Colorbox.
  85. Inline in this context means some part/tag of the current page, e.g. a div.
  86. Replace "id-of-content" with the id of the tag you want to open.
  87. Add the class "colorbox-inline" to the link and build the url like
  88. this "?width=500&height=500&inline=true#id-of-content".
  89. It could e.g. look like this.
  90. Link to click
  91. What ever content you want to display in a Colorbox.
  • Other modules may activate this for easy Colorbox integration.
  • Load a selection of forms in a Colorbox:
  • ----------------------------------------
  • Check the "Enable Colorbox load" option in Colorbox settings.
  • The following form_id can be used:
  • * contact_site_form
  • * user_login
  • * user_login_block
  • * user_register
  • * user_pass
  • The links to open a form needs the class "colorbox-load". The URL should
  • look like this.
  • "/colorbox/form/[form_id]?destination=[path_to_send_user_to_after_submit]&width=[with_in_pixel]&height=[height_in_pixel]".
  • Here is an example where the user register form is opened in an
  • 500 by 250 pixel Colorbox.
  • Create new account
  • Drush:
  • ------
  • A Drush command is provides for easy installation of the Colorbox
  • plugin itself.
  • % drush colorbox-plugin
  • The command will download the plugin and unpack it in "sites/all/libraries".
  • It is possible to add another path as an option to the command, but not
  • recommended unless you know what you are doing.
  • Image in Colorbox not displayed in Internet Explorer 8:
  • -------------------------------------------------------
  • If your theme has CSS like this (popular in responsive design):
  • img {
  • max-width: 100%;
  • }
  • Internet Explorer 8 will have problems with showing images in the Colorbox.
  • The fix is to add this to the theme CSS:
  • #cboxLoadedContent img {
  • max-width: none;
  • }