PLUGIN: BD FrogR
|
343 posts
|
A Flikr plugin for Frog CMS. Enjoy : http://frog.publishpath.com/plugin-bd-frogr |
|
343 posts
|
moved docs to my new page: frog.bebliuc.ro |
|
83 posts
|
nice one! cool that someone tries to expand frog! :) |
|
343 posts
|
FrogR v0.7 beta has been updated to FrogR v1.0.0 : http://frog.bebliuc.ro/articles/2008/06/15/plugin-bd-frogr-v1-0-0-slimbox.html . Now using slimbox. |
|
1493 posts
|
Gorgeous, Bd! Two questions:
Thanks! Will update the plugins on Frog page soon! |
|
343 posts
|
|
|
1493 posts
|
That's great! Maybe you could put the info about how to use Slimbox without Flickr in your doc/readme with the plugin? I have updated the "User Plugins" info on Philippe's site. Thanks again! |
|
343 posts
|
I`ll remake the docs. Thanks for the tip. |
|
343 posts
|
Can anybody post a userid and a set id ? |
|
343 posts
|
I've upgraded the download on my site. Now it supports sets of pictures from Flickr. |
|
1493 posts
|
A quick update - this plugin is working great! :) I have tried it with local images (without the Flickr feed), and you can see the results here. Works a treat! One correction to the instructions in post #6, above, though. The correct syntax for linking locally is:
Notice that the Thanks again, BD, and hope this helps! |
|
343 posts
|
Ups. My bad. I've made a new version of it using jquey, because my site is based on jquery, and slimbox is based on mootools. The bad thing is that they don't get together to well, so I needed a solution. I will release it soon. |
|
257 posts
|
Also just a note to BDesign - the function for fetching the images from Flickr, namely file_get_contents() is disabled on many servers as it has a higher security risk. Of course, if you have your own box in a rack you have your own install of PHP so it doesn't matter. I'm trying to look at an alternative method without having to get into Server admin and will let you know if I get anywhere - from the offset it would appear that CURL would be a viable solution... |
|
257 posts
|
Woot! Anyone having trouble with the PHP configuration on their server due to the use of the file_get_contents() function, try the following:
|
|
257 posts
|
grr, markdown - this confuses the hell out of me! lol |
|
257 posts
|
Here is the code from Step 3 above:
|
|
343 posts
|
Interesting approach . Thanks for the contribution Andy. |