Copied to clipboard

Flag this post as spam?

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


  • sagar 13 posts 33 karma points
    Feb 26, 2014 @ 14:19
    sagar
    0

    how can i create a member with the umf 1.2.0

    i got the error when i browse the category and can not post comment

     @if ((OnlyRegistered && User.Identity.IsAuthenticated) || !OnlyRegistered)
    Line 15:     {
    gives this error when i browse category
    refer this link
    op.web4test.net/forum1.aspx
    and give solution and suggestion
  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Mar 01, 2014 @ 22:15
    David Brendel
    0

    Hi sagar,

    will have a look into it as soon as possible.

    The UMF doesn't handle the member logging or creation. That's on your own. You can do that how you want.

    The UMF has a setting that allows anonymous users to surf and post to your discussion. If this setting is not set anonymous users can post.

    Regards,

    David

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Mar 01, 2014 @ 22:59
    David Brendel
    0

    Hi sagar,

    had a first try to reproduce the error. Have you created a node of type "UMF_CreateDiscussion" under the UMF_Rood node?

    The forum needs this node to work properly. Will change that behaviour to make the node optional.

    If that won't fix the issue then maybe it would be good to get a limit access to your page to have a look at your setup.

    Regards,

    David

  • sagar 13 posts 33 karma points
    Mar 02, 2014 @ 05:56
    sagar
    0

    yes i have created the login and register page my self but when i put the controls in the master page then nothing seems in the umf root page 

    and when i go to the umfmaster in templates not a single line written on that

    then how to add my code in the umfmaster page

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Mar 07, 2014 @ 16:32
    David Brendel
    0

    Hi sagar,

    the umf has no controls for login and register. Thats completly on your own to implement.

    It just checks if a member is logged in and trys to use data from its member type. Also it needs some specific propertys that has to be created in the membertype.

    These are discribed on the package page here on our. It's this part:

    The package needs two member propertys to work right if you are working with members. These are "karma" and "numberOfPosts". Please create these properties in your membertype.

  • sagar 13 posts 33 karma points
    Mar 08, 2014 @ 07:24
    sagar
    0

    thnx for reply

    and sometimes it gives error when i click on the discussion and then i recreate from  umbraco panel it works perfect 

    can anyone tell me why this happen and how can i resolve it..........

Please Sign in or register to post replies

Write your reply to:

Draft