If you'd like to provide updated information and do not have access to directly edit, please contact the site admin; thanks!
glx_gallery
This plugin is is a hacked version of jwl_img_list it outputs a gallery from a given category to a nice dl list if the parameter usecaption is set to 1 it outputs a caption under the image.
Parameters
category
Category to make a gallery from
usecaption
Set to 1 to display caption, if caption is set when the image was uploaded.
pop
Set to 1 to have images open in a popup. Note: You must have dca_pop installed to make this work.
Example
<txp:glx_gallery category="2004-09-01" usecaption="1" />
Example CSS
.gallery dl {
text-align: center;
padding: 0 0 0 50px;
float: left;
margin: 10px 0 10px 00px;
width: 180px;
height: 195px;
}
.gallery dt {
margin: 0;
padding: 0;
}
.gallery dd {
margin: 5px 0 0 0;
padding: 0;
font-weight: bold;
font-size: x-small;
color: #ccc;
}