Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#757 2014-06-30 10:11:17

hilaryaq
Plugin Author
Registered: 2006-08-20
Posts: 335
Website

Re: [plugin] [ORPHAN] vdh_flickr

Got it working, lost one of my 9 lives :D The path fix worked, of course because I was being clever by fixing it under my own hosting I had a php.ini interfering with it!

For future reference guys, I’ve made a plugin that works with the phpFlickr library, the only thing I love about vdh_flickr that I find hard to do is that you can open the image on the page, so my plugin is fine for lightbox galleries, but the ability to click on the image and view the large one on the same page is great I think.. however, if this plugin really does crash and die I’ll have something to replace it with so I’ll share that out if you like!


…………………
I <3 txp
…………………

Offline

#758 2014-07-01 04:48:41

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

etc wrote #281716:

That’s funny: “inspect element” in Firefox makes it work.

Just resizing the browser window does it …!

Offline

#759 2014-07-01 10:41:43

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: [plugin] [ORPHAN] vdh_flickr

gomedia wrote #281779:

Just resizing the browser window does it …!

Then putting $(window).trigger("resize") somewhere at the end could fix it. :)

Offline

#760 2014-07-01 12:29:36

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

etc wrote #281797:

Then putting $(window).trigger("resize") somewhere at the end could fix it. :)

I added the code – please try again and let me know what you see!

Offline

#761 2014-07-01 12:33:00

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

jstubbs wrote #281803:

I added the code – please try again and let me know what you see!

No joy, sorry.

Offline

#762 2014-07-01 12:49:12

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Yep, same here..stumped!

Offline

#763 2014-07-01 13:09:21

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

jstubbs wrote #281806:

Yep, same here..stumped!

Try running the jQuery resize thing when (or shortly after) the user clicks on “Bilder fra Bilde & Form”.

Offline

#764 2014-07-01 14:43:01

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

OK, now I have:


$(".title").click(function () {
      $(window).trigger('resize'); 
 });

How does that work? Seems ok from here…

Offline

#765 2014-07-01 22:39:18

gomedia
Plugin Author
Registered: 2008-06-01
Posts: 1,373

Re: [plugin] [ORPHAN] vdh_flickr

Looking good!

Offline

#766 2014-07-01 23:18:58

jstubbs
Moderator
From: Hong Kong
Registered: 2004-12-13
Posts: 2,395
Website

Re: [plugin] [ORPHAN] vdh_flickr

Awesome! Thanks go media and etc for the help!

@hilaryaq – this plugin has been a loyal servant for some years and amazing really that it still works so well. With Flickr resuscitating itself any development on this plugin (or a separate one) would be very welcome!

Offline

#767 2014-07-10 20:03:14

hilaryaq
Plugin Author
Registered: 2006-08-20
Posts: 335
Website

Re: [plugin] [ORPHAN] vdh_flickr

jstubbs wrote #281823:

Awesome! Thanks go media and etc for the help!

@hilaryaq – this plugin has been a loyal servant for some years and amazing really that it still works so well. With Flickr resuscitating itself any development on this plugin (or a separate one) would be very welcome!

I just got it working to open an image on the same page ‘self’, all integrated with php flickr which had a bug fix pushed 3 days ago so something that is being actively developed by a bigger community.. I’ll release something in the next few weeks!


…………………
I <3 txp
…………………

Offline

#768 2014-07-18 12:12:29

hilaryaq
Plugin Author
Registered: 2006-08-20
Posts: 335
Website

Re: [plugin] [ORPHAN] vdh_flickr

Hi guys, I have something going and it’s using the phpflickr library, which means I can add in extra features quickly/easily, it also means for plugin maintenance with phpflickr being actively developed all the time the plugin can be updated just as easily if anything changes on the api side, I’m not sure if my opening the image in ‘self’ is way way too slow but if you guys would like a copy and just see how it runs for you I’m including it on this link: http://www.proximowebdesign.ie/blog/phpflickr-textpattern-plugin


…………………
I <3 txp
…………………

Offline

Board footer

Powered by FluxBB