內容簡介
BP Lotsa Feeds 是一個 BuddyPress 的外掛,能夠為你的網站添加大量 RSS 源。BP Lotsa Feeds 包括以下 RSS 源(後面跟著源 URL 模式):
個人成員
個人成員的網絡評論(/members/username/activity/comments/feed)
個人成員的網絡博客文章(/members/username/activity/blogposts/feed)
個人成員的活動更新(/members/username/activity/updates/feed)
個人成員的友誼連接(/members/username/activity/friendships/feed)
個人成員開始的論壇主題(/members/username/activity/forumtopics/feed)
個人成員的論壇回覆(/members/username/activity/forumreplies/feed)
某成員在論壇的所有活動(上述兩個源的組合)(/members/username/activity/forums/feed)
個人小組
小組的活動更新(/groups/groupname/updates/feed)
特定小組中的新論壇主題(/groups/groupname/forumtopics/feed)
特定小組中的論壇回覆(/groups/groupname/forumreplies/feed)
特定小組的所有論壇活動(上述兩個源的組合)(/groups/groupname/forums/feed)
特定小組的新成員(/groups/groupname/membership/feed)
論壇
單獨論壇主題帖子(/groups/groupname/forum/topic/topicslug/feed)
你可以定義對應 DISABLE 常數在 plugins/bp-custom.php 或 wp-config.php 中,來使這些源變得不可訪問,例如:
define ( ‘BPLF_DISABLE_GROUP_UPDATES_FEED’, true )
請參閱bp-lotsa-feeds.php 以獲取正確的常數名稱。
掛鉤和過濾器已經放置,以便您添加自定義的源和源模板。
關注外掛的開發請查看 http://github.com/boonebgorges/bp-lotsa-feeds
外掛標籤
開發者團隊
原文外掛簡介
BP Lotsa Feeds adds a whole bunch of RSS feeds to your installation of BuddyPress. The following feeds are included with BP Lotsa Feeds (followed by the URL pattern where the feeds can be found):
INDIVIDUAL MEMBERS
Networkwide comments by an individual member (/members/username/activity/comments/feed)
Networkwide blog posts by an individual member (/members/username/activity/blogposts/feed)
Activity updates by an individual member (/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)
Forum replies by an individual member (/members/username/activity/forumreplies/feed)
All forum activity by a member (a combination of the previous two feeds) (/members/username/activity/forums/feed)
INDIVIDUAL GROUPS
A group’s activity updates (/groups/groupname/updates/feed)
New forum topics in a given group (/groups/groupname/forumtopics/feed)
Forum replies in a given group (/groups/groupname/forumreplies/feed)
All forum activity in a given group (a combination of the previous two feeds) (/groups/groupname/forums/feed)
A group’s new members (/groups/groupname/membership/feed)
FORUMS
Individual forum topic posts (/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.
define( ‘BPLF_DISABLE_GROUP_UPDATES_FEED’, true )
See bp-lotsa-feeds.php for the proper constant names.
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
