[buddypress-trac] [BuddyPress] #1682: bp_filter_request : store the extra var in a cookie too ?
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Jan 24 16:59:57 UTC 2010
#1682: bp_filter_request : store the extra var in a cookie too ?
------------------------+---------------------------------------------------
Reporter: grosbouff | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 1.2
Keywords: |
------------------------+---------------------------------------------------
Hi, don't we need to store the "extra" variable in a cookie too, inside
the bp_filter_request ?
j.cookie( 'bp-' + id + '-type', type, null );
j.cookie( 'bp-' + id + '-filter', filter, null );
j.cookie( 'bp-' + id + '-page', page, null );
j.cookie( 'bp-' + id + '-search-terms', search_terms, null
);
-->j.cookie( 'bp-' + id + '-extras', extras, null );
--
Ticket URL: <http://trac.buddypress.org/ticket/1682>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list