VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: lukelee on November 01, 2012, 10:55:18 AM

Title: [ SOLVED ] Which file contains reset username/password link?
Post by: lukelee on November 01, 2012, 10:55:18 AM
On this page: http://essenzechocolate.newsprout.com.au/component/users/?view=login
I want to put
    Forgot your password?
    Forgot your username?
    Don't have an account?

into the yellow area, but I couldn't find which file contains the code.
Title: Re: Which file contains reset username/password link?
Post by: bytelord on November 01, 2012, 11:07:35 AM
Hello,

This is the joomla login module, is not virtuemart part...

edit your mod_login custom template (Default i suppose) and place the div with those links inside <div class="login">....

use firebug to examine it


regards
Title: Re: Which file contains reset username/password link?
Post by: lukelee on November 01, 2012, 13:04:10 PM
Yes,you are right, thank you.