Help module

Discussion in 'General' started by sumfvm, May 1, 2012.

  1. sumfvm

    sumfvm Member

    Hi all,

    Is there any way to desactivate help module in the CP of all customers at once?

    Regards,
     
  2. sumfvm

    sumfvm Member

    Up !

    Thank you.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Not through the control panel. You'd have to do this through a MySQL query.
     
  4. sumfvm

    sumfvm Member

    Thank you Falko.
     
  5. sumfvm

    sumfvm Member

    In case of it will help somebody, the very simple request is:

    Code:
    UPDATE sys_user SET modules = 'dashboard,mail,sites,dns,tools';
     

Share This Page