Forum Replies Created
-
In reply to: Add tab to user profile from plugin
There is now a plugin that allows you to easily add a new tab to the user profile page: https://wordpress.org/plugins/buddypress-custom-profile-menu/
Full disclosure: I am the plugin author 🙂
Will do, thanks a lot @djpaul.
Thank you so much @Hugo. Your suggestion didn’t work for us though. This is what we currently have:
$content = $page->post_content; $content = apply_filters('the_content', $content);Following your suggestion, we changed it to:
add_filter( 'the_content', 'wpautop'); $content = $page->post_content; $content = apply_filters('the_content', $content);But that didn’t help at all. Are we on the right path here?
In reply to: Add Profile link to WP Custom Nav Menu@shawn38 We really appreciate your offer, but we’d then have to do the same to all users who ask and it wouldn’t be fair to anyone who had bought the Pro version. Having said that, the free version does provide an excellent venue for you to test the bulk of the plugin’s functionality.
Thanks for understanding
In reply to: Adding Dynamic Profile Link to Main Menu ItemThe BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu
(full disclosure: it’s our plugin
)In reply to: Add Profile link to WP Custom Nav MenuThe BuddyPress Custom Profile Menu plugin should really help you out with this: https://wordpress.org/extend/plugins/buddypress-custom-profile-menu
(full disclosure: it’s our plugin
)