Add some layout capabilities
patriiiiiiiiiick - June 15, 2008 - 17:00
| Project: | Flickr |
| Version: | 6.x-1.x-dev |
| Component: | flickr (main module) |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Since I am new in the world of Drupal, I might have missed it. I think it would nice to have some layout options to the Flickr blocks or than the picture size:
- spacing
- alignment (centre, left, right)
- number of columns
- ...

#1
I think this not something that will be worked on in the near future so i will change the status to postponed.
Best, Paul
#2
#3
There does not look to be any interest here so i will close this feature request, at least for now
#4
I must say that I am a bit disappointed by this decision. Leaving it as postponed seemed more appropriate to me. Or maybe explain to me what I had missed about the feature or a pointer to a documentation, maybe.
Patrick
#5
Sorry Patrick :-)
#6
I think it would be undrupaly to add that sort of layout options to the flickr module
the proper way to do layout stuff in Drupal is with theming.
Unfortunately, the flickr module does not set a CSS class for the photos in a block, so theming the flickr blocks is a bit hard.
The patch in attachment adds the CSS class "flickr_photo" to
theme_flickr_photo(), to make the theming more easy.#7
I'd vote for this. If it was just as simple as letting content authors float images left or right using a simple parameter, that would be great. You can't predict how people want their images layed out in the theme layer ;)