Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#757 2014-06-30 10:11:17
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
Offline
#760 2014-07-01 12:29:36
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
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
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
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
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
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