thanx, but sorry, I break (may be for now), I skip the album.

#+*?\#$%
[OT] tell me somthing like "try getAlbumLinkURL();" and ...
always this sparely beading answers ...
> ... Here add checks ... wherefrom:
I tried something with rewrite_path($rewrite, $plain, $webpath = NULL) and some from <http://www.zenphoto.org/documentation/elementindex.html> (Million new terms: print_r($albumdir)

nearly nothing works, I got sick! I'm sitting days about this 'stupid' basic navigation-feature, but now have not the time anymore / -lost enough, the album would becomes too bloody for me, instead having fun.
again: thank you for your support so far and your always fast replies!
> As said this is a bit advanced and you should get a bit familiar with theming, object model and such in general first.
no. html & css, but not object-modelling. wherefor is a "cms"? (not for consumer but for programmers(-fun))
keep naturally php. don't install an other cosmos...
too much, too much for Joe
ciao,
Joe
-----------------------
some with Javascript, without login-check - its nothing!
/**
* @package plugins
**/
$plugin_is_filter = 5 | FEATURE_PLUGIN;
$plugin_description = gettext("if no matching or public album called, coming down on gallery_indeXX or 404.");
$plugin_version = '1.0';
zp_register_filter('load_theme_script', 'myFilterCall');
function myFilterCall($script) {
if($_REQUEST['album'] == "NotShownAlbum") {
// global $_zp_gallery; // without relevant infos
$url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https://' : 'http://';
$defaultside = $url.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/index.php?p=404";
$goto = $defaultside;
echo '<script language="javascript"><!--
location.href="', $goto, '";
//--></script>';
}
// echo "
<pre>"; print_r($_zp_gallery); echo "</pre>
"; // no ce
return $script;
}