If I set Photonic to just display everything, it shows all my albums and the images within. The shortcode is:
- Code: Select all
[gallery type='picasa' user_id='my_google_id' kind='album' thumbsize='75']
Most of the albums include spaces in their names, especially the automatically created ones like "Photos from posts" and "Profile photos".
However, if I specify an album that contains a space, it will not display. The shortcode is:
- Code: Select all
[gallery type='picasa' user_id='my_google_id' kind='album' album='Photos from posts' thumbsize='75']
I also tested this with my "Random Stuff" album. It would not display until I renamed it to "RandomStuff" and used the new, non-spaced, name in the shortcode.
It's been a long time since I hacked away at code, but it seems to me that there is a bit of a bug in how album names are handled. I know from Unix/Linux that wrapping a variable in single quotes can have problems is there are spaces in the result, but using double quotes says to take the result exactly as presented. Is there something like that for PHP?
Thanks for the great work thus far!
Dion
