Not sure where to post this question.. but..
When you get "You don't have permission to access this page.", I would like for it either prompt to register, if the album is for registered viewers only, or redirect to the home page. Is there a mod available for this?
Edit lang/yourlanguagefile.php (e.g. lang/english.php), find 'access_denied' => 'You don\'t have permission to access this page.',
and replace with something like 'access_denied' => 'You don\'t have permission to access this page. <a href="login.php">Log in</a>.',