Results 1 to 5 of 5

Thread: Ray I.M.Except Solution

  1. #1
    playaller
    Guest

    Thumbs up Ray I.M.Except Solution

    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

    Code:
    var step_d = 10;
    pos += d; (line 131) and change it to

    Code:
    pos += step_d;
    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.
    Last edited by playaller; 10-25-2006 at 03:17 AM.

  2. #2
    justmedanny
    Guest

    Default It Works!

    Thanks for this, it worked like a charm for me.

    -Danny

  3. #3

    Join Date
    Sep 2006
    Posts
    431

    Default

    Once again, you have saved my A@@

    It works like a charm.

    I noticed tho, and this was the same for me in 5.2 as well - when you instant message someone on line, the box opens and ALWAYS says that person is off line. Only after you send a message does it ask them to accept it or not.

    Thats a bit deceiving for users - they will end up closing the private message thinking the person signed off already.

    Is that just me? or is this the way it goes?

  4. #4
    playaller
    Guest

    Default

    Quote Originally Posted by Ringodestarr
    Once again, you have saved my A@@

    It works like a charm.

    I noticed tho, and this was the same for me in 5.2 as well - when you instant message someone on line, the box opens and ALWAYS says that person is off line. Only after you send a message does it ask them to accept it or not.

    Thats a bit deceiving for users - they will end up closing the private message thinking the person signed off already.

    Is that just me? or is this the way it goes?
    No Problem...

    To change what it sya's go and edit the Ray IM language file.

  5. #5
    delirious
    Guest

    Default

    I have tried this on my dolphin 5.3 simple template and its still not working for me,also change the font color doesnt stay after hitting enter to send the message


    Any suggestions
    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Issue with IE6 after .htacess/.htpasswd solution
    By HikeMaster in forum Security / Server Administration
    Replies: 8
    Last Post: 03-02-2009, 07:35 AM
  2. Change Date of Birth to Age..A Solution!!
    By doomenterprises in forum Dolphin General Discussion v6.00 and above
    Replies: 6
    Last Post: 01-07-2008, 01:00 AM
  3. phpBB3 Working Solution?
    By skaag in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 12-16-2007, 04:31 AM
  4. Replies: 5
    Last Post: 11-03-2006, 10:51 AM
  5. 1 Item remaining (status bar) solution
    By playaller in forum Bugs Dolphin v.5.3.0
    Replies: 1
    Last Post: 10-27-2006, 06:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •