smc11773
Forum Replies Created
-
Donation sent! Thank you.
Forum: Plugins
In reply to: P2 Recent Comments with comment excerptI 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.
Forum: Fixing WordPress
In reply to: Moving Post form to bottom focus issueheh… found the blasted code!
In p2.js: (version 1.1.5)
if(!window.location.href.match(‘#’))
$(‘#posttext’).focus();comment out: $(‘#posttext’).focus();
Forum: Themes and Templates
In reply to: Am I the only one still using the P2 theme?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 PluginI second that, Avatars works really well.
Forum: Plugins
In reply to: [Plugin: Pierre’s Wordspew] Shoutbox messages going to spamI 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!
Forum: Plugins
In reply to: [Plugin: Pierre’s Wordspew] Shoutbox messages going to spamWow… I just saw that, very nice!
Forum: Plugins
In reply to: [Plugin: Pierre’s Wordspew] Shoutbox messages going to spamclearing 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?
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] A Way to set Import Defaults?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.