Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Another image plugin question
What I want it relatively simple. I want to:
- attach multiple images to an article via image category name = article ID for example
- then output selected number of thumbnails (or specific thumbs) in article list mode
- and list all thumbnails (or selected thumbs) in single article mode
- while having each thumbnail leading to the full size image (link)
I’ve looked at FIVE different solutions found in this forum, but nothing is quite what I need.
Here’s some imaginary code of how I’d like the things to work:
<pre><txp:gallery show=“thumbs” list=“specific” value=“1, 2, 5” />
(where:
show = thumbs, fullsize or linkedthumbs – the last adds a link to the fullsize image for each thumb
list = specific or random or first
value = list specific images, number of random images to output or first 5 images for example
)</pre>
Last edited by Boby Dimitrov (2004-10-05 14:14:15)
Offline
Pages: 1