Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-11-19 16:13:34
- gaup
- Member
- Registered: 2006-12-03
- Posts: 37
thumbnail
I have no plugin for image handling. Is it possible to use “thumbnail” then, if I load up an image and mark for the thumbnail how can I set thumbnail in my excerpt (so far I have one small image and one large).
Offline
#2 2008-11-19 16:22:16
- rsilletti
- Moderator
- From: Spokane WA
- Registered: 2004-04-28
- Posts: 707
Re: thumbnail
<txp:thumbnail id=“1” /> the id used is the parent image id assigned at upload, a thumbnail image needs to be created for the image as well.
Offline
#3 2008-11-19 16:35:40
- gaup
- Member
- Registered: 2006-12-03
- Posts: 37
Re: thumbnail
I am not sure what is wrong. I got this message: <txp:thumbnail id=“16”/> -> Textpattern Notice: unknown_image on line 236
The main image is id=“16” .
Offline
#4 2008-11-19 17:57:27
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: thumbnail
Did you copy Rick’s code? Make sure you’ve got the quotes right: <txp:thumbnail id="16" />
.
Last edited by els (2008-11-19 17:57:52)
Offline
#5 2008-11-19 20:22:02
- gaup
- Member
- Registered: 2006-12-03
- Posts: 37
Re: thumbnail
Well, suddenly it is working!! Thank you.
Offline
Pages: 1