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 )

11781 put(a) pogledan, 2 odgovor(a) 9.12.2014. 18:27:19Kreirao(la) leaskc
leaskc

leaskc

9.12.2014. 18:27:19
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?
Ovaj sadržaj još nije ocijenjen. 
15 Reputacija 1 Ukupno objava
idrazic

idrazic

10.12.2014. 10:36:29
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
Ovaj sadržaj još nije ocijenjen. 
1384 Reputacija 152 Ukupno objava