[buddypress-trac] [BuddyPress] #997: New theme structure doesn't work with parent theme not being a BP framework

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sat Sep 12 20:14:58 UTC 2009


#997: New theme structure doesn't work with parent theme not being a BP framework
----------------------+-----------------------------------------------------
Reporter:  Detective  |       Owner:     
    Type:  defect     |      Status:  new
Priority:  major      |   Milestone:     
Keywords:             |  
----------------------+-----------------------------------------------------
 In my local installation of BuddyPress I use the following theme
 structure:

 - Parent theme: a regular WP theme.
 - Child theme: a custom BP framework.

 So, the child theme is like the "member theme" of the previous versions:
 it just contains what the parent theme doesn't have to be BP-compliant.

 If I use the default BP theme, when viewing a group page the following is
 the value of $bp_path in the function bp_core_do_catch_uri:

 {{{
 string(18) "groups/single/home"
 }}}

 However, if I use the setup commented at the beginning, the following is
 the value of $bp_path:

 {{{
 string(17) "groups/group-home"
 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/997>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list