Web site URL on /MemberList.aspx

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/17/2007 8:35:56 AM
Gravatar
Total Posts 488

Re: Web site URL on /MemberList.aspx

Web site URL is still trying to show on /MemberList.aspx, even if there is no such property in user profile.

Possible solutions:
1. Just remove this column from the table.
2. Add some property like "DisplayAtMemberList" to profile property definition.
1/17/2007 5:08:58 PM
Gravatar
Total Posts 18439

Re: Web site URL on /MemberList.aspx

This is fixed in 2.2.1, I've added a check to see if the WebSiteUrl is in the property definitions and if not it hides that column.

Thanks,

Joe
1/19/2007 5:22:28 AM
Gravatar
Total Posts 488

Re: Web site URL on /MemberList.aspx

And how to deal with situation when this property do exist, bur not for all roles?

May be, one of the following solutions will be better?
1. Check if this property is defined for ALL roles.
2. Add to Web.Config some setting like "PropertyToDisplayinCustomersList".
3. Add to profile property defifnition some option like "ShowInMemberList".
1/19/2007 7:47:16 AM
Gravatar
Total Posts 18439

Re: Web site URL on /MemberList.aspx

Ok, I added a role check, if the user is not in the role to view WebSiteUrl it is not displayed.

Adding a property setting to make any profile property visible on member list is a bigger job than I want to get into on this feature at this time, other features call for my time. Maybe later I will consider this.

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