@ WhisperT
Unfortunately that code doesn’t seem to work here. I tried different variations on the code but it didn’t showed the album.
I tried the following:
<?php echo nggShowAlbum(1,compact); ?>
<?php echo nggShowAlbum($albumID = "1",$mode = "compact"); ?>
<?php echo nggShowAlbum($albumID = 1,$mode = "compact"); ?>
But none worked.
In the source code a small part is called though, but only this part:
<div class="ngg-albumoverview"></div>
<div class="ngg-clear"></div>
The mode and the albumID aren’t shown