Jump to content


Issue information

  • #033437

  • Fixed

  • 1.3.1

  • 1.4.0

  • 3 - Medium


Issue Confirmations

  • Yes (4)No (0)
Photo

Direct Message Issue

Posted by Rhett on 16 September 2011 - 01:01 AM

Board 3.2.2
Chat 1.3.1

To duplicate

UserA is in chat...
UserB joins chat...

UserA can't direct message UserB, clicking the link does nothing, however if UserA does a refresh, then he can Direct Chat UserB.

See ticket #760590

I can duplicate here on the co forum as well.

changed status to: Confirmed - Skin Issue

Not verified, although when I was testing private chats recently I didn't seem to have any issues.  What browser were you testing with?


I was testing with Chrome13 & IE9 & FF6


This is a huge PITA and my users are complaining nonstop. If there's any way to get a patch now I'd appreciate it.


seeing a few more tickets on this #763808


changed status to: Fixed
changed fixed-in version to: 1.4.0
changed severity to: 3 - Medium

skin_ipchat -> chatRoom change

id='priv_user_{$data['user_id']}

to

id='priv_user_{$data['user_id']}_{$data['member']['member_id']}

public/js/ips.chat.js change

   	 /*
		 * Can't send a private chat to yourself
		 */
		if( elemId == userId )
		{

to

   	 /*
		 * Can't send a private chat to yourself
		 */
		if( elemP[0] == userId )
		{

change

if( ipb.chat.ignoreChats.get( ipb.chat.forumIdMap.get( elemId )[0] ) )

to

if( ipb.chat.ignoreChats.get( ipb.chat.forumIdMap.get( elemP[0] )[0] ) )


where is skin_ipchat -> chatRoom change ???  i can't seem to find it.


View Postchangeindia, on 29 October 2011 - 09:57 PM, said:

where is skin_ipchat -> chatRoom change ???  i can't seem to find it.

ACP -> Look and Feel -> Manage Skin Sets & Templates -> (the skin you're using) -> scroll down to Chat (Global)






0 user(s) are reading this issue

0 members, 0 guests, 0 anonymous users