Title: account page edit
Last modified: April 4, 2020

---

# account page edit

 *  Resolved [n2k360](https://wordpress.org/support/users/n2k360/)
 * (@n2k360)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/account-page-edit/)
 * Hi, nice system you have. At the moment I’m looking for a solution for the “my
   account” page. Where or how is it possible to edit the individual blocks?
    Is
   it possible to restrict the access when you are loged in with manager role, so
   all non selfcreated trips would not be free to edit?
 * Thank you in advance.
 * Nick
    -  This topic was modified 6 years, 1 month ago by [n2k360](https://wordpress.org/support/users/n2k360/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Faccount-page-edit%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/account-page-edit/#post-12630824)
 * Hello,
 * It’s possible, but you need some programming skills to do this. You can edit “
   My account” page code by filtering it programmatically in your child theme using
   filters that you can find in the BABE_My_account class (folder /includes/class-
   babe-my-account.php).
 * Best Regards,
    Booking Algorithms team
 *  Thread Starter [n2k360](https://wordpress.org/support/users/n2k360/)
 * (@n2k360)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/account-page-edit/#post-12650083)
 * Thank you a lot Booking Algorithms team,
 * So with the “Child Theme Generator” I created a new theme.
    Is the theme wrapped
   over the database and is now ready to edit?
 * Now I’m also looking for the right part in class-babe-my-account.php.
    Not sure
   which part has to be changed and how. Is it row 1666 or 1644 or 1606 in the class-
   babe-my-account.php document. Does it have to do with check_role, edit_post, 
   nav-bar?
 * Also the plugin “restrict user access” helps to disable the wp dashboard in manager
   role. But to restirict the edit access for managers for all trips or allow customers
   to edit new trips, I don’t get how to do that.
 * Kind Regards,
    Nick
    -  This reply was modified 6 years, 1 month ago by [n2k360](https://wordpress.org/support/users/n2k360/).
    -  This reply was modified 6 years, 1 month ago by [n2k360](https://wordpress.org/support/users/n2k360/).
 *  Plugin Author [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * (@bookingalgorithms)
 * [6 years ago](https://wordpress.org/support/topic/account-page-edit/#post-12793331)
 * Hello,
 * Depending on your tasks you should use hooks (filters, actions) from the BABE_My_account
   class or other classes to add your custom functions in the child theme and overwrite
   the plugins output. For example, you can use filter ‘babe_myaccount_manager_edit_post’(
   BABE_My_account class, line 1658) to prevent show edit post content for some 
   users based on their role, and use filter ‘cmb2_can_save’ (see BABE_CMB2_admin
   class, lines 42, 1485) to prevent post update actions.
    Hope this helps you.
 * Best Regards,
    Booking Algorithms team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘account page edit’ is closed to new replies.

 * ![](https://ps.w.org/ba-book-everything/assets/icon-256x256.png?rev=1850170)
 * [BA Book Everything](https://wordpress.org/plugins/ba-book-everything/)
 * [Support Threads](https://wordpress.org/support/plugin/ba-book-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/ba-book-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ba-book-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ba-book-everything/reviews/)

## Tags

 * [account](https://wordpress.org/support/topic-tag/account/)
 * [role](https://wordpress.org/support/topic-tag/role/)

 * 3 replies
 * 2 participants
 * Last reply from: [bookingalgorithms](https://wordpress.org/support/users/bookingalgorithms/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/account-page-edit/#post-12793331)
 * Status: resolved