Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kim Løwert 130 posts 116 karma points
    Dec 13, 2010 @ 09:44
    Kim Løwert
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies