Table of Contents

colorbox Plugin

Compatible with DokuWiki

Angua, Binky

plugin Integrates Colorbox (a jQuery lightbox)

Last updated on
2012-12-23
Provides
Syntax, Action
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to lightbox, lightboxv2

Tagged with lightbox

The colorbox plugin uses ColorBox to provide a jQuery lightbox. ColorBox supports photos, grouping, slideshow, ajax, inline, and iframed content.

Installation

:!: External requirements: This plugin requires the following additional components that must be installed separately:

  1. Install ColorBox. The action plugin looks for the following ColorBox files
    • lib/scripts/colorbox/colorbox.css
    • lib/scripts/colorbox/jquery.colorbox-min.js
  2. Install the colorbox plugin using the Plugin Manager and the download URL above. If you install this plugin manually, make sure it is installed in lib/plugins/colorbox/
  3. Put the downloaded Colorbox files in the plugins/colorbox folder

Notes:

Examples/Usage

A colorbox to open the Colorbox site:

<colorbox>&class=iframe&link=http://www.jacklmoore.com/colorbox&name=ColorBox&</colorbox>

The file linkColorbox.js is a specific example implementation of Colorbox using an iframe content. Look at the downloaded ColorBox examples for various implementations.

The example can be seen at Plugin Examples Site FIXME

Syntax

Basic syntax:

<colorbox>&class=type&link=href&name=title&</colorbox>

The colorbox parameters are

Configuration and Settings

The default colorbox.css has the backgound set to white.Ichanged the following in the colorbox.css to get a black background

#cboxOverlay{background:#000;}

Development

Change Log

Known Bugs and Issues

ToDo/Wish List

  1. The command line should allow specification of the specific implementation that is now done in linkColorBox.js.This would eliminate the need for a linkColorBox.js file.

FAQ

I can't use the <colorbox></colorbox>. Everytime i try to use it it put's the text between the two colorboxed on that position. how can i make it work? do i have to add a script to the linkColorbox.js first? Or is it restricted to specific browsers?

Discussion

BUG! Broken upgrade

If i click on “upgrade” button in plugin manager, this will get reinstalled, but stays listed as “upgradeable”. Dokuwiki still thinks that there is upgrade available even when it's the same old version.