Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#253 2008-09-22 18:34:17
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Hi kemie,
upm_image… u r doin it rong! ;)
formtest2 should be something like this:
<div id="<txp:upm_img_id />"><img src="<txp:upm_img_full_url />" /></div>
BTW, you should also add something (a string prefix) in front of upm_img_id because HTML ids shouldn’t be numbers.
Edit: wet was faster, although his solution is different.
Last edited by maniqui (2008-09-22 18:35:28)
Offline
#254 2008-09-22 19:11:17
Re: [plugin] [ORPHAN] upm_image: More powerful image display
woo.hoo!
I love textpattern. I love upm_image. I love the forums. I love wet and maniqui.
thank you!
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#255 2008-09-22 20:11:49
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: [plugin] [ORPHAN] upm_image: More powerful image display
kemie wrote:
I love textpattern. I love upm_image. I love the forums. I love wet and maniqui.
:-)
Would you mind telling us what method you ended up using?
Offline
#256 2008-09-22 22:03:50
Re: [plugin] [ORPHAN] upm_image: More powerful image display
kemie wrote:
I love textpattern. I love upm_image. I love the forums. I love wet and maniqui.
Would you mind telling us whom you love more? ;)
Offline
#257 2008-09-23 07:53:16
Re: [plugin] [ORPHAN] upm_image: More powerful image display
i used maniqui’s method, simply because I wouldn’t need to install the wondertag plugin.
That, however, does not necessarily mean I love him more.
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#258 2008-10-02 14:57:31
Re: [plugin] [ORPHAN] upm_image: More powerful image display
hi
im not really new in textpattern, but also not really used to it. always when you think, you got it, theres a new problem coming up. but i keep trying ;)
here is my problem with this nice plug-in:
<code>
<txp:upm_article_image show_alt=“yes” show_title=“no” wraptag=“div” break=“div” break_class=“articleFullImg”>
<txp:upm_img_caption wraptag=“div” class=“articleFullImgCaption” />
</txp:upm_article_image>
</code>
if i use the upm_article_tag without the “container-tag” mode, the images are all nice and shiny.
but when i run this container tag, only the captions are shown, the images dont appear. am i using the container-tag wrong or what is the missing link in here?
this is how the html is looking: (2 images, 1 with caption)
<code>
<div>
<div class=“articleFullImg”><div class=“articleFullImgCaption”>Foto©2008 by Hans Wurst</div></div>
<div class=“articleFullImg”></div>
</div>
</code>
everything is looking good to me, but where teh images is at??!
txp is not reporting any errors..
and the upm_caption thing only works in a container tag, and it does..?! sooo? bug? noob??
can somebody please help me?
Last edited by jens31 (2008-10-02 19:02:33)
Offline
#259 2008-10-02 19:20:46
Re: [plugin] [ORPHAN] upm_image: More powerful image display
ahahahaahhhrrrr.
i just red the previous problem and found some fixing:
<code>
<txp:upm_article_image wraptag=“div” break=“div” break_class=“articleFullImg”>
<img src=”<txp:upm_img_full_url />” alt=”<txp:upm_img_alt />” />
<txp:upm_img_caption wraptag=“div” class=“articleFullImgCaption” />
</txp:upm_article_image>
</code>
is i doin rite pleez?
thx maniqui, i got that from you :)
Last edited by jens31 (2008-10-02 19:27:50)
Offline
#260 2008-10-18 10:56:39
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,313
Re: [plugin] [ORPHAN] upm_image: More powerful image display
after txp upgrade to 4.0.6 i decided to update upm_image plugin too, but with any success. I’m repeatly getting “ Badly formed or empty plugin code.”
?
P.S. after txp upgrade i needed to fix tables and after third time i got this error message i deleted the plugin, but still can’t to install it. upm_image_popper update went well.
if it’s helping….
Offline
#261 2008-10-18 16:27:31
Re: [plugin] [ORPHAN] upm_image: More powerful image display
I’m not sure but have you tried installing the “compressed” version just in case it’s a file size problem?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#262 2008-10-18 20:03:02
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Yes, have you tried both the compressed and un-compressed versions?
Offline
#263 2008-10-19 09:52:52
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,313
Re: [plugin] [ORPHAN] upm_image: More powerful image display
Mary wrote:
Yes, have you tried both the compressed and un-compressed versions?
compressed version helped me out. thank’s
Offline
#264 2008-11-09 13:09:36
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,313
Re: [plugin] [ORPHAN] upm_image: More powerful image display
I’m using upm_article_image type=popup on my homepage.
i would like to display image captions under the thumbnails but not sure how to achieve this.
i think i should create an extra form for this, but… how it should look like?
my current article form:
<txp:upm_article_image type=“popup” />
Offline