This is simple but as always back up your files first!!
OK guys I have this figured out with actaully a little help from dolphin, WOW!!
If you send an I.M using ray instant messenger and the other person doesn't get the notice then this is the solution that worked for me.
open ray/modules/im/invite_js_only.js
and find
var d = 10; (line 5) and change it to
pos += d; (line 131) and change it to
Open inc/design.inc.php
find (lines 612 and 613)
Code:
$ray_dir = $dir['root'] . "ray/modules/im/app/";
$ray_xml = $dir['root'] . "ray/XML.php";
and replace with
Code:
$ray_dir = $site['url'] . "ray/modules/im/app/";
$ray_xml = $site['url'] . "ray/XML.php";
This seemed to be a problem in everyones script so this should work. Let me know your results.
Bookmarks