Number 1:
Here -> http://www.icyphoenix.com/viewtopic.php?p=60550#p60550
Number 2:
Template->make_filename(): Error - template file not found: album_nuffimage_box.tpl
Line: 45 - album_nuffimage_box.php
There's a problem with this path and I can't see where the VARS are to modify it
$template->set_filenames(array('nuffimage_box' => 'album_nuffimage_box.tpl'));
It works with this but it's hardly a fix!

$template->set_filenames(array('nuffimage_box' => '../../plugins/album/templates/default/album_nuffimage_box.tpl'));
Number 3:
On edit / Submit the path Click Here to return to the Admin Index is wrong and looks for the Admin-Index in the Album directory.

