elenafwp Posted March 15, 2018 Share Posted March 15, 2018 Hello everyone, I need to remove the block from the BO: Recommended Forms and Services that appears in many sections of the BO, do you know how to do it ??? I enclose a screenshot to make better understand, thank you so much for those who can help me. Link to comment Share on other sites More sharing options...
codochi Posted March 17, 2018 Share Posted March 17, 2018 On 16/3/2018 at 1:29 AM, elenafwp said: Hello everyone, I need to remove the block from the BO: Recommended Forms and Services that appears in many sections of the BO, do you know how to do it ??? I enclose a screenshot to make better understand, thank you so much for those who can help me. You can google it. Follow this tut (for 1.6 version) --- Delete recommend modules --- Open /classes/controller/AdminController.php find and delete code: if (is_array($this->tab_modules_list['slider_list']) && count($this->tab_modules_list['slider_list'])) $this->page_header_toolbar_btn['modules-list'] = array( 'href' => '#', 'desc' => $this->l('Recommended Modules') ); } 1 Link to comment Share on other sites More sharing options...
codochi Posted March 17, 2018 Share Posted March 17, 2018 Download attach file (1.6.1.18 version) if you dont know how to delete code. AdminController.php Link to comment Share on other sites More sharing options...
elenafwp Posted March 20, 2018 Author Share Posted March 20, 2018 Thank you very much, I had forgotten to say that I am using PS 1.7.3 Sorry Link to comment Share on other sites More sharing options...
gsmsat Posted February 8, 2019 Share Posted February 8, 2019 On 3/17/2018 at 8:12 PM, codochi said: You can google it. Follow this tut (for 1.6 version) --- Delete recommend modules --- Open /classes/controller/AdminController.php find and delete code: if (is_array($this->tab_modules_list['slider_list']) && count($this->tab_modules_list['slider_list'])) $this->page_header_toolbar_btn['modules-list'] = array( 'href' => '#', 'desc' => $this->l('Recommended Modules') ); } thanks you working Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now