Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_bootstrap.php(430) : eval()'d code on line 456
vDict Error On My Forum
Results 1 to 7 of 7

Thread: vDict Error On My Forum

  1. #1
    eseonline
    Guest

    Default vDict Error On My Forum

    First of all, I'd like to say thank you to vDict to allowed us to add some wonderful functions such as "quick seach" and "tra tu nhanh" to our sites.

    I have vdict "tra tu nhanh" installed on my forum, and everything is going well with FireFox Browser.

    However, I see there's a little problem with IE Browser:
    1. When I double clicks on any word, It shown "Error on page" in the status bar.

    and here is what it said:
    Access is denied
    Line: 181
    Char: 4

    is there anyway that i can get rid of that error?

    2. The listening function isn't playing.


    ---------
    Thanks much if you can help.

  2. #2
    Administrator
    Join Date
    Jan 2007
    Location
    Ha Noi, Vietnam, Vietnam
    Posts
    26

    Default

    Can you post your forum URL?

  3. #3
    eseonline
    Guest

    Default

    Quote Originally Posted by Vdict View Post
    Can you post your forum URL?

    eseonline.net

    Thanks for a quick reply.

  4. #4
    Administrator
    Join Date
    Jan 2007
    Location
    Ha Noi, Vietnam, Vietnam
    Posts
    26

    Default

    Hello
    As I can see, you are disabling Quickclick function (var vd_quickclick = false), you have to enable it (var vd_quickclick = true; ) for it to work.
    Also, if you want to use quick click function, you have to link directly to our script (http://js.vdict.com/searchform.js). If you prefer to customize the dictionaries, please add the following code:
    Code:
    <script language="JavaScript">
    <!--
    var dictionaries = "eng2vie_vie2eng_foldoc";
    // -->
    </script>
    <script language="JavaScript1.2" src="http://js.vdict.com/vdict.js" type='text/javascript'></script>
    and leave vd_quickclick = false;

  5. #5
    eseonline
    Guest

    Default

    Yes, i do have 2 codes as the same time.

    I added this code to my navbar template

    Code:
    <script type="text/javascript"> <!--
    var vd_dictcolor = "";
    var vd_quickclick = false;
    var vd_boxwidth = 260;
    // --> </script>
    <script language="JavaScript" type="text/javascript" src="http://js.vdict.com/searchform.js"></script>
    and added this code to headinclude template

    Code:
    <script language="JavaScript">
    <!--
    var dictionaries = "eng2vie_vie2eng_foldoc";
    // -->
    </script>
    <script language="JavaScript1.2" src="http://js.vdict.com/vdict.js" type='text/javascript'></script>

  6. #6
    Administrator
    Join Date
    Jan 2007
    Location
    Ha Noi, Vietnam, Vietnam
    Posts
    26

    Default

    Hello,
    I've checked and found out that the error did not come from VDict scripts. It is from the file "/clientscript/vietkey/vbulletin_vks_detection.js"
    I added a function to Quickclick script to suppress all javascript warnings. It should be working now.

  7. #7
    eseonline
    Guest

    Default

    Thank you so very much!

    Working perfectly now.

Similar Threads

  1. Hi to all at the forum.
    By taxiguy in forum English texts
    Replies: 3
    Last Post: 03-09-2010, 03:44 PM
  2. Error in Vdict
    By anhminh1232002 in forum General discussion
    Replies: 2
    Last Post: 08-22-2009, 10:51 PM
  3. hi everybody in vdict forum
    By kimie_kawai25 in forum Introduction
    Replies: 2
    Last Post: 12-20-2007, 01:27 PM
  4. Spelling error in a Vietnamese word.
    By namkieu in forum VDict comments and suggestion
    Replies: 2
    Last Post: 08-07-2007, 11:49 PM
  5. Tiếng Việt trên forum Vdict
    By Fortuna in forum VDict comments and suggestion
    Replies: 5
    Last Post: 05-08-2007, 07:44 PM

Posting Permissions

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