jeffb0
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: feed-rss2.php template problemJust a followup… the same is true for feed-rss2-comments.php with regard to comment_text versus comment_text_rss.
Out of curiosity, is this intentional?
Forum: Fixing WordPress
In reply to: Quick, Easy Q about PingbacksI have the answer here, in case anyone else has the same question:
https://superuser.com/questions/42258/quick-easy-q-about-wordpress-pingbacks
Forum: Fixing WordPress
In reply to: Quick, Easy Q about PingbacksCan anyone help me out with this? It would be very much appreciated.
Forum: Fixing WordPress
In reply to: Quick, Easy Q about PingbacksGot it, thanks, but what data occupies these fields?
Name: Is this the author's name or the TITLE of their new post? Email: (not important) URL: Is this the direct URL to their new post or to their website? Content: Is this the TITLE of their new post?
Forum: Fixing WordPress
In reply to: Quick, Easy Q about PingbacksHello? World? =)
Forum: Plugins
In reply to: Are there widget (or sidebar) output hooks?I checked it out already, it’s an excellent plugin. Looks like we took a similar approach to accomplish the filtering.
Forum: Plugins
In reply to: Are there widget (or sidebar) output hooks?So I figured out how to modify all widget output. Check the link above if you’re interested.
Forum: Plugins
In reply to: Are there widget (or sidebar) output hooks?Well it appears the answer is elusive. Not even the helpful stackoverflow community knows (see https://stackoverflow.com/questions/1385954/do-wordpress-widget-or-sidebar-hooks-exist ).
This question is ranking #1 in google, so I’ll post my results as soon as I can trying an output buffering method.
Forum: Plugins
In reply to: Are there widget (or sidebar) output hooks?Bump.
Forum: Plugins
In reply to: Does WP modify the post_content on broken images?Finally got this figured out, here it is in case anyone else runs into this:
https://stackoverflow.com/questions/1166399/wordpress-oddity-with-broken-images-part-2
Forum: Plugins
In reply to: Does WP modify the post_content on broken images?I asked this question in greater detail here:
https://stackoverflow.com/questions/1161138/php-function-called-twice-funny-warning-message
Forum: Themes and Templates
In reply to: Easy one for the pros (2.7.1)Read: my test comments have been going to the akismet spam queue. Unfreakinbelieveable.
Forum: Themes and Templates
In reply to: Easy one for the pros (2.7.1)Been a few days, was hoping someone would come to my rescue. ??
I’ve tried everything except for reinstalling WordPress, including reverting to the default 2.7.1 theme.
Again, my $comment_approved check looks like this, yet the user is not shown their post-preview, almost as if the yet-to-be-approved comment isn’t hitting the comments loop:
if($comment->comment_approved == '0') :
Any devs that could shoot me something to check out (is it a cookie thing?), would be much appreciated.
Forum: Themes and Templates
In reply to: Easy one for the pros (2.7.1)Hey Nathan, it’s already set up that way… 0 = FALSE, 1 = TRUE.
Could it be a cookie issue?
As I said, it seems like the pending comment isn’t even hitting the comments loop. I’d really appreciate any input from a Dev or whatnot on what I should be looking for.
Forum: Fixing WordPress
In reply to: Q about wp_object_cacheHeh, maybe I should have just asked:
Should I be able to see the data I add to the wp_object_cache when I do a print_r( $wp_object_cache ); ? ??