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.
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
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
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
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
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.
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..........
is working on a reply...