You are here:  » Admin Home and Automation Tool

Support Forum



Admin Home and Automation Tool

Submitted by henk on Tue, 2013-02-12 19:04 in

Hi David,

Is it possible to have Admin Home and Automation Tool together, without the long url?

Thx
Henk

Submitted by support on Wed, 2013-02-13 09:19

Hi Henk,

You can re-arrange the admin menu positions however you require in admin/admin_menu.php. To move the link to Automation Tool next to the Admin Home link, look for the following code at line 11:

  print "<a href='".$config_baseHREF."admin/'>Admin Home</a>&nbsp;&nbsp;";

...and REPLACE with:

  print "<a href='".$config_baseHREF."admin/'>Admin Home</a>&nbsp;&nbsp;";
  print "<a href='automation_tool.php'>Automation Tool</a>&nbsp;&nbsp;";

...and finally comment out or delete 38, which is the original link to the Automation Tool - that should do the trick!

Cheers,
David.
--
PriceTapestry.com

Submitted by henk on Wed, 2013-02-13 09:36

Hi David,

Yes i know this one, but is it possible to have it on one page?
For me it's to mutch switching between page a - b :)

Thx
Henk

Submitted by support on Wed, 2013-02-13 09:59

Ah I'm with you!

Yes, easy to do, but quite a few single line changes so I'll email you a .zip of the files...

Cheers,
David.
--
PriceTapestry.com

Submitted by henk on Wed, 2013-02-13 10:00

Hi david thx

Great service :)

Henk