Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Display image thumb from a category
Is there a plugin around that could display latest image / thumbnail in given category ?
I think I could use http://forum.textpattern.com/viewtopic.php?id=2507 plugin but it´s not maybe specified to to extacly this, + the downlaodlink is broken.
Any idea ?
If not then we can call this a request :)
Thx in advance
regards,
Agust
Offline
Re: Display image thumb from a category
You can try using the category as a filename, and construct your own img
or background-image
tag with it. Be careful about unicode glyphs though…
Offline
Re: Display image thumb from a category
Jeremie:
Thanks for quick response but i´m not getting your solution.
Could you go a little deeper ?
Thx
regards,
Agust
Offline
Re: Display image thumb from a category
In your article’s form, use something like: <img src="/images/design/<txp:category1 />.png">
. Aka, create one image for each category, and name it after that category.
Offline
Re: Display image thumb from a category
Ahh nice methood but not what im looking for :)
I want to display latest image uploaded.
Thx for the help tho.
regards,
Agust
Offline
Re: Display image thumb from a category
druzli, did you find the solution to this problem? I’m trying to do the same thing at http://kriskhaira.com/photography.
i’m using this <pre><code><txp:image_index c=“photography” /><txp:image_display /></code></pre>
i’d like to know how to make the latest image automatically appear in full-size
right now, i’m presented with the thumbnails as i enter that section. i have to click on the first thumbnail to see the latest photo.
Last edited by kriskhaira (2005-08-20 19:21:06)
Offline
Re: Display image thumb from a category
Nope, I salted the task until I see a nice solution.
Please post here if you solve :)
regards,
Agust
Offline
Re: Display image thumb from a category
Wow, that was a quick reply. I’ll keep you posted if I solve it.
Offline
Re: Display image thumb from a category
I gave up on this last week and decided to use articles with images, instead of just images only. That way I have more control over what I want to display.
Offline
Pages: 1