[wordpress插件] BP Lotsa FeedsBP Lotsa饲料

wordpress 插件 文章 2020-03-10 12:50 481 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

BP Lotsa Feeds adds a whole bunch of RSS feeds to your installation of BuddyPress.

BP Lotsa Feeds将一堆RSS feed添加到BuddyPress的安装中。

The following feeds are included with BP Lotsa Feeds (followed by the URL pattern where the feeds can be found):

BP Lotsa Feeds中包含以下feeds(随后是可以找到该feeds的URL模式):

INDIVIDUAL MEMBERS

个人会员

    • Networkwide comments by an individual member (/members/username/activity/comments/feed)
    • 单个成员在网络范围内的评论(/ members / username / activity / comments / feed)

    • Networkwide blog posts by an individual member (/members/username/activity/blogposts/feed)
    • 单个成员在网络范围内的博客帖子(/ members / username / activity / blogposts / feed)

    • Activity updates by an individual member (/members/username/activity/updates/feed)
    • 单个成员的活动更新(/ members / username / activity / updates / feed)

    • An individual member’s friendship connections (/members/username/activity/friendships/feed)
    • 单个成员的好友关系(/成员/用户名/活动/友谊/供稿)

    • Forum topics started by an individual member (/members/username/activity/forumtopics/feed)
    • 论坛主题由单个成员发起(/ members / username / activity / forumtopics / feed)

    • Forum replies by an individual member (/members/username/activity/forumreplies/feed)
    • 单个成员的论坛答复(/ members / username / activity / forumreplies / feed)

    • All forum activity by a member (a combination of the previous two feeds) (/members/username/activity/forums/feed)
    • 成员的所有论坛活动(前两个feed的组合)(/ members / username / activity / forums / feed)

    INDIVIDUAL GROUPS

    个人组

      • A group’s activity updates (/groups/groupname/updates/feed)
      • 网上论坛的活动更新(/ groups / groupname / updates / feed)

      • New forum topics in a given group (/groups/groupname/forumtopics/feed)
      • 给定组中的新论坛主题(/ groups / groupname / forumtopics / feed)

      • Forum replies in a given group (/groups/groupname/forumreplies/feed)
      • 给定组中的论坛回复(/ groups / groupname / forumreplies / feed)

      • All forum activity in a given group (a combination of the previous two feeds) (/groups/groupname/forums/feed)
      • 给定组中的所有论坛活动(前两个feed的组合)(/ groups / groupname / forums / feed)

      • A group’s new members (/groups/groupname/membership/feed)
      • 论坛的新成员(/ groups / groupname / membership / feed)

      FORUMS

      论坛

        • Individual forum topic posts (/groups/groupname/forum/topic/topicslug/feed)
        • 各个论坛主题帖子(/ groups / groupname / forum / topic / topicslug / feed)

        You can make any of these feeds inaccessible by defining the corresponding DISABLE constant in plugins/bp-custom.php or wp-config.php, e.g.
            

        您可以通过在plugins / bp-custom.php或wp-config.php中定义相应的DISABLE常量来使这些提要中的任何一个不可访问,例如
            

        define( ‘BPLF_DISABLE_GROUP_UPDATES_FEED’, true )

        define(‘BPLF_DISABLE_GROUP_UPDATES_FEED’,true)

        See bp-lotsa-feeds.php for the proper constant names.

        有关正确的常量名称,请参见 bp-lotsa-feeds.php

        Hooks and filters are in place so that you can add custom feeds and feed templates.

        使用挂钩和过滤器,以便您可以添加自定义供稿和供稿模板。

        Follow the plugin’s development at http://github.com/boonebgorges/bp-lotsa-feeds

        在http://github.com/boonebgorges/bp-lotsa-feeds中关注插件的开发

安装步骤

    1. Activate the plugin from the plugins screen
    2. 从插件屏幕激活插件

    3. That’s it
    4. 就这样

下载地址
https://downloads.wordpress.org/plugin/bp-lotsa-feeds.1.0.zip
-EOF-

AI助手支持GPT4.0