I have my dfgallery working nicely now (even the slideshow links that didn't work last week, are suddenly working this week with no changes made, go figure) except, when viewing the album, the links for Album Settings and Images Management return a "Page not found". Am i missing something in the setup?
Thanks for any help in advance.

Comments

StS’s picture

I also had to modify these links (lines 15 and 16 in photos_albumview.tpl.php):

old:
href="<?php print $album['node_url'];?>/edit">
href="<?php print $album['node_url'];?>/photos">

new:
href="/node/<?php print $node->nid;?>/edit">
href="/node/<?php print $node->nid;?>/photos">