Users registration with custom fields / user search

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/22/2012 3:28:20 PM
PnP
Gravatar
Total Posts 1

Users registration with custom fields / user search

Hi.
I wanted to ask the experts if I can do this with Mojo (adding some module or eventually with some developing)…

• I want users to register into my site: not only with username / password but with some other custom fields (address, sex, 1+ profile pictures)
• I want the site administrator to be able to search for the registered users database by any of user's loaded info (i.e.: name, sex, address, etc)

Is it possible to do it with some module or with Mojo portal straight?

How would you face this?

Thanks for your help!

PnP
 

6/25/2012 10:07:07 AM
Gravatar
Total Posts 18439

Re: Users registration with custom fields / user search

Hi,

It is fairly easy to add custom user profile properties using built in functionality, but implementing search for those properties would require custom development. The custom properties are stored as key value pairs in the mp_UserProperties table which makes them a little less convenient for querying than the standard properties stored in mp_Users table.

By default we use Gravatar for user avatars which allows them to use the same one on lots of sites, but you can also change to use the internal Avatar system from site settings, then users can upload/crop one image, not multiple ones.

Hope that helps,

Joe

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