Creating a link from a content Data type to a member
Hi everybody,
I'm creating a data type that is being used on a document type in umbraco v4.5.2. It has a reference between a document and a member managed by umbraco in Members section of umbraco. I would like to create a link that when clicked opens the specific mmeber profile in umbraco the umbraco member section.
I have made a similar link between documents before using the following javascript method:
I get an error. I think it may be bacause I have to change to the Members section first, but does anybody have some input on this one, as it would make the linking between members and documents easier?
Creating a link from a content Data type to a member
Hi everybody,
I'm creating a data type that is being used on a document type in umbraco v4.5.2. It has a reference between a document and a member managed by umbraco in Members section of umbraco. I would like to create a link that when clicked opens the specific mmeber profile in umbraco the umbraco member section.
I have made a similar link between documents before using the following javascript method:
UmbClientMgr.contentFrame('editContent.aspx?id={0}')
But if I apply the same method that is used to open members:
UmbClientMgr.contentFrame('members/editMember.aspx?id={0}')
I get an error. I think it may be bacause I have to change to the Members section first, but does anybody have some input on this one, as it would make the linking between members and documents easier?
Thanks a lot in advance :)
Regards Kim
is working on a reply...