Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-11-03 00:18:26

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,092
Website Mastodon

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

#2 2009-11-03 00:34:39

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

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

#3 2009-11-03 00:40:08

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,092
Website Mastodon

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

#5 2009-11-03 03:56:59

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,092
Website Mastodon

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

#6 2009-11-03 04:10:19

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,092
Website Mastodon

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

#7 2009-11-03 11:34:47

Zanza
Plugin Author
Registered: 2005-08-18
Posts: 699
Website

Re: upm_image problems

Yes, that’s what I meant. :)

Offline

Board footer

Powered by FluxBB