wxgal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleWell, the patch worked the first nite after I installed it. But it didn’t work right last nite. Only a single post was created, but it was scheduled for tonite rather than last nite. I just don’t know what to do about this.
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleThe patch appeared to have worked for me. Only one post was created, and it was posted at the correct time.
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleLooks like a patch has been made for the issue.
http://alexking.org/blog/2008/11/16/twitter-tools-digest-problems
I haven’t installed it yet, so I don’t know for sure. But I wanted to share the link in case others hadn’t run across it.
Forum: Fixing WordPress
In reply to: [Plugin: Twitter Tools] Duplicate digests on scheduleI have the ‘Create a daily digest blog post from your tweets?’ set to YES and 11:59pm. When I checked this morning, I had 20 scheduled posts for 11:59pm tonite with YESTERDAY’s tweets. Those tweets should have been in a single post posted at 11:59pm last nite.
I’m running WP 2.6.3 and Twitter Tools 1.5.1. I didn’t have this issue until I upgraded my Twitter Tools install.
Does anyone know if/when this might be fixed. I’m going to have to turn off the digest posts since it’s not working like it should be.
Forum: Plugins
In reply to: 2 plugins – trackback and date relatedI’ve updated my Trackback Popup plugin today. It wasn’t giving the correct number of trackbacks and pingbacks. The problem has been corrected and the code updated.
Forum: Plugins
In reply to: 2 plugins – trackback and date relatedIt is a script from Scriptygoddess. users online script.
Forum: Plugins
In reply to: Comment Leader HackI just tried both links in this thread for this script/plugin. Neither one worked. I wanted to add this to my blog. I was gonna try to come up with it myself, but if it’s already been done, then there’s no need to reinvent the wheel.
If anyone can point me to the updated script/plugin, I’d be eternally greatful.Forum: Requests and Feedback
In reply to: Simple StatsI actually just modified the comment count one from http://mtdewvirus.com/wp-hacks/
I went into the comment-count.php file and added the following:
AND comment_content NOT LIKE ('%<trackback />%')
after
$request = "SELECT COUNT(*) FROM $tablecomments WHERE comment_approved = '1'
to get just a count of just the comments (because before it counted both the comments and trackbacks). Then I copied all of the code to a new file and renamed it trackback-count.php. I removed the NOT in the code I posted above. And I renamed the function to get_trackback_count.
I then called the function by
<?php get_trackback_count(); ?>
If this post doesn’t make sense (I don’t make sense from time to time … LOL), let me know and I’ll post the hacks I did to the 2 files on my website and link them here. I haven’t done that yet because I’m not done setting it up yet.Forum: Fixing WordPress
In reply to: Problem with database table namesWell, it’s official. My weather thingy is messing up my sidebar. And the weather thing is something I want there. Guess I’m gonna have to figure some way around this.
Boy it’s good to figure out the answers to my own questions. Now if I could just figure out the conflict and resolve it … LOL.Forum: Fixing WordPress
In reply to: Problem with database table namesWell, I found part of the problem. I accessed a different database for the weather info that I have in the sidebar. I closed that connection, so I’m not getting the errors anymore. But it’s not displaying the info either. Still trying to debug.