Ray MyPressence Chat Problems in IE

I finally started playing with the My Pressence and Instant Messanger option in there, but I get a problem.

When I open up My Pressence, and click on the friend I want to chat with, it opens the chat window, but not to the friend I wanted, it goes to the first friend on my list.

This seems to only be happening in Internet Explorer.

Any ideas???

Cory

Quote · 16 Aug 2009

i posted a fix for this somewhere...please search presence

I have video tutorials to help you mrpowless.com
Quote · 16 Aug 2009

MrPowless, you are a genius . . . almost.

I did the change:

open ray/modules/presence/inc/actions.inc.php
replace:
$aUsers = array_unique(array_merge($aOnline, $aFriends));
with:
$aUsers = array_unique(array_merge($aOnline));

replace:
$sContents .= getOnlineUsersInfo($aUsers, $aFriends, $aOnline);

with:
$sContents .= getOnlineUsersInfo($aUsers, $aOnline);

replace:
$sContents .= getOnlineUsersInfo($aOnlineUsers, $aFriends);
with:
$sContents .= getOnlineUsersInfo($aOnlineUsers);

Which seemed to fix the porblem, but now, as some replied to your post, the Friends list is only showing online friends, where before it should all friends. How do I get that back?

Thanks.

Cory

Quote · 17 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.