Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Mary, thank you, the class parameter is related to the ul.
I succeeded to attach the proper margins to the ul.
I don’t want to offend you, but the plugin’s help was misleading:
txp:upm_article_image
class =“class name”
The (X)HTML/CSS class to apply to the image.
Required: No.
Available values: any valid (X)HTML/CSS class name.
Default value: unset.
it suggests to apply the class parameter’s value to the image itself, not to its parent or grandparent container.
Nevertheless thanks for help!
Offline
#62 2006-07-02 20:13:58
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
v.0.4
I’m not offended, I prefer to be notified. As my plugins evolve, I don’t always remember to update the help doc. This should be fixed in the lastest update. :)
Offline
#63 2006-07-02 23:15:31
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] upm_image: More powerful image display
that looks just the ticket, Mary… but I’m getting this error when installing and activating 0.4:
Fatal error: Call to undefined function escape_output() in /users/home/.../public_html/textpattern/lib/txplib_misc.php(459) : eval()'d code on line 697
Offline
#64 2006-07-02 23:22:52
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Oops. Terribly sorry. Try 0.4.1.
Offline
#65 2006-07-02 23:48:45
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] upm_image: More powerful image display
bingo – very very powerful
cheers!
edit
when there’s no caption, <p />
appears under the image … is that the expected behaviour?
(my tag is <txp:upm_img_caption wraptag="p" />
)
Last edited by nardo (2006-07-02 23:54:03)
Offline
#66 2006-07-04 14:57:43
- alexwest
- Member
- From: Järna, Sweden
- Registered: 2004-08-04
- Posts: 53
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Hi Mary,
Just installed your update to the plugin. It’s working as expected, no errors. The test page is still here if you care to take a look.
Thank you for your help.
Best wishes,
Alex
be safe and happy
Offline
#67 2006-07-04 15:14:15
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
is that the expected behaviour?
Nope. :D
v.0.4.2
Offline
#68 2006-07-04 19:56:25
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] upm_image: More powerful image display
not getting anything now : ) tried swapping caption for label, but no output on my install for that either
Offline
#69 2006-07-04 20:07:14
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
When there’s no caption, nothing (caption) should appear. ?
Last edited by Mary (2006-07-04 20:07:37)
Offline
#70 2006-07-04 20:56:22
- nardo
- Member
- From: tuvalahiti
- Registered: 2004-04-22
- Posts: 743
Re: [plugin] [ORPHAN] upm_image: More powerful image display
the image has a caption and an alt text – but caption not being shown… I tried the attribute ‘label’ and that too isn’t displaying… don’t want to hog the thread, so maybe I’ll email you through the forum with further troubleshooting if you can’t replicate that
my complete form:
<code>
<div class=“image-box”>
<img src=”<txp:upm_img_full_url />” width=”<txp:upm_img_full_width />” height=”<txp:upm_img_full_height />” alt=”<txp:upm_img_alt />” />
<txp:upm_img_caption wraptag=“p” />
</div>
</code>
Offline
#71 2006-07-04 21:02:40
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Once more, with feeling.
v.0.4.3
Offline
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Added to plugins archive. Would like to get this tute linked in on the “Docs” page, in case I forget.
Mary, your version number is still noted as 0.4.2 on your site.
Offline