Website Membership - multiple language application

Hi DreamSync,

The variable you need to change should be on the password-request page. If your using the standard user-password-request.php template file that comes with the website membership plugin, then the line you need to edit is on line 48. It should look something like this:

'placeholders' => array(
'username' => $user['username'],
'loginUrl' => "http://" . $_SERVER['HTTP_HOST'] . $GLOBALS['WEBSITE_LOGIN_LOGIN_FORM_URL'],
'resetUrl' => "http://" . $_SERVER['HTTP_HOST'] . $GLOBALS['WEBSITE_LOGIN_RESET_URL'] . $resetQuery,
),

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

Brilliant! I could not find this when I was searching for it - must be the sinus meds :) 

Thanks Greg!

_______________________________________

DreamSync