Mono Support Custom Profile 

Viewed 11601 time(s), 6 post(s), 12/4/2012 4:12:21 PM - by mdaly
12/4/2012 4:12:21 PM
93 Reputation 8 Total posts

Hi,

I am creating a custom profile field and have applied the code you have provided in the following post to monox4.7.

http://www.mono-software.com/Mono/Pages/Discussion/dtopic/ijqDrV2x8UqdT6B1AOtsWw/Custom-MonoX-Profile/

When I look into the code I don't understand how the system knows where to store and retrieve the additional profile field. I guess there is more code I need to add to the system but I am unsure how to go about doing this.

what I am looking for is some guidance of how I would actually go about achieving this - or some help regarding the steps I need to take when wanting to customise the user profile.

Mike

1
12/5/2012 11:16:24 AM
2218 Reputation 300 Total posts

Hello,

In the following topic we are assuming you are familiar with LLBLGen. You can download a LLBLGen trial here and the Online Documentation is available here.

In the sample the DAL is not included. However the ExtendedUserProfile table is the one which is used to store the extended user profile information. The EditProfile sample makes use of the DataManager which handles data binding which in turn will display data, retrieve data and manipulate data for you. You can find out more about DataManager here.

Regards,
Mario

2
7/4/2013 4:22:19 PM
123 Reputation 15 Total posts

hi,

is this info actual for 4.8.4? 

3
7/4/2013 7:58:22 PM
2218 Reputation 300 Total posts

Hello,

The information should be actual for MonoX v4.8.

Regards,
Mario

4
7/28/2013 5:15:26 PM
123 Reputation 15 Total posts

I can't understand... only in full version of MonoX (with source code) profile can be customize? or i can do it in free version too?

5
7/29/2013 8:16:18 AM
15993 Reputation 2214 Total posts

Hi,

no you can customize the profile in a free version without any problems. MonoX has opened his Data Access Layer source code to public and it can be found on GitHub. You can use that source code to add custom fields very easy but after you add the fields to the database you will need to generate the DAL project by using LLBLGen as Mario mentioned. After you generate the DAL proejct you will find your fields available in the Profile WebParts and Repositories.

Let us know if you need more information.

Regards

6
This is a demo site for MonoX. Please visit Mono Software for more info.