In the sign in box, does anyone know where I can change the text for (forgotten) and remove the create an account text, Thanks in advance for any help or direction with this
This is a discussion on Sign in Box within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; In the sign in box, does anyone know where I can change the text for (forgotten) and remove the create ...
In the sign in box, does anyone know where I can change the text for (forgotten) and remove the create an account text, Thanks in advance for any help or direction with this
hello Metal,
check your catalog/includes/boxes/loginbox.php and those lines:
and in catalog/includes/yourlang/yourlang.php:$boxContent .= '<a href="' . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . BOX_LOGINBOX_FORGOT_PASSWORD . '</a>';
$boxContent .= '<br>' . '<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'). '">' . BOX_LOGINBOX_TEXT_NEW. '</a>';
I hope it helps!define('BOX_LOGINBOX_FORGOT_PASSWORD', '<center><u>(forgotten)</u></center><br>');
Oscmax 2.0.0-RC3-0-1
Thank you antoinebp for taking time to answer my post it worked great, I was a bit confused cause I have a custom template I bought here, but with you kind help I got it ,Thank You so much for your kindness and help
Bookmarks