Guest Posted March 18, 2003 Share Posted March 18, 2003 In the account registration page, by default, there is a sentence that says: NOTE: If you already have an account with us, please login at the login page. How do I get rid of this? Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted March 18, 2003 Share Posted March 18, 2003 All text is defined in the language files. Edit includes/languages/english/create_account.php and clear the text. define('TEXT_ORIGIN_LOGIN', ''); Christian Lescuyer Link to comment Share on other sites More sharing options...
Guest Posted March 19, 2003 Share Posted March 19, 2003 How do I view/edit the text that says 'Product name+' that appears in the product listing? Thanks! Link to comment Share on other sites More sharing options...
Guest Posted March 19, 2003 Share Posted March 19, 2003 I cleared that line and now it says: "TEXT_ORIGIN_LOGIN" on that page where the NOTE used to be. Link to comment Share on other sites More sharing options...
Ajeh Posted March 19, 2003 Share Posted March 19, 2003 On define statements, don't delete the define, just change the value from whatever it was to: define("DEFINED_CONSTANT_HERE',''); Link to comment Share on other sites More sharing options...
Guest Posted March 19, 2003 Share Posted March 19, 2003 Cool. That fixed it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.