*

Peter123

  • ***
  • 27 posts
How to delete menu items from sidebar
« on: March 02, 2016, 01:46:05 PM »
Hi,

how can I delete/remove "comments on my items" and "comments on other items" from sidebar that's shown in user account as I am not gonna be using Comments feature of the plugin.

Thanks

*

MB Themes

Re: How to delete menu items from sidebar
« Reply #1 on: March 02, 2016, 01:50:59 PM »
@Peter123
Go to file:
oc-content/plugins/backoffice_manager/index.php

find:
Code: [Select]
osc_add_hook('user_menu', 'bo_mgr_other_comments_user_menu');
change to:
Code: [Select]
//osc_add_hook('user_menu', 'bo_mgr_other_comments_user_menu');

then find:
Code: [Select]
osc_add_hook('user_menu', 'bo_mgr_my_comments_user_menu');
change to:
Code: [Select]
//osc_add_hook('user_menu', 'bo_mgr_my_comments_user_menu');
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Peter123

  • ***
  • 27 posts
Re: How to delete menu items from sidebar
« Reply #2 on: March 02, 2016, 02:09:26 PM »
that was quick, thanks  ;)

*

MB Themes

Re: How to delete menu items from sidebar
« Reply #3 on: March 02, 2016, 03:11:14 PM »
@Peter123
Welcome
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

wilson

  • **
  • 5 posts
Re: How to delete menu items from sidebar
« Reply #4 on: December 24, 2021, 02:38:37 PM »
which plugin provides Comments on my items and Comments on other items this feature..? i ma not getting these feature.. :(

*

MB Themes

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots