Jump to content

remove the block from the BO: Recommended Modules and Services


elenafwp

Recommended Posts

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.

LittleSnapper.png

Link to comment
Share on other sites

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.

LittleSnapper.png

 

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 1
Link to comment
Share on other sites

  • 10 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...