Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP 1.2 – bp-default -> child theme one -> grandchild theme one


mkels
Participant

@mkels

ahhh..i thought so..

i was thinking of using absolute path in grandchild theme functions.php..inside functions.php are

include (BP_PLUGIN_URL . ‘/buddypress/bp-themes/bp-default/functions.php’);

include(ABSPATH . ‘/wp-content/themes/child-theme-one/functions.php’);

<!– start grandchild theme extra function –>

adding some filter to function below to point to get_option(‘template’);

get_stylesheet_directory()

get_stylesheet_directory_uri()

all works well…but when dealing with define STYLESHEEPATH and TEMPLATEPATH.

i can’t add filter or apply filter since it is a define function and definately cannot redefine.

that’s where i know i hit rock bottom:)..and pull the white flag

the only solution will be

bp-default -> child-theme-one & child theme two with extra customize..so there 2 child theme with bp-default as parent..well this is doable in the first place:)

anyway..thanks for the input guys..cheers

Skip to toolbar