Photo taken at Xiang Hai Natural Reserve
Upgrade to Nextgen gallery v1.10
I am puzzled to find that I could not update the image title and description in the old nextgen gallery v1.0. After much investigation without sucess, I took the plunge and upgrade to the latest v1.10. As I have make some modification to the nextgen gallery code to suite my needs, upgrading to new version is really my last option. Wow, it works. Then I change the codes accordingly and everything seems to work fine now.
I have make one more modification to the nextgen gallery code to make the album display comply with langauage switcher plug in. It is just an addition of filter to the nggshowalbum() function in the nggfunction.php as follow:
$out = apply_filters(’the_content’, apply_filters( ‘ngg_show_album_content’, $out, $album->id ));
