Extending Profiles

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/23/2006 1:40:01 PM
Gravatar
Total Posts 2

Extending Profiles

Hi!

Is it possible to extend the profile page, so I can add Address, Phonenumber, Postalnumber, City.
I would like it to be public to the other members of the site (and the email too), so when they click on a member on the memberlist they get all the new information + the selected users email.

 - T-Rex
10/25/2006 2:52:21 AM
Gravatar
Total Posts 18439

Re: Extending Profiles

Hi T-Rex,

I implemented an ASP.NET ProfileProvider that should make it easier to add arbitrary profile properties. The problem is I haven't got around to hooking the mojoProfileProvider into the profile page so its really not being used at all yet. It is on my to do list to get to this in the coming weeks.

What I really want to accomplish is getting things setup to where additional profile settings can be added to the web.config and will show up on the profile page. I will look into making it configurable as to which properties are private and which are not. I also want to make it easy to have additional arbitrary required properties which will show up in the create user wizard (aka Registration page) and be required for a user to register in the site so that sites can be configured easily with required fields for registration.

Sorry it took so long to reply to this post, I have been in the proces of moving and am still unpacking.

Cheers,

Joe
10/25/2006 1:26:12 PM
Gravatar
Total Posts 2

Re: Extending Profiles

Hi!

Thx for the reply :) I'm looking forward to the extended profiling.
10/29/2006 3:49:28 AM
Gravatar
Total Posts 18439

Re: Extending Profiles

Just fyi

I posted some thoughts about what we need and how to implement this in my blog last night.

Cheers,

Joe
You must sign in to post in the forums. This thread is closed to new posts.