The following files are required to get the Add Customers item to display on the Customers tab:
/YOUR_ADMIN/add_customers.php
/YOUR_ADMIN/includes/extra_datafiles/add_customers_filenames.php
/YOUR_ADMIN/includes/functions/extra_functions/init_add_customers.php
/YOUR_ADMIN/includes/languages/english/extra_definitions/add_customers_name.php
Don't get me wrong, the other files are necessary to allow the plugin to operate properly without blank-pages and the like ... but the files listed above are the minimum set required to get the plugin to display on the dropdown menu. You might also check to see that you don't have any debug*.log files in your /logs directory.
If it looks like all those files are present, you might try FTPing them again. I've personally never had a problem with corrupt files that I've FTP'd, but I've seen a bunch of issues that were solved by re-FTPing.
I'll consider adding a configuration switch for a future release, but for the time being you can make a simple edit to /YOUR_ADMIN/add_customers.php to "not display" that section:
Code:<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <link rel="stylesheet" type="text/css" href="includes/stylesheet_acfa.css"> <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS"> <style type="text/css"> <!-- #multiple { display: none; } --> </style> <script type="text/javascript" src="includes/menu.js"></script> <script type="text/javascript" src="includes/general.js"></script> <script type="text/javascript"> function init() { cssjsmenu(\'navbar\'); if (document.getElementById) { var kill = document.getElementById(\'hoverJS\'); kill.disabled = true; } } </script>
I just uploaded v2.0.9 to the Plugins for review:
[*] BUGFIX: Labels for "Shipping Address" and "Newsletter Signup" weren't being displayed.
v2.0.9 is now available for download.
Ok, I feel really stupid asking this but my brain is just not working right now!
Where do I copy the directory to???
It says to rename YOUR_ADMIN file... I don't know what/where this is!
Is it like in public_html/includes/languages/....?
Is that all there is to it?
Can someone give me step by step?
www.softscents.net