Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#385 2005-10-11 14:26:15
Re: upm_img_popper
Maybe you should try the same as I did, switch the plugin off, go to the images tab, switch the plugin on again, go to the images tab again…
“Bartender, a bit of advice. Always inspect a jukebox carefully.
These machines can be deadly.” — Adam West, the Original Batman
Offline
#386 2005-10-11 14:32:18
- TimTops
- Member
- Registered: 2005-07-21
- Posts: 19
Re: upm_img_popper
Also, try changing the value of x in the “View ‘x’ per page” select box on content>images. I seem to remember this helps although as I’m not currently experiencing the problem I can’t test it.
Offline
#387 2005-10-11 14:38:41
Re: upm_img_popper
TimTops:
That did it!
Thanks :)
regards,
Agust
Offline
#388 2005-10-11 14:40:15
Re: upm_img_popper
> TimTops wrote:
> Also, try changing the value of x in the “View ‘x’ per page” select box on content>images. I seem to remember this helps although as I’m not currently experiencing the problem I can’t test it.
I did that as well, I guess that’s the solution ;-)
“Bartender, a bit of advice. Always inspect a jukebox carefully.
These machines can be deadly.” — Adam West, the Original Batman
Offline
#389 2005-10-11 15:24:26
Re: upm_img_popper
hi Mary. Hate to be bothering you with problems but I thought you might want to know that the plugin (v0.8.8) breaks on sv1018 (at least in my site)
I would not expect you to fix it for subversions but maybe there is a change in txp which will appear in the next release.
All seems to be there except the “Insert Image” in the write page:(
Last edited by colak (2005-10-11 15:26:35)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#390 2005-10-13 19:08:17
Re: upm_img_popper
Mary,
a minor glitch is hidden in the js popup’s html markup:
<code>
153: upm_pop_win.document.writeln(‘<html>’);
154: upm_pop_win.document.writeln(‘<html>’);
</code>
Thanks a lot for your valuable contributions to the community!
//w&
Offline
#391 2005-10-13 20:14:05
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
Hey guys, just letting you know I’ll look at these problems shortly.
Offline
#392 2005-10-13 21:42:22
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
v.0.8.9.
Anyone using any version prior to 0.8.3 should update, and also read the info posted on how to fix the “division by zero” error.
Offline
#393 2005-10-13 22:32:50
- juani81
- New Member
- Registered: 2005-10-13
- Posts: 4
Re: upm_img_popper
Im using v.0.8.9
When I use the type “popup” and I assign a class, it is assigned to the <code><a></code> tag instead of assign it to the <code><img></code> tag. There’s a solution for this? Thanks in advance!
Last edited by juani81 (2005-10-13 22:34:32)
Offline
#394 2005-10-13 22:33:45
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: upm_img_popper
That’s what it’s supposed to do.
Offline
#395 2005-10-13 22:36:04
- juani81
- New Member
- Registered: 2005-10-13
- Posts: 4
Re: upm_img_popper
So i can’t assign a class to <code><img></code>?
Offline
#396 2005-10-13 22:44:28
- juani81
- New Member
- Registered: 2005-10-13
- Posts: 4
Re: upm_img_popper
Perhaps I don’t explained it very well…
I have this: <code><txp:upm_image type=“popup” image_id=“4” class=“right borde” /></code>
The result is this: <code><a href=“http://www.someserver.com/images/4.jpg” class=“right” onclick=“return upm_pop_img(this.href, ‘492’, ‘369’, ‘Leo’, this.title);”><img src=“http://www.someserver.com/images/4t.jpg” width=“200” height=“150” alt=“Leo” title=”“ /></a></code> (look were it’s the class)
And I want this: <code><a href=“http://www.someserver.com/images/4.jpg” onclick=“return upm_pop_img(this.href, ‘492’, ‘369’, ‘Leo’, this.title);”><img src=“http://www.someserver.com/images/4t.jpg” width=“200” height=“150” alt=“Leo” title=”“ class=“right” /></a></code>
Thanks for the quick answer!
Last edited by juani81 (2005-10-13 22:46:24)
Offline