MemberList - same name

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.
12/19/2006 10:42:05 PM
Gravatar
Total Posts 68

MemberList - same name

Hi,

when adding users with the same name, the member list displays them several times (ie with two persons with the same name, twice each). The reason for this is in the stored procedure mp_Users_SelectPage, the temporary table joins on "Name" which is not nessecary unique. I fixed this changing to LoginName, but Email should work to i guess.

Christian
12/20/2006 4:17:56 AM
Gravatar
Total Posts 18439

Re: MemberList - same name

Hi Christian,

Good point and good fix. I will do the same here.

Thanks,

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