Theme used:
http://wordpress.org/extend/themes/delicate
Attempted the "deactivate and mess with PHP" approach - no cigar.
A simpler and more straightforward way of integrating the plugin (a-la Quote http://wordpress.org/extend/plugins/quote-comments/ ) would be very very appreciated.
The plugin is not working. Not even with the latest twentyeleven default wordpress theme on wordpress 3.2.1 version. Did anyone fix the issue?
Simon Dickson
Member
Posted 1 year ago #
I can't say I've tested this approach too thoroughly... but if you go to line 91 and change $current_blog->siteurl to get_site_url() it seems to work as expected.
Robe1984
Member
Posted 1 year ago #
I was getting instead of the success message: "Thank you for your feedback. We will look..." a "-1", I changed the line 91 as Simon Dickson says and now is working well. Thanks Simon!