Hello, I'm trying to make a simple loop using the abstration layer given by the API but in vain. I have a gallery test that contain a collection I created with 2 albums with pictures in them) but when I try to loop using collections or albums object, I always got : "No collection yet" !
// generate XHTML with thumbnail and link to picture view. print '<img class="photos" src="'.plogger_get_collection_thumb().'" title="'.$desc.'" alt="'.$desc.'" />';
What file are you editing? If you are editing the theme template files you shouldn't need to include any additional PHP files. Just look at the theme files in \themes\default for an example.