Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5687, comment 1


Ignore:
Timestamp:
06/06/2014 09:14:06 AM (12 years ago)
Author:
imath

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5687, comment 1

    initial v1  
    44
    55But let's first start with your scope carrying trouble. Actually in the arguments you shared the scope is '''included in the cookie arg''' :
    6 {{{bp-activity-scope%3Dfavorites}}} so to get it you'll need to parse the cookie like it is done at the top (line 476 to 480) of the function bp_legacy_theme_ajax_querystring() in /bp-template/bp-legacy/buddypres
     6{{{bp-activity-scope%3Dfavorites}}} so to get it you'll need to parse the cookie like it is done at the top (line 476 to 480) of the function bp_legacy_theme_ajax_querystring() in /bp-template/bp-legacy/buddypress
    77
    88Line 514-519 in {{{bp-activity-template.php}}} are there to set the scope for the user's profile tab as there's no ajax when clicking on LI elements of the subnav in this part.