Hi,
Could you help me to find out the right code to let user editing his own ES avatar and change it.
In my easysocial component, setting avatar is to the step 3 in easysocial profile edit and the link is:
https://mywebsite.com/308/edit?activeStep=3
In my code I have got this:
And the edit profile works... but I need to jump to the step 3.
Do you know the correct code for adding activeStep3 to the code?
Thank you for your help.
Could you help me to find out the right code to let user editing his own ES avatar and change it.
In my easysocial component, setting avatar is to the step 3 in easysocial profile edit and the link is:
https://mywebsite.com/308/edit?activeStep=3
In my code I have got this:
public function getEditURL()
{
$url = ESR :: profile(array('layout' => 'edit'));
return $url;
}
And the edit profile works... but I need to jump to the step 3.
Do you know the correct code for adding activeStep3 to the code?
Thank you for your help.