Sherwin Techico
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Threaded Comments Problem – Markup wrong?Here’s what I have in my functions.php that pertains to this update:
... add_filter( 'comments_template', 'legacy_comments' ); function legacy_comments( $file ) { if ( !function_exists('wp_list_comments') ) $file = TEMPLATEPATH . '/legacy.comments.php'; return $file; } ?> <?php function blueprint_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="comment-<?php comment_ID() ?>"> <div id="div-comment-<?php comment_ID(); ?>"> <div class="comment-author vcard"> <?php echo get_avatar(get_comment_author_email(), 48); ?> <?php printf(__('<cite class="fn">%s</cite> <span class="says">says:</span>'), get_comment_author_link()) ?> </div> <?php if ($comment->comment_approved == '0') : ?> <em><?php _e('Your comment is awaiting moderation.') ?></em> <br /> <?php endif; ?> <div class="comment-meta commentmetadata small"><?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?> (<a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">#</a>)<?php edit_comment_link(__('(Edit)'),' ','') ?></div> <?php /*<p class="small"><?php comment_date('F jS, Y') ?> at <?php comment_time() ?> (<a href="#comment-<?php comment_ID() ?>" title="">#</a>) <?php edit_comment_link('edit',' ',''); ?></p>*/ ?> <?php comment_text() ?> <span class="reply small"> <?php comment_reply_link(array_merge( $args, array('add_below' => 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?> </span> </div> </li> <?php } ?>
And here’s what I have in my comments.php that pertains to the update:
<?php if ( have_comments() ) : ?> <h2 id="comments"><?php comments_number('No Responses', 'Responses', 'Responses' );?></h2> <div class="small"> <span class="feedlink"><?php comments_rss_link('Feed'); ?></span> <?php if ('open' == $post-> ping_status) { ?><span class="trackbacklink"><a href="<?php trackback_url() ?>" title="Copy this URI to trackback this entry.">Trackback Address</a></span><?php } ?> </div> <ol class="commentlist"> <?php wp_list_comments('type=comment&callback=blueprint_comment'); ?></ol> <div class="navigation"> <div class="alignleft"><?php previous_comments_link() ?></div> <div class="alignright"><?php next_comments_link() ?></div> </div> <?php else : // this is displayed if there are no comments so far ?> <?php if ('open' == $post->comment_status) : // If comments are open, but there are no comments. else : // comments are closed ?> <p class="nocomments">Comments are closed.</p> <?php endif; endif; ?>
Forum: Plugins
In reply to: [Plugin: wp-typogrify] Works beautifullyWish there’s a workaround for the post titles not getting any love. For example, getting wrapped w/ <span class=”amp”>. I guess that, and the contents of wp_list_pages();
Forum: Requests and Feedback
In reply to: Control of image caption widthDitto.
Forum: Plugins
In reply to: [Plugin: Twitter Tools 1.5b1] Create Daily Blog Post Option displaying jankySeems something to do w/ the plugin Adsense Manager. It messes up when these lines have been added by it:
—
<script type='text/javascript' src='https://justamemo.com/wp/wp-includes/js/prototype.js?ver=1.6'></script> ... /* declariation of jquery.js?ver=1.2.6 + common.js + jquery.color.js... */ ... <script type='text/javascript'> /* <![CDATA[ */ postboxL10n = { requestFile: "https://beta.thinkpile.com/wp-twitter-tools-test/wp-admin/admin-ajax.php" } /* ]]> */ </script> <script type='text/javascript' src='https://beta.thinkpile.com/wp-twitter-tools-test/wp-admin/js/postbox.js?ver=20080128'></script>
Forum: Plugins
In reply to: Twitter tools daily digest truncattedExperiencing some problems w/ this field-label/option. Wrote a new thread here if anyone want to follow: https://www.ads-software.com/support/topic/197652
Forum: Plugins
In reply to: [Plugin: Twitter Tools 1.5b1] Granularity of the exclusion of @reply tweetsForum: Plugins
In reply to: Twitter tools daily digest truncattedActually, 1.5b1 has a time option now w/ this field-label:
“Create a daily digest blog post from your tweets?”
Going to try it out and update.
Forum: Plugins
In reply to: Twitter tools daily digest truncattedMight have found a solution. Will be trying when I get a chance. I’ll update the thread…
https://www.ads-software.com/support/topic/127916?replies=4#post-796201
Forum: Plugins
In reply to: Twitter Tools compatible with 2.6?Might have found a solution. Will be trying when I get a chance. I’ll update the thread…
https://www.ads-software.com/support/topic/127916?replies=4#post-796201
Forum: Plugins
In reply to: Twitter Tools compatible with 2.6?It works, but my daily seems to be truncated.
Forum: Plugins
In reply to: Twitter tools daily digest truncattedAre you still getting this? I’m getting this now w/ WP2.6.
Forum: Plugins
In reply to: [Plugin: Video Embedder] Excellent PluginHope it gets resizing functionality in soon =)
Forum: Fixing WordPress
In reply to: Post excerpt image in homepageNice, I wonder if there’s a plugin like this that does it for the first-page of each category, even dates(?)
Forum: Plugins
In reply to: WP-O-Matic issue – Rewrite doesn’t work on TitlePosted an a ticket to WPO’s ticketing system, https://wpomatic.lighthouseapp.com/projects/12080-wp-o-matic/tickets/35-rewrite-doesn-t-work-on-title
Forum: Plugins
In reply to: AutoBlog Plugin Please Help.Don’t know, that’s why the post =)