Login

RGallery


This action/handler combination gives the ability to fairly easily create image galleries in a Wikka installation.

Installation
RGallery uses two SQL tables, these are created by using the install feature in the rgallery handler. The following steps should work.

  1. Go to any existing wiki page, HomePage, for example.
  2. If you are using rewriting then add /rgallery?rgal_action=install to the URL and load the page.
  3. Otherwise, add /rgallery&rgal_action=install and load the page.

If everything went well, you can now use RGallery.

Download
The action and handler related to this plugin is currently only available in a Darcs repository. It is possible to browse it using a regular web browser though. To retrieve the code using Darcs, run the following command.

darcs get http://rycee.net/repos/rgallery/


Action Options

Examples
The easiest case is when using only the default values, which are specified in the rgallery.config.php file.
 {{RGallery}}


To show a single image floating to the right it's possible to use something like the following. Assuming the image id is five.
 {{RGallery id="5" class="rgal_floatr"}}



CategoryComputing
Page was generated in 0.1165 seconds