@sofianjanom
12 years, 3 months ago
For the second question, you can use the custom menus: https://codex.wordpress.org/Appearance_Menus_Screen
What about by changing your WP site to the multisite and activate BuddyPress on a sub site? In order to not appear as a separate site, you can set it as a sub directory rather than a subdomain.
WP Multisite: https://codex.wordpress.org/Create_A_Network
Changing BP Internal Configuration Settings: https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/, especially on the “Set the which blog ID BuddyPress will run on:”
12 years, 4 months ago
Have you tried this plugin? https://wordpress.org/extend/plugins/diamond-multisite-widgets
12 years, 5 months ago
In the header.php file, find the following code: `
`
` ‘main-menu’ ) ); ?>`
and replace with the following code: “
` `
Then you may need to do a few modifications to the css file.
@websitevala, try Dynamic Widgets. This plugin already supports BuddyPress.
12 years, 8 months ago
I know that there is a great hack by @brajesh (http://buddydev.com/buddypress/facebook-style-activity-commenting-with-buddypress/), but that’s not what I need. Maybe I’ll use it for another project.
Resolved by this thread.
Great work! I really like it.