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 )

10968 put(a) pogledan, 6 odgovor(a) 4.12.2012. 16:12:21Kreirao(la) mdaly
mdaly

mdaly

4.12.2012. 16:12:21
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
Ocjena 5,00, 1 glas(ova). 
93 Reputacija 8 Ukupno objava
mzilic

mzilic

5.12.2012. 11:16:24
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
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
ruslanruslan

ruslanruslan

4.7.2013. 16:22:19
hi,

is this info actual for 4.8.4? 
Ovaj sadržaj još nije ocijenjen. 
123 Reputacija 15 Ukupno objava
mzilic

mzilic

4.7.2013. 19:58:22
Hello,

The information should be actual for MonoX v4.8.

Regards,
Mario
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
ruslanruslan

ruslanruslan

28.7.2013. 17:15:26
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?
Ovaj sadržaj još nije ocijenjen. 
123 Reputacija 15 Ukupno objava
khorvat

khorvat

29.7.2013. 8:16:18
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
Ovaj sadržaj još nije ocijenjen. 
15993 Reputacija 2214 Ukupno objava