开发者 | doodlebee |
---|---|
更新时间 | 2014年4月17日 09:34 |
捐献地址: | 去捐款 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 3.9 |
版权: | GPLv2 or later |
wp_list_comments()
" features. A clickable span that triggers the action to expand the replies is also added.
New features are including easing options, as well as allowing images. An options page has been added for further customizations, making it even easier to use.
bb_jcr_format_comment
to this text field, and your comment layout will use the callback supplied in the plugin. if you still want to edit the layout, feel free to copy the function (located within jQuery-comments.php, around line 73) and paste it into your theme's functions.php file. You WILL have to rename the function, or you'll get a fatal error. Once you rename the function, take that name and pop it into the "callback" field on the settings page, then feel free to edit the function to get the exact layout you want to have.
There's several tutorials available for how to edit the comment layout, but Jeremy Clark's is the one that actually started this plugin.If you want to use an image in place of (or with) the text, then use CSS to pull that off (this example has the image, named "sprite.png", uploaded to the theme's images directory). An example:
.replylink span { display:inline-block; background:url("images/sprite.png") no-repeat left top; width:20px; height:20px; overflow:hidden; line-height:50px; /* make text disappear */ }
But if you have any, by all means, feel free to ask away. I'd also love input on features you'd like added or things you'd like to see to improve this plugin. See the "Other Notes" section on how to contact me. Please also note that, even though I have a disclaimer about my limited availability to assist, I ALWAYS try to help out as much as I can - which is evidenced by the "Support" thread. WordPress does not give me any notice whensomeone leaves a support question on the forums - you have to rely on me having the time to come in and check - and these days that's not often. I try to get in to check as often as I can, but if it's been more than a week since you've left a question on support, please email me so I can try to help you out. And PLEASE do not leave support questions in the "reviews" section. If I help you out and solve your problem (which is usually the case) you cannot change your review. I've found, lately, that a lot of people are having a problem, leaving a bad review and terrible rating, and then I solve the problem (and it usually turns out it's not my plugin that was the issue in the first place). That doesn't help anyone. Please leave support questions in the support forum section, and actual reviews in the "reviews" section. Thank you.