2
For those who would like to edit the Addresses module here is what I did...
To edit/change text on the completed form:
modules/addresses/language/english/main.php
Change only the last part. leave MD alone
Line 52
Name/Organisation
define("_MD_SITETITLE","Full Name: ");
Line 34
//
define("_MD_DESCRIPTIONC","Description: ");
This started at line 172
//added for addresses//
define("_MD_ADRESS","Address");
define("_MD_ZIP","Zip Code");
define("_MD_CITY","City");
define("_MD_COUNTRY","State");
define("_MD_PHONE","Phone");
define("_MD_FAX","Fax");
define("_MD_MOBILE","Mobile");
define("_MD_CONTEMAIL","Email");
define("_MD_WEBSITE","Website");
define("_MD_OPENED","Opened");
define("_MD_VIEWMORE","Extended Information");
define("_MD_PUBLISHED","Published");
define("_MD_THISCOMESFROM","This article comes from %s");
define("_MD_URLFORSTORY","The URL for this story is:");
define("_MD_PRINT","Print");
Text On Submit Page. This edits the directions
Line 70
//
define("_MD_RECEIVED","We received your Address information. Thanks!");
define("_MD_WHENAPPROVED","If you are a member you'll receive an E-mail when it's approved.");
define("_MD_SUBMITONCE","Submit your address only once.");
define("_MD_ALLPENDING","All address information are posted pending verification.");
define("_MD_DONTABUSE","Username and IP are recorded, so please don't abuse the system.");
define("_MD_TAKESHOT","We will check your submitted address so it may take several days before your address resource will be added to our database.");
define("_MD_BANNERTISE","It is possible to advertise your banner or logo below your address. For more information please contact us."); // Banner advertisement text addresses. You can adjust this.
Nothing earth shattering but it may help someone.