Author Topic: How to remove Help menu option from left Dashboard  (Read 3904 times)

Offline Aussie_Steve

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to remove Help menu option from left Dashboard
« on: May 18, 2017, 11:45:16 PM »
Hello
Can somebody please tell me the file I need to edit, so I can remove the Help menu option from left Dashboard
I have looked everywhere, but i cannot find it.

Thanks in advance.
Cheers
Steve

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: How to remove Help menu option from left Dashboard
« Reply #1 on: May 22, 2017, 06:22:41 AM »
hello.
Just run this sql query viw phpMyadmin
Code: [Select]
DELETE FROM ac_dataset_values
WHERE dataset_column_id IN (10,11,12,13,14, 40) AND row_id=7;
where ac_ - your table prefix
Then clear cache via admin.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

 

Powered by SMFPacks Social Login Mod