Upgraded NextGEN this morning and now all my settings in the custom fields to bring in different galleries are broken. Here is my code from my template:
<?php $gallery = get_post_meta($post->ID, 'gallery', true); ?>
<?php
$gal = $gallery;
$gal = apply_filters('the_content', $gal );
echo $gal;
?>
Sherry