I'm looking for a way to use different sort orders or parameters in different albums. I have some albums where I want images to be sorted ASC by date, others DESC by date, etc.
I already have a method to determine which albums should sort which way, I just can't get the actual sort direction to change. I have attempted to set $_SESSION['plogger_sortdir'] = "DESC"; for example, but that doesn't seem to work.