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.

Friends not being friendly. (Closed) (Mono Support )

Viewed 26348 time(s), 9 post(s) 23.04.2012 06:03:42by David
David

David

23.04.2012 06:10:55

During my testing I have not been able to get the "friending" to work. I log in as one user, put in a friend reqest (seems to go off without issue). Then, I log in as the user that should recevie the freind request but it is not there.

I assume a "message" should appear in the inbox? Where does a user "accept" a friend request?

Any thoughts on where to start the troubleshooting on this? Or, are we dealing with user error?

Thank you.

Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts
khorvat

khorvat

23.04.2012 06:55:27
Hi,

"friend user" should have received an e-mail message with the link so you can check the e-mail inbox of that user, other place where you can check if friend request was saved is the Site Wall and Profile page. In the right column you have Invitations received and Invitations sent module and the request should be there.

Let us know if that is the case ?

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
David

David

23.04.2012 16:44:19
I see them now, but only when I am in design mode. Otherwise, they disapear. I don't have the part settings to any particular group. Any thoughts why?

(see attachment)
Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts
David

David

23.04.2012 19:50:41
Note: I even added hide if empty = false and visible explicitly = true in the control parameters in the UserProfile.aspx. As soon as I get out of design mode, they disappear.

<MonoX:InvitationList runat="server" InvitationType="InvitationsSent" ID="ctlInvitationsSent" PageSize="9" AvatarSize="40" HideIfEmpty="false"  Visible="true" />
                       <MonoX:InvitationList runat="server" InvitationType="InvitationsReceived" ID="ctlInvitationsReceived" PageSize="9" AvatarSize="40" HideIfEmpty="false" Visible="true"  />
Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts
David

David

23.04.2012 20:41:21
Note: All three of these controls are having the same problem on the profile page. They only show up in design mode regardless if the lists are empty or not. I have tested it both ways.

<!--NOT SHOWING UP -->
<MonoX:PeopleSearch runat="server" ID="snPeopleSearch" ConfirmationRequired="true" />
<MonoX:InvitationList runat="server" InvitationType="InvitationsSent" ID="ctlInvitationsSent" PageSize="9" AvatarSize="40" />
<MonoX:InvitationList runat="server" InvitationType="InvitationsReceived" ID="ctlInvitationsReceived" PageSize="9" AvatarSize="40" />

Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts
khorvat

khorvat

24.04.2012 06:26:41
Hi,

that was an issue in one of MonoX versions and it was only related to MonoX Profile demo page. Please find the link to latest unofficial build in your InMail. Test the invitation lists with that version and get back to us.

Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
David

David

30.04.2012 16:16:11
Thank you. I did receive the new build. Can I ask what is the best way to upgrade to this build? I have already modified many theme files and extended a few controls. Is there documentation somewhere on implementing an upgrade? Thank you.

Dave.

Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts
khorvat

khorvat

30.04.2012 21:09:09
Hi, You should read the blog post related to MonoX upgrade, you can find it under blogs menu item. Let me know if you need anything else. Regards
Dieser Inhalt wurde noch nicht bewertet. 
15993 Reputation 2214 Total posts
David

David

03.05.2012 11:55:17
The upgrade to Build V 4.7.40.3486 seems to have fixed this problem. Thank you for providing this support.

Dave.

Dieser Inhalt wurde noch nicht bewertet. 
174 Reputation 22 Total posts