• Hi guys,

    I really love the P2 theme, and the “recent” upgrade is totally awesome. Toggling every commentthread by itself was a feature I was totally psyched about.
    But I’m also having some problems with that in combination with the P2 recent comments sidebar. I’ve tested this on nearly every browser (IE, firefox, chrome and safari).
    Scenario 1: All comment threads are closed and I click on a permalink of a comment in the recent comments sidebar. Nothing happens except for the changed url. I would expect, that the according comment thread is opened and the browser scrolls automatically to wanted comment.

    Scenario 2: The comment thread which holds the comment I’d like to read is open. Everything works as it should.

    So, I think this has to be a bug in some ajax implementation, but since I’m not very familiar with this stuff, I really hope you can help me with that.

    Thanks a lot in advance.

    Cheers,
    Pascal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you found an answer to this issue? I have the same problem. Any direction would be much appreciated.

    OK, anyone who is looking for answer for above problem.

    in /themes/p2/js/p2.js
    add after: localizeMicroformatDates();

    $(‘.tooltip’).click(function() {
    $(‘.discussion’).show();
    $(‘.commentlist’).show();
    });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment links in sidebar not working’ is closed to new replies.