How does dolphin sort albums and categories in hierarchy? I want to create a menu item that grabs (video) from a specific album and then further from a category within that album. Or is it the opposite? Or wrong altogether and Dolphin simply treats Categories and Albums as a marker like Tags?
For my site, I know this works to grab everything from within the album “Suspense”, but it fails to refine the results to only the category “shorts”:
modules/?r=videos/browse/album/Suspense/category/shorts
And this one returns everything from category “shorts”, but fails to restrict the results to the album “Suspense”:
modules/?r=videos/browse/category/shorts/album/Suspense
Advice?