Greetings,
Welcome to my Joomla Code website. My name is Paul Thompson. I have put together a couple of Joomla websites over the past several years for various organisations. In the process of doing so I have now coded a total of 3 Joomla Plugins which I want to share with others here. At some point I'll put together a proper site here. For now, you just get my code.
Attempting to get SLIGHTLY more organised, I have created a Google discussion group and code project to support my efforts here. Please feel free to use these to discuss this plugin, log issues, etc. So that I can track download counts easily I'll also be hosting the project files there.
Thanks again and let me know if you find any problems with the release below.
First of all, many apologies to the number of people that I promised this release to a long time ago. However, your wait is over! I have fixed a small collection of bugs and added several features. The result is version 1.1.0. While I beleive this is rock solid and stable, I do have limited systems on which to test. Therefore, I sending this out as a Beta release and kindly requesting those willing to give it a test and let me know the results.
Changelog:
Download the 1.1.0 beta release of captbunzo's Flickr Album Plugin Here:
PHP5 Version:content_flickrAlbum-1.1.0.zip
PHP4 Version: content_flickrAlbum_php4-1.1.0.zip
Please test this out and let me know how it goes! Also, I'd love to add more features if anyone has any more ideas.
I worked a couple hours today tracking down a bug several folks were experiencing with my Flickr Plugin only to discover that I was using PHP 5 style object code and PHP 4 just wasn't very happy. So I have created and am releasing a PHP 4 compatible release. See below and enjoy!
I have increased the version number to 1.0.1 as a part of this release. However, this indicates only really the changes to the PHP4 compatible version. There are no changes (yet) to the PHP5 version. There are a couple of things I am working on which I will be ready to release in a couple of weeks.
The first chunk of code I will be releasing is my Flickr Album plugin. This plugin allows you to Embed a flickr album within a Joomla article. These albums can be sourced from a particular flickr photoset, user, group or search string. Photos are displayed according to a user defined grid. I've included a basic set of instructions below. Stay tuned for a more complete user manual, etc. Feel free to email me if you read this now and want to know more.
This plugin uses 3 javascript libraries to create Flickr Albums. These libraries are as follows:
Before using this plugin you must apply for your own Flickr API Key. You can find more information about this at http://www.flickr.com/services/api/keys.View the plugin in action: Amber @ Owlsdene Bengals
Download captbunzo's Flickr Album Plugin Here:
PHP5 Version:content_flickrAlbum-1.1.0.zip
PHP4 Version: content_flickrAlbum_php4-1.1.0.zip
Basic Installation & Usage Instructions:
Example Article Code:
{flickr-album}Type=Photoset, User=35939596@N00, Photoset=72157600098702676{/flickr-album}
{flickr-album}Type=Photoset, Photoset=72157600098702676{/flickr-album} (matching user in configuration)
{flickr-album}Type=Photoset, Photoset=72157600098702676, Debug{/flickr-album} (debug enabled)
{flickr-album}Type=Search, Keywords=world domination{/flickr-album}
{flickr-album}Type=Search, Tags=joomla, Cols=5, Rows=3{/flickr-album}
{flickr-album}Type=User, User=35939596@N00{/flickr-album}
{flickr-album}Type=User, User=35939596@N00, Tags=geyser{/flickr-album}
{flickr-album}Title=Everyone Love's Kittens, Type=Group, Group=365105@N23{/flickr-album}
{flickr-album}Type=Group, Group=365105@N23, Tags=Siamese{/flickr-album}
If you have any questions, please feel free to contact me at: captbunzo@gmail.com.