Set Timezone in Registration

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.
5/15/2010 8:59:31 PM
Gravatar
Total Posts 131

Set Timezone in Registration

In the past I had users set their timezone in the registration screen by using a custom profile.config and adding the timeoffsethours setting.

Now that the new timezone system is part of the mp_user table and not part of the properties table, is there an easy way to add the timezone in the registration page without branching the registration screen?

Thanks

5/17/2010 5:48:56 AM
Gravatar
Total Posts 18439

Re: Set Timezone in Registration

Hi David,

I implemented this in the latest code in trunk of the repository. In the latest mojoProfile.config file you will see an example commented out that can be put into your custom profile config file to require choosing a time zone with the new implementation.

I'm still finding places in some mojoPortal features where I have not transitioned to the new timezone system and am working through them.

Best,

Joe

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