MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Custom Profile  (Mono Support )

Viewed 10038 time(s), 6 post(s) 12/4/2012 4:12:21 PMby mdaly
mdaly

mdaly

12/4/2012 4:12:21 PM
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
Rated 5.00, 1 vote(s). 
93 Reputation 8 Total posts
mzilic

mzilic

12/5/2012 11:16:24 AM
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
This content has not been rated yet. 
2218 Reputation 300 Total posts
ruslanruslan

ruslanruslan

7/4/2013 4:22:19 PM
hi,

is this info actual for 4.8.4? 
This content has not been rated yet. 
123 Reputation 15 Total posts
mzilic

mzilic

7/4/2013 7:58:22 PM
Hello,

The information should be actual for MonoX v4.8.

Regards,
Mario
This content has not been rated yet. 
2218 Reputation 300 Total posts
ruslanruslan

ruslanruslan

7/28/2013 5:15:26 PM
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?
This content has not been rated yet. 
123 Reputation 15 Total posts
khorvat

khorvat

7/29/2013 8:16:18 AM
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
This content has not been rated yet. 
15993 Reputation 2214 Total posts