Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-12-13 12:37:19
- mstark71
- New Member
- Registered: 2005-12-30
- Posts: 5
instructions for posting images
are there simple, step-by-step instructions written somewhere for adding an image to an article. Nothing fancy, just basic inclusion of a thumbnail image that links to a full size image.
Thanks,
m
Offline
#2 2006-12-13 13:01:30
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: instructions for posting images
I wouldn’t know of any instructions but I’d recommend Mary’s plug-ins upm_image and upm_image_popper which will make this very easy.
Download and install them and take a look at the helpfile. Basically it works like this:
upm_image_popper adds an Insert Image link to the Write tab. Click that and in the pop-up window scroll to your image. Then in the Insert column click popup. That should place a tag in your article’s body or excerpt that when published will render a thumbnail, linked to a larger pop-up version of the image.
Cheers Martin
Last edited by masa (2006-12-13 13:02:18)
Offline
Re: instructions for posting images
- Upload your image, save it
- In the Content>Images screen, look under the header ID. This is the ID of your image. Copy the number.
- In Content>Write, enter
<txp:image id="theID" />
for a full size image or<txp:thumbnail id="theID" />
for a thumbnail in your article.
Edit: Didn’t see “thumbnail” ‘til after variaas posted
Last edited by jm (2006-12-14 08:16:27)
Offline
Offline
#5 2006-12-14 13:35:18
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: instructions for posting images
jm wrote:
- In Content>Write, enter
<txp:thumbnail id="theID" />
for a thumbnail in your article.
but now the thumbnail is not linkable…:(
Last edited by Gallex (2006-12-14 13:36:47)
Offline
#6 2006-12-14 13:38:58
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: instructions for posting images
Make use of the poplink attribute. TextBook: thumbnail
Offline
Pages: 1