[buddypress-trac] [BuddyPress] #4564: Add syndication elements to RSS feeds

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Oct 12 20:09:03 UTC 2012


#4564: Add syndication elements to RSS feeds
-------------------------+------------------------------
 Reporter:  r-a-y        |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  Activity     |     Version:  1.2
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by r-a-y):

 Right now, the plugin is setup to refresh every half hour.

 You can change this to every 15 minutes by changing this part of the code:
 `<?php echo apply_filters( 'bp_rss_update_frequency', '2' ); ?>`

 to:

 `<?php echo apply_filters( 'bp_rss_update_frequency', '4' ); ?>`

 Or something higher if your site has tons of updates.

 Let me know if that works.

 If it does, I'll add syndication support for RSS feeds into BP 1.7.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4564#comment:8>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list