Copied to clipboard

Flag this post as spam?

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


  • ashwini 43 posts 63 karma points
    May 16, 2012 @ 20:00
    ashwini
    0

    Profile Page does not work...

    Things i did till now:

    1] Create a user of type profile, checked the boxes for show profile & memebers can edit.

    2] Tweaked the webconfig file.

    3] When i go to the profile page, all i see is a update profile button...no fields are being displayed...

    How do i display the members from database onto the profile page ?

    Someone please help !

    Thanks 

  • Daniel Bardi 927 posts 2562 karma points
    Jul 02, 2012 @ 23:52
    Daniel Bardi
    0

    Be sure to point to the correct member type in the webconfig and make sure the field names in the web.config match the field aliases in the profile 

  • Daniel Larsen 116 posts 381 karma points
    Jul 13, 2013 @ 15:43
    Daniel Larsen
    0

    What part of this, is the "member type"?

    Thanks

        <profile defaultProvider="UmbracoMemberProfileProvider" enabled="true">
          <providers>
            <clear />
            <add name="UmbracoMemberProfileProvider" type="umbraco.providers.members.UmbracoProfileProvider, umbraco.providers"/>
          </providers>
          <properties>
            <clear />
            <add name="firstName" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />
            <add name="lastName" allowAnonymous="false" provider="UmbracoMemberProfileProvider" type="System.String" />
          </properties>
        </profile>

  • 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