• Resolved PeWu

    (@pewu)


    Hello,

    I noticed a bug when you activate the option “Require users to be logged in to view and use the chat box.” and when user is logged out, the html code is added to a closing tag “</div>” too much.

    best regards
    PeWu

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Hi PeWu, thanks for reporting. Which version of the plugin are you using?

    Thread Starter PeWu

    (@pewu)

    Im using 20161116 version.
    I fixed it by editing the code manually plug. I changed the code in file “simple-ajax-form.php” line 228, i changed from “echo ‘div’;” to “if ( is_user_logged_in() ) echo ‘</div>’;” and it works correctly, but probably it is not the right solution.

    Plugin Author Jeff Starr

    (@specialk)

    I will get this fixed up in the next version. Thank you.

    Thread Starter PeWu

    (@pewu)

    Cool, thank you too.

    Plugin Author Jeff Starr

    (@specialk)

    Just to follow up with this, the issue is fixed in the upcoming version of the plugin. Should be available in the next week or so. Thanks again for reporting.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘“Require Log In” bug’ is closed to new replies.