My Account / User management customization etc

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.
7/25/2012 4:32:56 PM
Gravatar
Total Posts 70

My Account / User management customization etc

Hi All,

First of all, sorry if related topic was missed by me.. OK. The question is:

It is required to customize the User management (MyAccount functionality, for example: it is required to remove "Profile" tab and it is required to add some new tabs with the new User's details etc).

Could you please point the better way?

--- Just for info: I could see several possibilities to extend the User Management functionality :

A. I can suppress new user registration in Admin console at all and to implement my custom page/module (by forking secure/UserProfile.aspx / Sign In module as the start points)

B. I can handle User Sign In Event Handler and redirect to my custom User Management module. But, as  far as I could understand, there are two entry points for the user management will present this way: standard "My Account" link at the Mojo top menu + my custom link to my custom User Management page. It seems to be extra.

----

Really appreciate some advice. Thanks for your time.

Igor.

7/29/2012 12:53:14 PM
Gravatar
Total Posts 18439

Re: My Account / User management customization etc

Hi Igor,

One idea is you could remove most of the default mojoProfile settings, add a custom profile property as ISettingControl which must implement a simple get/set for a string but that string could be ignored and not really used for your purposes, then this is just a way to get a custom UserControl onto the my account page and inside your usercontrol you can have your own set of tabs and a separate save button that saves your data in your own tables.

Hope that helps,

Joe

2/12/2013 1:28:22 PM
Gravatar
Total Posts 9

Re: My Account / User management customization etc

Hi Joe

 

I think being able to add custom tab on the userprofile would be quite usefull - well to me anyway :-)  We could provide a control that would be added to the tab list.    I currently use the mojoprofile settings as well and don't want to remove them all.  One for the wish list?

thanks

danny

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