Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @spoxter,

    Sorry to hear of the problem you are having.

    I could reproduce the same issue on my test site using the following configuration therefore i have notified the plugin developer to fix it.

    WordPress single site verion 3.9.1
    Chat plugin version 1.0.8.1
    Default WordPress Twenty Thirteen Theme

    The issue will be fixed and the updated plugin version will be release shortly. In the meanwhile you can fix this issue temporary by editing the chat plugin file as following.

    Chat plugin file:
    chat/chat.php

    Edit the above file on line number 2074 as following.

    Before Editing:

    $chat_message = links_add_target(make_clickable($chat_message));

    After Editing:

    // $chat_message = links_add_target(make_clickable($chat_message));

    Best Regards,
    WPMU DEV

    Plugin Author Umesh Kumar

    (@umeshsingla)

    Hi @spoxter,

    Chat latest version have the fix for hyperlink bug, you can update to latest version.

    Thanks,
    Umesh Kumar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hyperlinks bug’ is closed to new replies.