Custom Profile Config Documentation

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.
11/15/2011 10:54:39 AM
Gravatar
Total Posts 199

Custom Profile Config Documentation

I was successful in creating a mojoProfileCustom.config and added another drop menu in the profile called BizCategory.

Is there any documentation showing how to display,search or filter profile data on the site to non logged in users??

any help is appreciated - just looking for a little direction.

11/16/2011 9:03:55 AM
Gravatar
Total Posts 18439

Re: Custom Profile Config Documentation

We don't currently have anything to search by custom profile properties. You can control what is displayed to anonymous users on the profilevew.aspx page assuming you are allowing unauthenticated users to view the member list then they can also view the user profile.

As documented there is a visibleToAnonymous setting for custom properties.

Hope that helps,

Joe

11/16/2011 12:02:31 PM
Gravatar
Total Posts 199

Re: Custom Profile Config Documentation

Thanks Joe, I was hoping to find some examples on how to work with the membership system code because I would like to develop a feature that allows the display of members similar to the profileview.aspx. 

My ultimate goal would be a custom membership database for a small club or organization and I was unsure if I should use the built in membership system of have a different member database and display it on the page in an iframe.

I think I did see something in the road map about a membership system with paid areas so maybe that is up and coming.

Thank you again

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