eCommerce construction > How-to questions

How to remove Help menu option from left Dashboard

(1/1)

Aussie_Steve:
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

abolabo:
hello.
Just run this sql query viw phpMyadmin

--- Code: ---DELETE FROM ac_dataset_values
WHERE dataset_column_id IN (10,11,12,13,14, 40) AND row_id=7;
--- End code ---
where ac_ - your table prefix
Then clear cache via admin.

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod