Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#337 2005-09-14 20:28:25
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
It won’t ever be “documentation”, if you mean available under the “help” link for the plugin.
Check the page you’ve put it in. Makes a difference.
Offline
#338 2005-09-14 20:33:07
Re: upm_img_popper
> mary wrote:
Check the page you’ve put it in. Makes a difference.
I have this in my MAIN default page:<code>
<txp:if_individual_article>
<txp:article form=“header” />
</txp:if_individual_article></code>
But it seems that it should be in an Artilce page / form??, but i can’t find where else i would put it.
oh so close ……!
(ps i want to thank all for your kind patience with me…. ?
Last edited by bici (2005-09-14 20:39:05)
…. texted postive
Offline
#339 2005-09-14 20:39:09
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
That article tag calls the form, so it does need to be in a page. Is the main/default page the one you use for individual posts as well? or are you using “archive”? if you’re using archive, then it would need to be in that page, rather than the main one.
Offline
#340 2005-09-14 20:45:15
Re: upm_img_popper
> mary wrote:
> That article tag calls the form, so it does need to be in a page. Is the main/default page the one you >use for individual posts as well? or are you using “archive”? if you’re using archive, then it would >need to be in that page, rather than the main one.
i beleive i use default PAGE for both the “blog” and for the individual articles (perma link).
in the Sections Tabs, under the Article part, the Uses Pages button it says: Archive.
should that be changed to Default?
…. texted postive
Offline
#341 2005-09-14 20:47:10
Re: upm_img_popper
i changed it to default and the same problem. it displays the header images in reverse…
Last edited by bici (2005-09-14 20:48:00)
…. texted postive
Offline
#342 2005-09-14 20:55:06
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
“archive” is/was the page that your section would use. Keep “archive” as that section’s page. Remove the code from “default” and put it in “archive”.
Offline
#343 2005-09-15 04:30:56
Re: upm_img_popper
ok. I decided to start all over again. I deleted the plugin. and re-installed it.
Before i try again. How does one go about selecting a particular image to be the HEADER image on an article by article basis? EG i have three articles, i now what the permanent link for these artilce to have different HEADER image. I assume i would go to the aricle, and in edit mode …do something…what? And I am not sure how one finds out what image is associated with a particluar article?
…. texted postive
Offline
#344 2005-09-15 04:41:03
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
“Article image”, its under “Advanced Options” on the left-hand side of the write tab. There is a link in the plugin popup window to add to/replace the article image.
Offline
#345 2005-09-15 04:59:09
Re: upm_img_popper
There are four options that appear after one uploads the image:
Under “Article image’ there is: append replace, and under “Insert” there is: image custom. what do these four options do? I don’t see any info on this i nteh Help file.
Last edited by bici (2005-09-15 04:59:40)
…. texted postive
Offline
#346 2005-09-15 05:20:04
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
What you want is under article image. They are rather self-explanatory, which is why they aren’t documented – don’t try and think too hard. :) Make sure the “Article image” input on the left-hand side is visible, then click on each one of those links a couple times and you’ll see what it does: append, or replace. Append is for assisting adding multiple article images (people use this for portfolios, etc), so in this case you’ll only want “replace”.
Offline
#347 2005-09-15 05:35:05
Re: upm_img_popper
ok. it’s a bit clearer now. i see the image number in the Advanced Options, Article image tab. In that field i have “19”
So this is the image that should replace the main HEADER image only for the article “MyTest” with HEADER image 19 …. but it doesn’t.
In my Archive Form i have this code:<code>
<txp:article form=“Single” />
<txp:if_individual_article>
<txp:article form=“header” />
</txp:if_individual_article>
</code>
If i put the above code in between the <code><head> </head> </code>section it puts the comment fields above eveything else.
so are we close???!!!
Last edited by bici (2005-09-15 05:45:39)
…. texted postive
Offline
#348 2005-09-15 05:59:59
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Ugh, it’s that damned auto-append again/still. Further reading:
http://forum.textpattern.com/viewtopic.php?id=11341
I’m not sure if Justin has kept it updated to work with 4.0, but its worth a shot:
http://forum.textpattern.com/viewtopic.php?pid=33485
Offline