Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#217 2008-01-12 13:27:12

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Kjeld

You should have email. It sounds like this issue.


Steve

Offline

#218 2008-01-15 17:14:10

net-carver
Archived Plugin Author
Registered: 2006-03-08
Posts: 1,648

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Mary

I’ve resolved Kjeld’s issue — it was an MLP problem.


Steve

Offline

#219 2008-01-22 18:27:07

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Minor update available

Last edited by Mary (2013-01-24 17:25:45)

Offline

#220 2008-02-03 22:57:18

henry
New Member
Registered: 2008-01-31
Posts: 2

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Crossposted from the 4.0.6 forum

jstubbs wrote:

Thanks for this release developers! Got this error when logging in after updating to 4.06 from 4.05:

A problem occured while loading the plugin: upm_image -> User_Warning: Duplicate entry '1-upm_image_load_script' for key 1
insert into txp_prefs set

I had the same error. Turning the plug-in off, then turning it on seems to have fixed it.

Last edited by henry (2008-02-03 22:59:18)

Offline

#221 2008-02-03 23:24:34

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Did you get the update?

Offline

#222 2008-03-30 22:04:23

alex9142
Member
Registered: 2008-03-17
Posts: 45

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Hi!

My name is Alexandre. I am trying to use the upm image plugin… well, I already know how to display an image (a large image) in an article. This is what I wrote: <txp:upm_image image_id=“7” />

But now I would like to know how to display a thumbnail and, when someone click it, the page go to another page, showing the big size of the image. Is it very hard?

I uploaded (through the admin section in textpattern) an image called “passeio-de-barco.jpg” and the system gave it the id number “7”

Opening the Filezilla (a FTP program) I saw that the thumbnail has the name “7t.jpg”

With this data, can anybody help?

this is my website: www.mosapyr.com

Thank You!

Offline

#223 2008-04-09 01:38:20

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Alexandre,

use <txp:upm_image type="popup" image_id="7" /> instead.

If you haven’t done so already, you might want to install Mary’s companion plugin upm_img_popper that can create this tag for you along with a slew of other useful options.

Last edited by masa (2008-04-09 01:38:59)

Offline

#224 2008-04-09 07:12:05

alex9142
Member
Registered: 2008-03-17
Posts: 45

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Hi Masa!

Thank you for your reply!

The tag <txp:upm_image type=“popup” image_id=“7” /> shows the big image in a pop up window, but I have seen in some blogs (powered by textpattern) the image been shown in a normal window, inside the article (just one image). Do you know how it can be done?

Offline

#225 2008-04-09 09:37:48

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,028
Website GitHub Mastodon Twitter

Re: [plugin] [ORPHAN] upm_image: More powerful image display

alex9142 wrote:

The tag <txp:upm_image type=“popup” image_id=“7” /> shows the big image in a pop up window, but I have seen in some blogs (powered by textpattern) the image been shown in a normal window, inside the article (just one image). Do you know how it can be done?

bas_lightbox ?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#226 2008-04-09 09:58:20

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] upm_image: More powerful image display

alex9142 wrote:

The tag <txp:upm_image type=“popup” image_id=“7” /> shows the big image in a pop up window, but I have seen in some blogs (powered by textpattern) the image been shown in a normal window, inside the article (just one image).

When you say “normal window” do you by any chance mean one of those Lightbox-style effects like for instance here ?

You can do that with upm_image, too, but there’s more work involved. The first thing is to get the necessary javascript libraries and css linked in the head of your page template.

The second step is to create a custom form for upm_image that will render the thumbnail with a link to the large image and the neccessary rel="lightbox attribute.

I must admit that I haven’t used upm_image for that, but I think this should work:

<a href="<txp:upm_img_full_url />" rel="lightbox" title="<txp:upm_img_caption />" ><img src="<txp:upm_img_thumb_url />" width="<txp:upm_img_thumb_width />" height="<txp:upm_img_thumb__height />" alt="<txp:upm_img_alt />" /></a>

This should display the large image with its caption underneath. Save the form as for instance “lightbox”.

Then in your article call your image with this tag: <txp:upm_image image_id="7" form="lightbox" />

Last edited by masa (2008-04-09 09:58:56)

Offline

#227 2008-04-09 13:54:45

alex9142
Member
Registered: 2008-03-17
Posts: 45

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Hi Colak! Hi Masa!

Thank you for your replay!

Please, take a look in this website:

http://jonathanstubbs.com/photos/?set=72057594087267118

When a thumbnail is clicked, the image (in a bigger size) is shown in the same page.

Offline

#228 2008-04-09 14:24:10

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] upm_image: More powerful image display

Ah, that’s a different approach.

Fom what I can tell Jonathan is displaying a Flickr set. There are several plugins worth checking out at the Txp resources site. While you’re there also check out the Galleries category of plugins.

Then there’s also a tutorial on how to create a photoblog that could be helpful.

Offline

Board footer

Powered by FluxBB