Member list

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.
4/16/2007 5:21:09 AM
Gravatar
Total Posts 22

Member list

Hej

How do you get 'view profile' to work in member list?

You can right click and open in new window but not left klick.

Reg

Tommy

4/23/2007 3:41:09 PM
Gravatar
Total Posts 18439

Re: Member list

This is fixed.

Thanks!

Joe

3/6/2010 11:49:27 PM
Gravatar
Total Posts 15

Re: Member list

Joe,

How can I give "All users" the ability to view a members profile?

Sam Westgate

3/14/2010 11:14:01 AM
Gravatar
Total Posts 18439

Re: Member list

Administration > Site Settings > Security > Permissions > Roles that can view Member List, choose "All Users"

Hope it helps,

Joe

3/15/2010 12:46:24 PM
Gravatar
Total Posts 15

Re: Member list

Joe,

Sorry for not being more specific at first. I had already changed the permisions as you described above. This does allow anyone to see the "member list". However when a public user attempts to click the "View Profile" link associated with a member, the user is directed to the log-in page.

Sam

3/16/2010 11:04:26 AM
Gravatar
Total Posts 18439

Re: Member list

Hi Sam,

I see clearly now. I will fix this for the next release. I had forgotten to change the logic in ProfileView.aspx when we changed from a config setting to site settings role selection.

In the mean time I believe you can work around the issue by adding this to your user.config then touch Web.config to make it reload settings.

<add key="AllowAnonymousUsersToViewMemberList" value="true" />

Best,

Joe

3/16/2010 11:13:56 PM
Gravatar
Total Posts 15

Re: Member list

Joe,

That worked great. In a multi-site installation can I make this site specific?

Sam

3/17/2010 10:21:19 AM
Gravatar
Total Posts 18439

Re: Member list

No, unfortunately it was a global setting when we used Web.config for that which is the reason we changed to site settings. But I had forgot that profile view needed to be updated to use site settings so in the current release it still uses the old global config setting.

This is already fixed in svn trunk if you are able to produce your own build and deployment package.

Best,

Joe

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