User Profile Configuration data - where is it

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.
2/10/2011 4:31:18 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

User Profile Configuration data - where is it

Hi

I have followed the directions in the article on User Profile Configuration and it works perfect for adding First Name and Last Name.  In fact the code was there (Thanks) I just un-remmed it.

Now I'd like to setup sending more professional emails using this new information.

What database table is this optional information stored in?

Thanks

Rick(Arvixe)

2/10/2011 6:13:51 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: User Profile Configuration data - where is it

Hi Rick, I haven't used this, but my hunch would be mp_userproperties for newly defined custom properties.

However, there is a FirstName and LastName field on mp_users (I'm using MySQL). Since those were already commented out in the configuration file, I have a feeling it may be using these fields on mp_users. If you have a SQL tool that will let you browse the data, that will be the easiest way to find it on your own, or you could just try querying the fields. If that fails, check mp_userproperties for PropertyName='FirstName'.

Jamie

2/10/2011 8:19:19 PM
Gravatar
Total Posts 245
mojoPortal Community Expert

Re: User Profile Configuration data - where is it

Thanks Jamie

They were both in mp_users just as you say.  I could have sworn I looked there.  Turned out I was looking at the wrong database.  Time to go for a walk and get some fresh air.crying

Rick

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