Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-05-24 23:04:32
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Test cases: image gallery
As per this post, use this thread for posting sample image gallery templates and forms.
Alex
Offline
#2 2006-05-27 06:35:42
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: Test cases: image gallery
Here’s a simplified version of the template code I used for this image gallery
Obviously I’ve used a plugin to achieve some parts – point being, it’s not really practical to do that kind of thing with a stock Textpattern install. I did use the built in image_index and image_display tags, however, so the guts of it is already there; it’s just the navigation that’s lacking.
Oh, and a simple bit of CSS to tidy up the thumbnail index:
div.image_index div {
display: inline;
}
div.image_index img {
margin: 8px;
border: none;
}
Alex
Offline
Pages: 1