Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
No panic. If you upgraded from 1.6 or earlier to 2.0+, you need to deactivate/activate StCR, in order to update the DB structure
Please refer to this page for a detailed step-by-step description on how to do that
Yes, each HTML tag has a CSS class or ID that you can use to change its position or look-and-feel
Add a custom field called stcr_disable_subscriptions to it, with value 'yes'
Use the shortcode [subscribe-url], or use the following code in your theme:
if(function_exists('subscribe_reloaded_show')) echo '<a href="'.do_shortcode('[subscribe-url]').'">Subscribe</a>";
Yes! Just disable the corresponding option under Settings > Comment Form and then add the following code where you want to display the checkbox:
<?php if (function_exists('subscribe_reloaded_show')) subscribe_reloaded_show(); ?>
Requires: 2.9.2 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-31
Downloads: 69,617
0 of 4 support threads in the last three weeks have been resolved.
Got something to say? Need help?