• 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

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • I’ve faced the same problem already with betas of 2.0. And I’m pretty sure the variable names are different than on 1.9.xx and previous. It would be nice to know what variables are available at certain points…

    Would want the same feature which should be standard especially when viewing galleries belonging to an album.

    One own modification I have got working are the changes of displaying gallery thumbnails (size, border, padding, image highlihting etc.). In previous versions the changes were all made into gallery.css; now you need to make thumbnail display changes into:
    ../wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumbnails/nextgen_basic_thumbnails.css

Viewing 1 replies (of 1 total)
  • The topic ‘Own modifications doesn't work anymore’ is closed to new replies.