Re: How do I use an external version of bbPress with BuddyPress?
OK, looks like I’m just struggling with some path stuff.
I hard coded the link to the forums in my member theme.
my bbpress install is at mydomain.com/bbpress/
bp-forums-bbpress.php says:
define( 'BB_PATH', BP_PLUGIN_DIR . '/bp-forums/bbpress/' );
define( 'BACKPRESS_PATH', BP_PLUGIN_DIR . '/bp-forums/bbpress/bb-includes/backpress/' );
define( 'BB_URL', BP_PLUGIN_URL . '/bp-forums/bbpress/' );
…and I tried ../../../bbpress which gave me an error
so I also tried ../../bbpress and ../bbpress
where the code has /bp-forums/bbpress/
The error was
No such file or directory in /wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php on line 20
I tried placing your code into bp-forums.php
and
forums-loop.php
and index.php of bp-default/forums.
Again, it seems like we’re super close and a paid Skype call would set me right up. If you want to help without payment, that’s fine too…
If folks can contribute to this solution, that would be greatly appreciated.
Best,
Dainis