Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error messages
03-26-2009, 09:46 AM
Post: #1
error messages
For example when a user thats already opted-in or subscribed tries to sign up again...it would throw an error because it already finds them in the database

If wanted to re-word one of those error messages...where would I find it?
Find all posts by this user
Quote this message in a reply
03-26-2009, 12:52 PM
Post: #2
RE: error messages
/configs/config.php

PHP Solutions: http://www.interactive-scripts.com
CGI Solutions: http://www.cgi-world.com
Help & Support: http://www.i2-services.com/helpdesk/
Testimonials: http://www.i2-services.com/forum/forumdi...php?fid=25
Visit this user's website Find all posts by this user
Quote this message in a reply
01-23-2010, 08:33 AM
Post: #3
RE: error messages
(03-26-2009 12:52 PM)i2-Services, Inc. Wrote:  /configs/config.php
Can you explain more details about what parameter must I change?
Thanks

cuban cigars
Find all posts by this user
Quote this message in a reply
01-23-2010, 07:06 PM
Post: #4
RE: error messages
(01-23-2010 08:33 AM)HowieHjones Wrote:  
(03-26-2009 12:52 PM)i2-Services, Inc. Wrote:  /configs/config.php
Can you explain more details about what parameter must I change?
Thanks

if you are wanting to change the wording of the error message like I was...open up the file config/config.php in your php editor and then look at the very bottom on the text and you will see the error messages. I pasted the part of the code below....you would change part in bold


// Already a Subscriber Text

define('var_Already_Registered', "You are currently a subscriber. Visit the Control Panel to view your account." );

// Check for Confirmation e-Mail

define('var_Waiting_Verification', "Please check your e-mail account for your confirmation e-mail" );


maybe that helps?? is that what are you talking about?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: