NextGen changed their code a bit.
I went through the nggfunctions.php provided with WP-greet and copied the well-marked edits out and pasted these in the appropriate places in the new nextgen nggfunctions.php.
I’m not getting any wordpress errors, but my gallery isn’t displaying the cards. [gallery=ID url=http://your-domain.com/greet/] is not working for some reason.
IE 6 spits the following error:
Line: 347
Char: 1
Error: Object expected
Code: 0
URL: http://starwarschicks.com/greeting-cards
If I remove the url=http://your-domain.com/greet/ it displays the gallery per nexgen standards.
And yes – I changed http://your-domain.com/greet/ to my domain’s url.
I don’t know how to add the ability to customize the title within the widget control, but I did figure out how to hard code a title into the plugin.
Edit line 861 echo $before_widget . $before_title . $after_title;
to echo $before_widget . $before_title . 'Translate This Blog' . $after_title;