Hi lads, i have a bit of a situation with regards Plogger. I don't require the 2 tier system with collections and albums. Is it possible to jump straight to albums. I know i could probably do it thru the php code but i'm a novice at coding. Has anybody modified their plogger in a similar way to which i require?
You could write a mod_rewrite rule that dumps you into the collections view; or you could change gallery.php: There should be a default value of "collections" assigned to $level in the event that there is no level defined via GET. Just remember to also assign $id so that it knows which collection to go to.