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

buddypress-trac noreply at wordpress.org
Tue May 28 01:42:58 UTC 2013


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

Comment (by r-a-y):

 The patch adds syndication functionality, but the default update frequency
 is set to `2` (or 30 minutes).

 In the hotfix, you may have set the default value to something a little
 higher like `4` as mentioned in comment:8.

 To apply that same value, add the following snippet in
 [http://codex.buddypress.org/developer/customizing/bp-custom-php/ bp-
 custom.php]:

 `add_filter( 'bp_rss_update_frequency', create_function( '', 'return 4;' )
 );`

 Let me know if that helps.

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


More information about the buddypress-trac mailing list