MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

User selection control doesn't seem to work  (Mono Support )

Viewed 10645 time(s), 2 post(s) 12/9/2014 6:27:19 PMby leaskc
leaskc

leaskc

12/9/2014 6:27:19 PM
Hi,
I'm trying to configure MonoX users, for example, in Group Membership admin page.
I can choose a Category and a Group, but when I try to type a username into the user box the lookahead doesn't seem to work. I see "Loading" flash up briefly but then it disappears. I cannot select a user, hence I cannot add any users to groups. :-(
The same problem occurs if I look at the Group page on the public site and try to invite a user from there. I get an error message "You must select a valid user from the dropdown box."
Can you help please?
This content has not been rated yet. 
15 Reputation 1 Total posts
idrazic

idrazic

12/10/2014 10:36:29 AM
Hi,

It's a bug, but one easy to fix.
The picker defaults to friends and there are no overrides in markup or code.

To change add: UserFilterMode="ShowAllUsers" in usersearch tag
\MonoX\Admin\SnGroupMembershipManager.aspx
<MonoX:UserSearch ID="userSearch" runat="server" UserFilterMode="ShowAllUsers" UserAddressFormat="UsernameAndFullname" IsRequired="false"></MonoX:UserSearch>
You can optionally add UserAddressFormat="UsernameAndFullname" 

Regards,
Igor
This content has not been rated yet. 
1384 Reputation 152 Total posts