Linux 软件免费装
Banner图

Subscribe To Comments Reloaded

开发者 WPKube
更新时间 2024年1月20日 04:17
PHP版本: 5.6 及以上
WordPress版本: 6.4
版权: GPLv2 or later
版权网址: 版权信息

标签

comments email subscriptions subscribe reply email notification commenting post notification email signup comment notification subscribe to comments subscribe to comments reloaded reply to comments automatic comment notification

下载

1.5.1 180225 2.0.3 220513 1.0 1.2 1.2.1 1.3 1.4 1.6 140128 140129 140204 140219 140220 140515 141025 141103 150207 150428 150611 160831 160902 160915 170428 170607 180212 190117 190214 190304 190305 190409 190411 190412 190426 190510 190529 191009 191011 191028 191209 191216 191217 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 200204 200205 200422 200629 200813 210104 210110 210315 3.0.0 190523 150422 210126 211019 211130 220502 160116 190325 220523 220608 1.1 160106 220512 220725 240119

详情介绍:

Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notification of subsequent entries. The plugin includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications. It solves most of the issues that affect Mark Jaquith's version, using the latest Wordpress features and functionality. Plus, allows administrators to enable a double opt-in mechanism, requiring users to confirm their subscription clicking on a link they will receive via email or even One Click Unsubscribe. 必需条件 Main Features

安装:

  1. If you are using Subscribe To Comments by Mark Jaquith, disable it (no need to uninstall it, though)
  2. Upload the entire folder and all the subfolders to your Wordpress plugins' folder. You can also use the downloaded ZIP file to upload it.
  3. Activate it
  4. Customize the Permalink value under Settings > Subscribe to Comments > Management Page > Management URL. It must reflect your permalinks' structure
  5. If you don't see the checkbox to subscribe, you will have to manually edit your template, and add <?php global $wp_subscribe_reloaded; if (isset($wp_subscribe_reloaded)){ echo $wp_subscribe_reloaded->stcr->subscribe_reloaded_show(); } ?> somewhere in your comments.php
  6. If you're upgrading from a previous version, please make sure to deactivate/activate StCR.
  7. You can always install the latest development version by taking a look at this Video

屏幕截图:

  • Use your own messages to interact with your users
  • Configure the Virtual Management page
  • Customize the notification messages with a the wonderful WordPress Rich Text Editor - WYSIWYG
  • Customize the plugin's behavior
  • Check the number of subscribers in your posts.
  • Manage the subscriptions on the Frontend Side.

常见问题:

Are there any video tutorials?

Yeah, I have uploaded a few videos for the following topics:

  1. Issues Updating StCR via WordPress Update
  2. Issues with StCR links see StCR Clickable Links
  3. Issues with empty emails or management messages? see StCR Management Message
  4. Upgrading from the latest development version see Upgrading

Why my notifications are not in HTML format?

Don't worry, just go to the Options tab an set to Yes the Enable HTML emails option.

How can I reset all the plugin options?

There is a new feature called Safely Uninstall that allow you to delete the plugin using the WordPress plugin interface. If you have the option set to Yes everything but the subscriptions created by the plugin will be wipeout. So after you made sure that you have this option to Yes you can deactivate the plugin and the delete it. Now you have to install the plugin via WordPress or Upload the plugin zip file and activate it, after this step all your settings will be as default and your subscriptions will remain. There is a new feature added on the Options tab where you can reset all the settings by using only one click. You can either wipe out all the subscriptions or keep them.

What can I do if the Safely Uninstall does not have any value?

Just deactivate and activate the plugin and you are all set. The default value will be Yes.

Aaargh! Were did all my subscriptions go?

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. After the version 180212 a fix was applied so that you can see all the subscriptions.

Can I customize the layout of the management page?

Yes, each HTML tag has a CSS class or ID that you can use to change its position or look-and-feel.

How do I disable subscriptions for a given post?

Add a custom field called stcr_disable_subscriptions to it, with value 'yes'

How do I add the management page URL to my posts?

Use the shortcode [subscribe-url], or use the following code in your theme: global $wp_subscribe_reloaded; if (isset($wp_subscribe_reloaded)){ echo '<a href="'.do_shortcode('[subscribe-url]').'">Subscribe</a>";

Can I move the subscription checkbox to another position?

Yes! Just disable the corresponding option under Settings > Comment Form and then add the following code where you want to display the checkbox: <?php global $wp_subscribe_reloaded; if (isset($wp_subscribe_reloaded)){ echo $wp_subscribe_reloaded->stcr->subscribe_reloaded_show(); } ?>

What if after update to the version 141024 I still see plain HTML messages?

The information of your configuration needs to be updated. Go to the Subscribe to Comments Reloaded settings and click the Save Changes button on the tab where you have you messages with HTML.

How to generate a new Key for my Site?

Just go to the Options Panel and click the generate button. By generating a new key you prevent the spam bots to steal your links.

更新日志:

v240119 v220725 v220608 v220523 v220513 v220512 v220502 v211130 v211019 v210315 v210126 v210110 v210104 v200813 v200629 v200422 v200205 v191217 v191209 v191028 v191011 v191009 v190529 v190523 v190510 v190426 v190412 v190409 v190325 v190305 v190214 v190117 v180225