Mod Flickr Module

A simple module for showing flickr galleries with mootools slimbox

Report

byP1X3LPU5H3R on September 28, 2009
I found the module easy to install, configure, and adapt to my needs. I also would LOVE the functionality of displaying a photostream. Definitely think you should include that feature in your next release! Thanks for the effort you've put into this project.
bymacdoodle on August 27, 2009
Setup was a breeze, modifying the layout was easy as pie. This is the perfect way to display Flickr images without intruding on your site's layout.
This is exactly what I was looking for. I have a question, how can I turn the slimbox of since my template is already using shadowbox? When I click on thumbnail two sets of images overlapping.
Owner's reply

Hi Zeevee,

Following your review we've updated the module to version 1.5.1

Two new parameters have been added:
1. Use Flickr Module Stylesheet - Allows you to select whether or not to use the flickr module's stylesheet
2. Use Slimbox - Allows you to select whether or not to use the slimbox overlay

Also, the module will now only load the core mootools library if it has NOT already been loaded by the document.

bydanatchison on May 31, 2009
This is the kind of Flickr module I've been looking for. Most other modules are flash based.

I like the simple approach to pulling pics from Flickr with a clean square thumbnail. Two problems I have with this one that make it unusable.

1. You have to assign a set ID. You should be able to simply assign a user ID and pull the most recent pics.

2. For some reason, it lays out the thumbnails in a List and so I get the little bullet dot beside each thumb. So much for clean look. It also generated all the thumbs in one single line in my right module position instead of simply wrapping them and putting them side by side.
Owner's reply

1. I used the set ID approach so that the user can pull specific sets of images from flickr (the client I developed this for required that functionality).
2. The thumbnails are output in a list on purpose. This makes the output easily configurable using a little CSS. If you don't want bullets add this to your CSS file: div.mod_flickr ul {list-style:none;}
If you want the thumbnails to line up next to each other ad this to your CSS file: div.mod_flickr ul li {float:left;}

If the above is too complex I can always add a switch in the module that would allow the user to select whether the thumbnails should float (line up next to each other) or not (line up under each other)

Also because this module uses Joomla 1.5 native code you could always customise the output to suit your needs by using an HTML override in your site's template directory.