After upgrading the NextGEN gallery to version 1.4.1 I found that the Highslide settings are not working properly.
On the "effects" tab in WordPress (Gallery / Options / Effects) the following standard code is available under Highslide:
class="highslide-full" onclick="return hs.expand(this, { slideshowGroup: %GALLERY_NAME% })"
The %GALLERY_NAME% is not working properly. When I check the code in firebug it looks like this:
<a class="highslide-full" onclick="return hs.expand(this, { slideshowGroup: '' })"
Instead of:
<a class="highslide-full" onclick="return hs.expand(this, { slideshowGroup: 'landscapes' })"
I have downgraded NextGEN and restored the database and everthing seems to be working fine again.
Regards,
John
`