Is there any reason why you made the buddypress site a subdomain rather than just being installed on the main blog?
technically, simply duplicate the theme, and change the infos in the style.css … so they do not have the same name… tada, you can customize the one for your other part.
@foodin65 – You could make your main site’s theme into a BP child theme to make it easier to get the functionalities you want in your site and make it future-proof. Given that Andy has coded the BP Parent Theme with dynamic and multiple body classes as well as other styling hooks within the body content, you could target certain sections of the site with different layouts, it makes a lot of sense.
With child themes, updating BuddyPress is almost seamless. You would only need to add or update some selectors and/or declarations in style.css instead of having to find out almost each and every new BP feature and updating them in your WP-turned-BP theme files plus style.css.
Okay, So If I understand eveyrone’s posts properly, The “best practice” would be to move all of my original themes styles, php files, and functions into a buddypress child theme. Thus ensuring the future-proofness of my buddypress functions.
I’ll do that… as best I can and Let you all know how it works.
Okay So, I’ve created a new child theme and moved all of my files from my original theme into this new BP-Child Theme. I merged the css as best I could and when I hit the preview button I’m getting there errors:
Warning: main(/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/breadcrumbs.php) [function.main]: failed to open stream: No such file or directory in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 30
Warning: main() [function.include]: Failed opening ‘/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/breadcrumbs.php’ for inclusion (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 30
Warning: main(/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/theme-options.php) [function.main]: failed to open stream: No such file or directory in s/clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 33
Warning: main() [function.include]: Failed opening ‘/clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/tools/theme-options.php’ for inclusion (include_path=’.:/usr/local/php-4.4.8-1/share/pear’) in /clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php on line 33
Fatal error: Cannot redeclare bp_dtheme_show_home_blog() (previously declared in clothdiaperingmommy.com/wp-content/themes/bp-cdmmy-child/functions.php:130) in /clothdiaperingmommy.com/wp-content/themes/bp-sn-parent/functions.php on line 52
How do i fix these errors so I can get my new child theme to work with. If I understand correctly, it should have all Buddypress functionality from bp-sn-parent and all the function of my original theme that I’ve copied into this child theme.
Thanks