Since Google changed the Picasa Web Albums Feed API, users have complained that the thumbnail size when they view albums in Drupal is too small ( see issue Something has changed.....)
I've not produced a patched picasa.module but if you make the following change to the beginning of the picasa_display_album_contents function, namely adding the thumbsize parameter to the feed call you should be able to fix the size problem.
function picasa_display_album_contents() {
global $base_url;




I know I need to do it, can't seem to find the time to get around to it.
I need to get around to creating some Vocabularies for this site to categorize the content.




Thanks to CyberSwat who contributed a first go at a Picasa module for Drupal, you can now view my public photo albums being hosted by Picasa!!
The Random Image block (on the right), randomly displays images, and if you go to Albums you can view my Public photo albums.
A few minor tweaks were made to CyberSwat's code:
-> My web host doesn't support PHP file_get_contents() with url's, so I reworked portions of the code to use the Curl library instead, since we're just trying to get the feed anyway




Yesterday was mostly spent tinkering around with this new look and feel of the Drupal Garland theme, not too shabby if I do say so. Things look mostly quite clean and crisp, and the admin interface has improved quite a bit.
Now if I could only figure out where I want to go with this site.
Things to do:
Picassa web album and integration with drupal
Sitemaps
Adwords




Recent comments
1 year 20 weeks ago