Lytebox Plugin for Boltwire
Description
Plugin adds a function call that enables the use of the Lytebox system. Lytebox allows you to display a smaller image and link it to a larger image (or different content) when it is clicked on. When clicked on, the background will darken and the content will be displayed in a box at the size requested.Download
Available from the Boltwire site in the Extensions sectionMore info on how Lytebox works
Please refer to the Lytebox site:Supported Lytebox functions
Currently, lyteframe, lytebox calls are supported.Usage
The source includes basic settings info.After you have lytebox installed and you have installed this plugin, you can use lytebox on a page like:
lyteframe:
[(lytebox rel='lyteframe' rev='width: 640px; height: 670px; scrolling: no;' url='http://sitename/content' img='/images/image.jpg' )]
lytebox
[(lytebox rel='lytebox' url='http://sitename/content' img='/images/image.jpg' )]
Variables
| Variable | Desc | Required |
|---|---|---|
| rel | lytebox lyteshow or lyteframe | Required |
| rev | Must contain rev codeing | Required for lyteframe only |
| url | Must contain URL of in to display when activated | Required |
| img | Must contain image to show before action | Required |
| width | Width of img to display | Optional |
| height | Height of img to display | Optional |
CleanURL's
If you use cleanURL, you will need to exclude the directory that lytebox is installed into.I install it in the webroot /lytebox and have reorganized all of its content within that directory for portability. You may need to install it differently.
Installing Lytebox in a selfcontained directory
- Download lytebox zip file (Lytebox_v3.2.zip for example)
- Extract zip to website. Should create a directory called Lytebox_v.3.2)
- Rename directory to lytebox OR symbolic link the version named directory to lytebox
- Modify lytebox.css file in the lytebox directory so that all references to images is changed to /lytebox/images


