[wordpress插件] Category Subscriptions类别订阅

wordpress 插件 文章 2020-03-18 18:00 429 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin allows users of subscriber- or greater access to subscribe to categories of posts on your wordpress blog.

此插件允许具有订阅者或更高访问权限的用户订阅您的wordpress博客上的帖子类别。

It is probably most appropriate for small to medium sites.

它可能最适合中小型网站。

Users can:

用户可以:

    • Choose whether they prefer HTML or text-only email,
    • 选择他们喜欢HTML还是纯文本电子邮件,

    • Control on a category-by-category basis whether or not they get messages immediately or in a daily or weekly digest.
    • 按类别进行控制,无论它们是立即获取消息还是以每日或每周摘要的形式获取消息。

    • Control which categories they subscribe to.
    • 控制他们订阅的类别。

    Site administrators can:

    网站管理员可以:

      • Modify reply-to, from, and BCC addresses.
      • 修改回复,发件人和密件抄送地址。

      • Modify user subscriptions on a users profile page.
      • 在用户个人资料页面上修改用户订阅。

      • Set basic parameters for delivery – how many messages to send at once to avoid usage complaints on shared hosting, for instance.
      • 设置传递的基本参数-例如一次发送多少消息,以避免在共享主机上出现使用投诉。

      • Bulk edit category subscriptions from the users list.
      • 从用户列表中批量修改类别订阅。

      • Exercise complete control over text and HTML templates.
      • 对文本和HTML模板进行完全控制。

      Other notes:

      其他说明:

        • Scheduled posts are only sent out after the wordpress backend actually publishes them.

        • 计划的帖子仅在wordpress后端实际发布之后才发送。

          Put more simply, they work as expected.

          简而言之,它们按预期工作。

          Be sure wp-cron is running correctly.

        • 确保wp-cron运行正常。

        • Admins can set a “send delay” parameter to allow last-minute edits before sending out a message.
        • 管理员可以设置“发送延迟”参数,以允许在发送消息之前进行最后的编辑。

        • If a message is unpublished after being published, message sending will be aborted.

        • 如果消息在发布后未发布,则消息发送将被中止。

          Messages sent already are – well – sent already.

          已经发送的消息已经-好-已经发送。

          We can’t travel back in time (though that’d be a great 2.0 feature).

          我们无法回到过去(尽管这是一个很棒的2.0功能)。

          This ensures that old posts needing minor edits don’t get sent out again as updates.

        • 这样可以确保需要进行少量修改的旧帖子不会作为更新再次发送出去。

        • Only messages published after the date of installation are sent out.
        • 仅发送在安装日期之后发布的消息。

        • Category hierarchy has no effect on subscriptions.

        • 类别层次结构对订阅没有影响。

          If you subscribe to a parent category, you ARE NOT automatically subscribed to its children.

          如果您订阅父类别,则不会自动订阅其子类别。

          This may be integrated into future releases.

          这可能会集成到将来的版本中。

          We may also allow for the subscription to tags or custom taxonomies in future releases.

        • 我们还可能允许在将来的版本中订阅标签或自定义分类法。

        • Bounces ARE NOT handled by this plugin.

        • 此插件不处理跳动。

          You can, however, set the “reply-to” and “from” addresses to allow you to collect them in a logical place.

        • 但是,您可以设置“答复”和“发件人”地址,以使您可以在逻辑上收集它们。

        Speaking of cron, if you have a low-traffic site (say, for an intranet), you may find that your messages aren’t delivered in the time frame you’re expecting.

        说到cron,如果您的网站流量较低(例如,对于Intranet),则可能会发现您的邮件未在预期的时间内发送。

        This is because wordpress scheduled tasks are fired off by visitors to your website – so if you don’t get a lot of traffic, your scheduled tasks won’t run frequently.

        这是因为您网站的访问者会触发wordpress计划任务-因此,如果访问量不大,则计划任务将不会频繁运行。

        You can manually create a cron job to hit your wp-cron.php file, something like:

        您可以手动创建一个cron作业来打您的wp-cron.php文件,例如:

        */15 * * * * wget -q –post-data=”foo” http://www.example.com/yoursite -O – > /devull

        * / 15 * * * * wget -q –post-data =“ foo” http://www.example.com/您的网站-O –> / dev / null

        Remove the “-q” switch above when you test this manually to ensure the request returns a “200 OK” response.

        在手动测试时,请移除上方的“ -q”开关,以确保请求返回“ 200 OK”响应。

        TODO:

        待办事项:

          • More template tags.
          • 更多模板标签。

          • Better bulk editing features.
          • 更好的批量编辑功能。

          • Queue management / statistics.
          • 队列管理/统计。

          • A better template editing interface.
          • 更好的模板编辑界面。

          • Better debugging – e.g.

          • 更好的调试-例如

            the ability to send example messages.

          • 能够发送示例消息。

          • More flexible task scheduling.
          • 更灵活的任务计划。

          More Documentation

          更多文档

          See the “Category Subscriptions” options page under your Settings menu.

          请参阅“设置”菜单下的“类别订阅”选项页面。

          Template tag documentation lives there.

          模板标记文档位于此处。

          Other

          其他

          This plugin is licensed under the same terms as WordPress itself.

          此插件的许可条款与WordPress本身相同。

          Copyright 2011, The President and Fellows of Harvard College

          2011年版权所有,哈佛学院院长和研究员

安装步骤

Upload and unzip the file into your plugins/ folder.

将文件上传并解压缩到您的plugins /文件夹中。

Multisite is A-OK.

多站点是可以的。

下载地址
https://downloads.wordpress.org/plugin/category-subscriptions.1.1.zip
-EOF-

AI助手支持GPT4.0