By Tony Boutemeur on Thursday, 04 July 2019
Posted in General Issues
Likes 0
Views 641
Votes 0
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:


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.
Can try this :


// remember remove the space between the ::
$url = ESR :: profile(array('layout' => 'edit', 'activeStep' => 3));
·
Friday, 05 July 2019 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Don't forget me
·
Friday, 05 July 2019 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

It works.

Now I have completed Easysocial integration to Joombri component.

Now, I have to build some easysocial apps and easysocial stream for sharing projects and services in Easysocial.

Thank you Arlex.
·
Friday, 05 July 2019 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 05 July 2019 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post