Hi,
I'm trying to get the subscribe to get comment subscriptions to show within my own page template. I've been through the forums and tried a few different techniques for this, most notably this, shown by the plugin's creator: http://lab.duechiacchiere.it/index.php?topic=71.0
Current I'm calling the following function from my custom page template:
<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>
Unfortunately this produces a checkbox with the text "NOTIFY ME OF FOLLOWUP COMMENTS VIA E-MAIL". What I would like to be calling is a list of the comments you are subscribed to, with the ability to unsubscribe from those comments.
Would anybody be able to point me in the right direction for achieving this? Any help is greatly appreciated.