Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
upm_image problems
Why do i get these errors?
upm_image: requested image could not be found: “”
in my form i have
<div class="span-16 last">
<txp:upm_article_image />
</div>
and in my articles i specify article image like this:
<txp:image id="6" />
I am trying to get a thumbnail and full image to display
…. texted postive
Offline
Re: upm_image problems
You must put the img number in the article’s image input box (under advanced options in the write tab) in order to use upm tag, not in the body of the article with txp:image tag.
Offline
Re: upm_image problems
Zanza wrote:
You must put the img number in the article’s image input box (under advanced options in the write tab) in order to use upm tag, not in the body of the article with txp:image tag.
.
I do. i add to the left hand side of the control panel within the Article image ?
box.
…. texted postive
Offline
#4 2009-11-03 01:06:20
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: upm_image problems
bici wrote
in my form i have […]
Is this form in any way called by (connected to) an article tag?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: upm_image problems
uli wrote:
bici wrote
in my form i have […]
Is this form in any way called by (connected to) an article tag?
.
I am not sure. i have it in a from called portfolio
and there is another called portfolio_listing
<div class="span-8">
<txp:permlink>
<txp:upm_article_image type="thumbnail" limit="1" />
</txp:permlink>
<h3><txp:permlink><txp:title /></txp:permlink></h3>
<txp:excerpt />
</div>
if you wish you could login…
…. texted postive
Offline
Re: upm_image problems
…have it working. it seems that i only need to add the image id number .. as in 6
rather than <txp:image id="6" />
Last edited by bici (2009-11-03 05:43:26)
…. texted postive
Offline
Re: upm_image problems
Yes, that’s what I meant. :)
Offline
Pages: 1