Author Topic: How to edit these help link from admin panel  (Read 6635 times)

Offline Tricops Corporation

  • Newbie
  • *
  • Posts: 37
  • Karma: +1/-2
  • Deepak
    • View Profile
    • Tricops
How to edit these help link from admin panel
« on: July 21, 2015, 07:25:17 AM »
I want to remove or edit these help link from the admin panel how to remove or edit these link. Where to find the file also to edit.
deepak Patel

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2174
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: How to edit these help link from admin panel
« Reply #1 on: July 22, 2015, 11:56:04 AM »
run this SQL query in your phpMyAdmin

Code: [Select]
DELETE FROM your_db_prefix_dataset_values WHERE dataset_column_id IN (10,11,12,13,14,15,40) AND row_id IN (7,111,112,113,114);
but replace your_db_prefix_ by yours and do not forget do table backup (dump) before.

Also clean cache after run.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Tricops Corporation

  • Newbie
  • *
  • Posts: 37
  • Karma: +1/-2
  • Deepak
    • View Profile
    • Tricops
Re: How to edit these help link from admin panel
« Reply #2 on: July 22, 2015, 01:51:29 PM »
Thanks its really work.
deepak Patel

 

Powered by SMFPacks Social Login Mod