Own modifications doesn't work anymore
-
Hi,
in the previous version i made some changes, which doesn’t work anymore, although i did them too on this new version.
The first one was, that i like to see the albums name above the thumbnail on my albumpage. I found the php file in the plugin, where i made the changes in the previous version: \nextgen-gallery\products\photocrati_nextgen\modules\ngglegacy\view\album-compact.php and made my changes:<div class="nggalbumtitle"> <?php echo $album->name?> </div>But it does not work.
Second change was in the gallery.php in the same folde. I like to to have a back button und the pictures of any albums. My changes in the previous version:<br> <input action="action" type="button" value="Alle Events" onclick="history.go(-1);" />at the end of the code. But also doesn’t work, although both php flies look the same like in the old version. Any ideas??
Thank you in advance!
Dave
The topic ‘Own modifications doesn't work anymore’ is closed to new replies.