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

    (@coronoro)

    If you just recently installed and downloaded the Plugin there should be no problem at all.
    If there is an existing topic and someone posts a new reply it should be marked as new.

    Thread Starter lklawless

    (@lklawless)

    Thanks for responding, but that’s what I’m saying – it doesn’t work. If there’s an existing topic and someone responds, I don’t always get a “new” indicator.

    Plugin Author Coronoro

    (@coronoro)

    I need some of your logs to see where the problem is located:
    Sadly I yet do not have a userinterface for enabling this so you need to do it manually.

    To do so you need to head to the folder in which all plugins are installed and select the unread posts plugin.
    Usually that would be …./wp-content/plugins/bbpress-unread-posts-v2.

    There you will find a logging.php. Open it with a text editor or trough your FTP client.

    The very first line should look like this:

    $isLogging = false;

    and you need to change it to:

    $isLogging = true;

    save your changes and upload the file to where it was.

    Open your Browsers console trough (F12 on chrome and firefox).
    When you now load a forumpage there should be several entrys shown.
    Please post these whenever this issue occurs to you.

    Thread Starter lklawless

    (@lklawless)

    Thanks for responding. I enabled logging, but I don’t know which tab I should click in the console to find the information you want me to post here – Elements? Network? Sources? Debugger? …

    Plugin Author Coronoro

    (@coronoro)

    Hello,
    For Chrome it’s in the lower part of the window. There should be Console, Search, Emulation and Rendering.
    In Firefox there is an Extra Tab for it in the upper part

    In both the logs are printed in the console tab.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mark replies as new’ is closed to new replies.