i2-Services, Inc. Forums

Full Version: - Your account is awaiting approval...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Registartion Error

where do i find this text. i need to change it to
" - Your account is awaiting Verification..."
As i dont want them to think i am approving them.

Ta Smile

GWP Wrote:
Registartion Error

where do i find this text. i need to change it to
" - Your account is awaiting Verification..."
As i dont want them to think i am approving them.


/configs/config.php at the bottom.

Thanks Smile
is theer a way i can add a link to that line of text?
such as the resend verification link?
Yes - you can add HTML in that variable. Just be sure to place backslash before any quotes in the HTML link tag.

IE:

Code:
<a href=\"/php_mm/control_panel.php\">Link here</a>

I tried this:
define('var_Already_Registered', "You are already registered. Visit the <a href=\"../mm2/control_panel.php\">Control Panel</a> to view your account." );
it displays the words, but not the link?

"You are already registered with us. Visit the Control Panel for help."
You sure you updated the /configs/config.php file on the server, in the correct folder?

I just checked and its still:

define('var_Already_Registered', "You are already registered with us. Visit the Control Panel for help." );

I've placed the link on it for you.
You were right LOL, i had upadted the old version of php_mm.
Thnaks Smile
Reference URL's