I want to give the option to edit profile on another page . so for that i am using HTML/TEXT module and i am putting this code into that .i have enable the check box for replace tokens in HTML/TEXT module setting but i think tokens are not getting replaced and no edit profile link is coming .
it is showing the error :
- Error accessing [HYPERLINK:EDITPROFILE], HYPERLINK is an unknown datasource.
- Error accessing [HYPERLINK:MYACCOUNT], HYPERLINK is an unknown datasource.
Code which i am using :-
<
div
id
=
"UserProfileImg"
><
br
> <
span
><
img
alt
=
"Profile Avatar"
class
=
"ProfilePhoto"
width
=
"120"
height
=
"120"
src
=
"[PROFILE:PHOTO]"
/></
span
><
br
> </
div
><
br
> <
div
class
=
"UserProfileControls"
><
br
> <
ul
><
br
> <
li
>[HYPERLINK:EDITPROFILE]</
li
><
br
> <
li
>[HYPERLINK:MYACCOUNT]</
li
><
br
> </
ul
><
br
> </
div
>