Creating a control

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.
6/11/2014 10:01:18 PM
Gravatar
Total Posts 3

Creating a control

First a caveat. I have been developing asp.net applications using vb.net for about 5 years. Due to my bosses preferences we don't do much C# or compliled web applications so I have a lot to learn.  I want to use MojoPortal to extend the experience I already and much as currently written meets most of my expectations.  One thing I would like to have is a page where each user can have their own profile..  I wanted to extend the user table and allow people to update the additional fields I would add to the user table.  I thought the easiest way to do this would be to add a user control. Is this the case and if so, what all is involved in doing this?

 

 

 

6/20/2014 8:07:53 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Creating a control

I definitely don't recommend altering/extending any delivered mojoPortal mp_ tables, because then you have forked the code and will have difficulty upgrading in the future.

Take a look a the delivered method to add custom user profile properties. Depending on your needs, that may be all you need. If you have to do any specialized actions based on the contents of your custom properties, you can investigate the available event handlers and see if using one of those would meet your needs.

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