Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter smc11773

    (@smc11773)

    Donation sent! Thank you.

    Thread Starter smc11773

    (@smc11773)

    I realized the comment showed up upon hovering over the title, which is nice but it’s not apparent by looking at it that there is a new comment there.

    so I changed one of the last lines of : /inc/widgets/recent-comments.php:

    $row .= sprintf( '<td class="text">'.__( "%s said '<B>$comment_content</B>' about <a href='%s' class='tooltip' title='%s'>%s</a>" , 'p2') . '</td></tr>', $author_html, $comment_url, esc_attr($comment_content), $post_title );

    Might add comment time and date in the future.

    Thread Starter smc11773

    (@smc11773)

    heh… found the blasted code!

    In p2.js: (version 1.1.5)

    if(!window.location.href.match(‘#’))
    $(‘#posttext’).focus();

    comment out: $(‘#posttext’).focus();

    I just started exploring the P2 theme, and from the looks of things on this forum, you’re not alone in using it, but like most other free themes, you’ll have to rely on the community for the majority of support.

    Unfortunately, I don’t know enough Jquery or Ajax to be of much help.

    I checked out your site and we have a lot of the same ideas. I too put in a header, changed the width, and cleaned it up so it’s not so busy.

    What things are not working correctly for you?

    Forum: Plugins
    In reply to: User Photo Plugin

    I second that, Avatars works really well.

    smc11773

    (@smc11773)

    I DON’T LIKE SPAM message is still an issue.

    Upon loading Wordspew, the last message prompt says 40 years and 4 months… this is a sign that the next posting will result in the I DON’T LIKE SPAM message. If I hover over the nickname of the last post, the time is right, even though it says 40years and 4 months at the top.

    Sometimes after two or three attempts, the message will go through and everything will work fine, until the browser is closed.

    The issue isn’t really SPAM. Wordspew thinks it’s a bot trying to post… something to do with BADCALC variable not being set.

    I’m thinking this might be related to the time of the post, and the time on the PHP server, maybe even the time of WordPress. I don’t think Wordspew uses WordPress time.

    I also suspect it might have to do with a PHP Sessions setting as the issue started when I switched web hosts. The old host was using PHP 4, then new one has PHP 5.2.2.

    I’d like to temporarily get rid of that BOT check so it will stop blocking messages. Wordspew is used in a controlled environment so SPAM and BOTS are not an issue. Not sure how to go about that yet. In the mean time if I ever find the problem I’ll keep you posted.’

    Any insight is appreciated.

    Great plug-in!

    smc11773

    (@smc11773)

    Wow… I just saw that, very nice!

    smc11773

    (@smc11773)

    clearing the browser cache should fix that.

    I’d like to see an option to disable spam filtering when the shoutbox is used in a secure, controlled environment. The message gets annoying. Any way to disable this spam checking?

    Thread Starter smc11773

    (@smc11773)

    Thanks for the reply! I went the source code route.

    /views/views-import.php for most of them, and then a quick adjustment to the import.class.php

    a dirty solution but simple.

Viewing 9 replies - 1 through 9 (of 9 total)