Hide “BurnEngine” tab in admin dashboard for Other User Groups?

ThemeBurn SupportForumsOpenCart ThemesBurnEngineHide “BurnEngine” tab in admin dashboard for Other User Groups?

This topic has been marked as not resolved.

Hello,

Could you pls let me know, how to hide the “BurnEngine” nav tab in admin dashboard for Other User Groups?

Would really appreciate if you could help soon.

Thank you

January 31, 2018 at 11:22 pm #63394

Hello THemeBurn,

I want to show this admin panel to someone and want to hide “Theme Options” tab before that.

Managed to hide some menus but not BE menu, find the attached image.

pls help :)

  • This reply was modified 2277 days ago by  boltonbull.
February 1, 2018 at 1:01 pm #63403

Hi,

Unfortunately there is no such option and the only option for the moment would be to hide the menu with some CSS:

1) Open admin/view/stylesheet/stylesheet.css

2) Add this extra code at the bottom:

#tb_menu_burnengine {
  display: none !important;
}

BR,
ThemeBurn team

February 5, 2018 at 11:59 pm #63450
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.