AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
13
Posts
3
Users
0
Reactions
5,160
Views
Jan 30, 2017 2:02 am
If you want me to PM you a link to the website I can, or email it to you.
Jan 30, 2017 6:17 pm
Ok, please send one admin and one regular user login details to support[at]gvectors.com email address.
Jan 30, 2017 9:54 pm
At the moment you only can disable this by editing wpforo/wpf-includes/wpf-hooks.php file.
Fine this line:
add_filter( 'edit_profile_url', 'wpforo_change_default_edit_user_page', 10, 3 );
Change to this:
//add_filter( 'edit_profile_url', 'wpforo_change_default_edit_user_page', 10, 3 );
We'll add new option to disable edit profile URL overwriting by wpForo.
Jan 30, 2017 10:31 pm
That worked.
Thanks
Jan 31, 2017 3:28 am
How do you still have the link to the main profile? - my wordpress admin bar has gone, even for admins.