How use new Date of Birth user profile property?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/24/2014 1:33:01 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

How use new Date of Birth user profile property?

Hi Joe

I'm finally getting round to implementing the new DoB field using 2.4.0.2 MSSQL. I've pushed the dates that I previously had in a custom property into mp_users.dateofbirth, and deleted the rows from mp_userproperties but I cannot get the new values to show in the user profiles. I see the property, but empty, for users where I know there are values. I have used the profile property in my custom profile .config file as follows: 

    <add name="DateOfBirth"
        type="System.DateTime"
        includeTimeForDate="false" 
        labelResourceKey="DateOfBirth"
        datePickerShowMonthList="true"
        datePickerShowYearList="true"
        datePickerYearRange="c-100:c+0"
        requiredForRegistration="false"
        regexValidationExpression=""
        regexValidationErrorResourceKey=""
        includeHelpLink="false"
        />

Am I missing something? Or is it not quite wired up right?

2/28/2014 9:08:16 AM
Gravatar
Total Posts 18439

Re: How use new Date of Birth user profile property?

Hi Crispin,

Thanks for reporting this, I confirm it as a bug. As you know most custom user profile properties are stored in the mp_UserProperties table but ones in the mp_Users table to have to be specifically wired up, and I could have sworn that I already did wire up the DateOfBirth field but looking into it apparently I did not do it. I will fix this today so it will be fixed in the next release.

Sorry for the delayed response, my Dad passed away recently and I have been offline quite a bit and this is the first chance I have had to look into this.

Thanks,

Joe

2/28/2014 4:29:57 PM
Gravatar
Total Posts 537
feet planted firmly on the ground

Re: How use new Date of Birth user profile property?

Thanks Joe, no urgency on this one now that I know, and sorry to hear about your Dad.

3/17/2014 11:20:03 AM
Gravatar
Total Posts 16

Re: How use new Date of Birth user profile property?

Joe,

Any estimate of when this might be fixed?

 

 

 

3/18/2014 1:53:43 AM
Gravatar
Total Posts 128

Re: How use new Date of Birth user profile property?

We can see in the source code history http://mojoportal.codeplex.com/SourceControl/list/changesets that this has been fixed, so if you are building from source code it's there. If (like me) you are not, then we are waiting for the next release... any projections for that Joe?

3/18/2014 9:20:51 AM
Gravatar
Total Posts 18439

Re: How use new Date of Birth user profile property?

hopefully we will make a new release within the next few weeks.

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