PHP

My Selecting an Open Source Presentation to Vancouver PHP User Group

Choosing an Open Source CMS
Description:
Currently companies and web enthusiasts have a myriad of choices when it
comes to picking a PHP based Content Management Systems and framework. It
is often difficult to determine which System will meet your needs.

This presentation will discuss the steps needed to help you determine the
right solution. The topic includes:

* Setting the background requirements for selecting a CMS Solution.
* Resources available for aiding in the selection process.
* Evaluation of some of the more popular PHP based CMS Solutions.

Drupal Picasa Thumbnail size bug

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;

Syndicate content