Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5138


Ignore:
Timestamp:
08/12/2013 09:37:27 PM (12 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5138 – Description

    initial v1  
    33One specific case is adding rewrite rules, a feature slated for 1.8, bumped to 1.9.
    44
    5 Because we directly reference `$bp->current_user->domain` inside templates, functions, methods, and classes, translating that reference into an unpretty permalink becomes problematic, as existing plugins have come to expect that it is always a pretty URL.
     5Because we directly reference `$bp->loggedin_user->domain` inside templates, functions, methods, and classes, translating that reference into an unpretty permalink becomes problematic, as existing plugins have come to expect that it is always a pretty URL.
    66
    77Another case is the `$bp->pages` array. As we introduce rewrite rules, our dependance on this array will disappear, though because we reference it directly in 60+ places, we're forced to touch these references rather than using a function and replacing its guts.