Additional User Registration Tabs on My Account

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.
4/27/2009 10:26:43 PM
Gravatar
Total Posts 3

Additional User Registration Tabs on My Account

Hi All,

I'm interested in extending the  User Registration information to include some additional information.  The addtional registration information would include more detailed user demographics such as address, phone, etc as well some new application specific variables.  Ideally this would be saved an a new table structure within an external database, while still utilizing the tabs format of the "My Account" pages.  I've just started exploring the potentail of mojoPortal and was hoping for some insight into the feasibility of extending the My Account UI to include addtional user registration information.

Thanks in advance,

Brian Napora

4/28/2009 5:53:39 AM
Gravatar
Total Posts 18439

Re: Additional User Registration Tabs on My Account

Currently the only part of the My Account page that is easily customizable is the content of the Profile tab as documented here

I don't recommend you modify the mojoportal code because then it will be difficult to get upgrades. The best strategy I can think of if you need to be able to customize it, is implement a custom version in a separate web app project (add your own project(s) to the solution) and use a post build event to copy your version up to the main Web project replacing the existing page.

Hope it helps,

Joe

4/29/2009 6:41:02 PM
Gravatar
Total Posts 3

Re: Additional User Registration Tabs on My Account

Thanks for the response Joe.  Has there been any discussion around extending the "My Account" section to the point at least of adding additional tabs that could then "host" a set of custom user controls?

 

Brian

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