{"id":3589,"date":"2008-08-25T07:59:10","date_gmt":"2008-08-25T07:59:10","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/reply-w-comment-preview\/"},"modified":"2008-09-28T10:49:12","modified_gmt":"2008-09-28T10:49:12","slug":"reply-w-comment-preview","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/reply-w-comment-preview\/","author":767378,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.0.41","stable_tag":"0.0.41","tested":"","requires":"2.3","requires_php":"","requires_plugins":"","header_name":"@Reply \\w comment preview","header_author":"Marcus Himmel","header_description":"","assets_banners_color":"","last_updated":"2008-09-28 10:49:12","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/blog.acidchaos.de\/donate","header_plugin_uri":"http:\/\/blog.acidchaos.de\/reply-w-comment-preview\/","header_author_uri":"http:\/\/acidchaos.de","rating":0,"author_block_rating":0,"active_installs":10,"downloads":7194,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.0.3","0.0.4","0.0.41"],"block_files":[],"assets_screenshots":{"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1573768","resolution":"4","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573768","resolution":"1","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573768","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1573768","resolution":"3","location":"plugin"}},"screenshots":{"1":"The reply arrows as they appear in comments.","2":"This is automaticaly inserted when you click on a reply arrow.","3":"Preview of linked comment shown when hovering over the link.","4":"Advanced options"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8924,107,2475,6001,159],"plugin_category":[44,56],"plugin_contributors":[84627,91458],"plugin_business_model":[],"class_list":["post-3589","plugin","type-plugin","status-publish","hentry","plugin_tags-at-reply","plugin_tags-comments","plugin_tags-preview","plugin_tags-reply","plugin_tags-twitter","plugin_category-discussion-and-community","plugin_category-social-and-sharing","plugin_contributors-iyus","plugin_contributors-marcu5","plugin_committers-marcu5"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/reply-w-comment-preview.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/reply-w-comment-preview\/trunk\/screenshot-1.png?rev=1573768","caption":"The reply arrows as they appear in comments."},{"src":"https:\/\/ps.w.org\/reply-w-comment-preview\/trunk\/screenshot-2.png?rev=1573768","caption":"This is automaticaly inserted when you click on a reply arrow."},{"src":"https:\/\/ps.w.org\/reply-w-comment-preview\/trunk\/screenshot-3.png?rev=1573768","caption":"Preview of linked comment shown when hovering over the link."},{"src":"https:\/\/ps.w.org\/reply-w-comment-preview\/trunk\/screenshot-4.png?rev=1573768","caption":"Advanced options"}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to add Twitter-like @reply links to comments, including a preview of the comment replied to.\nWhen clicked, those links insert the author name and a link to the comment you are replying to in the textarea, and adds a Preview of the original comment to the @Reply (on hover using javascript).<\/p>\n\n<p>This is a MASHUP of <a href=\"http:\/\/www.spreeblick.com\/2007\/09\/25\/worst-code-ever\/\">this<\/a> and <a href=\"http:\/\/wordpress.org\/extend\/plugins\/reply-to\/\">that<\/a><\/p>\n\n<h3>From the original README (Credits)<\/h3>\n\n<p>by <a href=\"http:\/\/wordpress.org\/extend\/plugins\/profile\/iyus\/\">Yus<\/a><\/p>\n\n<p>Most of the code is taken from the Custom Smilies plugin by Quang Anh Do which is released under GNU GPL :\nhttp:\/\/onetruebrace.com\/custom-smilies<\/p>\n\n<p>Thanks to <a href=\"http:\/\/blog.guillaumeringuenet.info\/\">Guillaume Ringuenet<\/a> who made the arrow graphics.<\/p>\n\n<p>I didn't create anything new, and I do not claim so in any way.\nThis plugin is just a feature I wanted and thought it could interest some other people.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin <strong>folder<\/strong> to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Place <code>&lt;?php if( function_exists( 'atrwcp_reply' ) ) atrwcp_reply(); ?&gt;<\/code> in your comments.php where you want the link to appear. For example, before the <code>&lt;?php edit_comment_link(...<\/code> part.<\/li>\n<li>(optional) Go to <code>Settings -&gt; @Reply with preview<\/code> to see some andvanced settings and advanced uasge of <code>atrwcp_reply()<\/code>.<\/li>\n<li><p>(optional) In the <code>extra<\/code> folder you will find a <code>reply.png<\/code> file for dark background themes, use it to replace the default file if you need.<\/p><\/li>\n<li><p>(optional) Themes like the WP default theme Kubrick don't have their comments wrapped up properly. For this plugin to work your theme's code should really look somewhat like this:<br \/><code>&lt;div class=\"comment-text\"&gt;<\/code><br \/><code>&lt;?php comment_text() ?&gt;<\/code><br \/><code>&lt;\/div&gt;<\/code><br \/>if your theme only has a different class used, you can change the settings of the plugin (<code>Settings -&gt; @Reply with preview<\/code>) to work with that.<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>It doesn't work ! I activated the plugin but I can't see the reply arrows.<\/dt>\n<dd><p>You skipped the 3rd step of the installation process. Try again. :)<\/p><\/dd>\n<dt>Where's the settings for this plugin?<\/dt>\n<dd><p>Navigate to <code>Settings -&gt; @Reply with preview<\/code>.<\/p><\/dd>\n<dt>It doesn't work ! I can see the reply arrows but clicking them does nothing.<\/dt>\n<dd><p>Either you have disabled JavaScript in your browser or your WordPress theme is not using the default id for the comments <code>&lt;textarea&gt;<\/code> (which is <code>comment<\/code>). In the later case, check your <code>comments.php<\/code> file to find your textarea id, then go set that in the Options for this plugin.<\/p><\/dd>\n<dt>It doesn't work ! I don't see the comment preview.<\/dt>\n<dd><p>Either you have disabled JavaScript in your browser or your WordPress theme is not using the default class for the comments text's encapsulating <code>&lt;div&gt;<\/code> (which is <code>comment-text<\/code>). In the later case, check your <code>comments.php<\/code> file to find the id of the div containing the comments' text, then go set that in the Options for this plugin.<\/p>\n\n<p>In addition, you might have to add <code>position:relative;<\/code> to the stylesheet definition of the DOM-elements holding the comments in order to make the preview positioning work. You can also use the custon CSS section in the plugin's settings (eg. <code>div.comment-text { position:relative; }<\/code>).<\/p><\/dd>\n<dt>Possible conflicts with other plugins.<\/dt>\n<dd><p>A plugin that filters the default WordPress comments functions, may prevent @ Reply from working. For example, WP_Identicon does this, but it also has an alternate setup for \"advanced users\" that doesn't conflict with @ Reply.<\/p><\/dd>\n<dt>More problems?<\/dt>\n<dd><p>Please provide some <a href=\"http:\/\/wordpress.org\/tags\/reply-w-comment-preview?forum_id=10#postform\">feedback @ the forums<\/a><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p><strong>0.0.41<\/strong> - jQuery loading tweaks<\/p>\n\n<p><strong>0.0.4<\/strong> - (hopefully) fixed code to autoload jQuery and included jQuery in the package so it will hopefully work with older WP versions<\/p>\n\n<p><strong>0.0.3<\/strong> - WP wont allow commenters to use the <code>class<\/code> attribute, so this will now be created by a filter.<\/p>\n\n<p><strong>0.0.2<\/strong> - set ID for comment-textarea used by theme in the settings panel.<\/p>\n\n<p><strong>0.0.1<\/strong> - initial release<\/p>","raw_excerpt":"This plugin allows you to add Twitter-like @reply links to comments, including a preview of the comment replied to. MASHUP of this: http:\/\/www.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3589"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/marcu5"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3589"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3589"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3589"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3589"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3589"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}