Is there a way to default to a collection, instead of having collections be the first item visible, may albums under a collection be visible, to keep the user from needing to drill down into a collection before the albums are available?? or deafult to a specific album so many pictures are available instead of just one collection..
I thought about using many collections, though then they have to select an album under a collection to get to the images.. I have only a few categories.. I do not want my visitors to see only one picture( the colelction ) and then a few pictures ( the albums ) before they get to the pictures. Can plogger default to display albums for a particular collection?
this is now a new problem as using if($_REQUEST['init']!=''){ $GLOBALS['plogger_level'] = "collection"; $GLOBALS['plogger_id'] = "2"; } no longer works to have a default collection.. How do we do this with the new version?