Zen Cart Logo
Forums / Basic Configuration / Adding links to tool menu

Adding links to tool menu

Views: 1,456

Results 1 to 8 of 8
29 Feb 2012, 6:36 PM
#1
blade72 avatar

blade72

New Zenner

Join Date:
Dec 2008
Posts:
4
Plugin Contributions:
0

Adding links to tool menu

Hello to everybody from Spain

I've just installed the last version of zencart (1.50) and now i'm trying to add links to the tools menu
The fact is that I have added some modules like ezpopulate, backup site or backup mysql but i cannot make these options (links) are displayed in the menu tools.

It seems these names appear in admin/includes/languages/english.php (and they connect to a file stored in the admin folder)

Ex:
// tools text
define('BOX_HEADING_TOOLS', 'Tools');
define('BOX_TOOLS_TEMPLATE_SELECT', 'Template Selection');
define('BOX_TOOLS_BANNER_MANAGER', 'Banner Manager');
define('BOX_TOOLS_CACHE', 'Cache Control');
define('BOX_TOOLS_DEFINE_LANGUAGE', 'Define Languages');
define('BOX_TOOLS_FILE_MANAGER', 'File Manager');
define('BOX_TOOLS_MAIL', 'Send Email');

etc

But i'm not able to add more links no matter i add the names like "ezpopulate" and it has a file stored in the admin folder

What is happening?

29 Feb 2012, 8:30 PM
#2
mike_b1 avatar

mike_b1

New Zenner

Join Date:
Jan 2012
Location:
Las Vegas
Posts:
31
Plugin Contributions:
0

Re: Adding links to tool menu

I'm fairly new to this myself, but ezpopulate installed just fine first time for me. You might try to re-installe it. I've read that some files can get corrupted on aFTP upload.

MikeB_1

Just my 2 cents worth.

29 Feb 2012, 9:21 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Adding links to tool menu

The menu in v1.5 is NOT handled by merely adding defines and extra_boxes files in various folders.
The new menu is driven by permissions and security and available options are stored in the database.

Updated versions of your addons will be your best choice.

29 Feb 2012, 10:07 PM
#4
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Adding links to tool menu

Did you install the latest version of EZ Populate? It's 4.0 beta. See this thread:

http://www.zen-cart.com/forum/showthread.php?t=190417

1 Mar 2012, 1:12 AM
#5
blade72 avatar

blade72

New Zenner

Join Date:
Dec 2008
Posts:
4
Plugin Contributions:
0

Re: Adding links to tool menu

I installed this:
easy_populate_free__from_langer__modhole_v1-2-5-5

i will try the last version

Thanks for your replies.

1 Mar 2012, 3:15 AM
#6
blade72 avatar

blade72

New Zenner

Join Date:
Dec 2008
Posts:
4
Plugin Contributions:
0

Re: Adding links to tool menu

Hello again, is there a post explaining how to add links in the top menus (ex: tools menu)?

Thanks

1 Mar 2012, 3:50 AM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Adding links to tool menu

Yes, several threads exist in the Upgrading to 1.5 section of the forum, talking about not only the menu needs, but also the VERY IMPORTANT security changes required to your addons. It's not enough just to add it to the menu. The addons won't work if they aren't rewritten to embrace safer operation.

2 Mar 2012, 2:05 AM
#8
nimitz13a avatar

nimitz13a

New Zenner

Join Date:
Mar 2012
Posts:
7
Plugin Contributions:
0

Re: Adding links to tool menu

See this thread.