Well, i’m sure it will soon be the case. It looks like CBOX forgot to do a little change in his theme since BuddyPress 1.7.
If you can’t wait for an upgrade, this is what i’ve done to make it work :
I went to functions.php and at the end i’ve added this function :
function fixes_buddydrive_for_cbox() {
add_theme_support( 'buddypress' );
}
add_action( 'after_setup_theme', 'fixes_buddydrive_for_cbox' );
and it solved the issue…
Thanks for your interest in this plugin 🙂
Thanks for the temporary fix imath!
We’ll be updating CBOX as soon as possible to provide BP 1.7 compatibility. When we do I think BuddyDrive would indeed be a great plugin to recommend to the CBOX community 🙂
Thread Starter
1two3
(@1two3)
Thank you imath! A few layout issues, but at least I can test the plugin. I look forward to the update, Bowe.
Thread Starter
1two3
(@1two3)
Hi imath
Please could you help me improve the layout for CBOX. I have attached a screen-cast below of the issue.
http://screencast.com/t/6AuYSnm3
Thank you
Well, i wish i could have time to help you. But it’s quite difficult for me as it needs i invest some time in understanding cbox logic.. As you’ve seen Bowe is working on it, so it will be soon fixed 😉
@bowromir, this would be fantastic if BuddyDrive could be in the CBOX community 😉
Thread Starter
1two3
(@1two3)
No problem. I understand. Thank you for your response.
I’ll also look at why this happens (the duplicated menu stuff).