AbanteCart Community

eCommerce construction => How-to questions => Topic started by: Aussie_Steve on May 18, 2017, 11:45:16 PM

Title: How to remove Help menu option from left Dashboard
Post by: Aussie_Steve 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
Title: Re: How to remove Help menu option from left Dashboard
Post by: abolabo 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.