{"id":2595,"date":"2008-04-01T18:38:18","date_gmt":"2008-04-01T18:38:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/reply-to\/"},"modified":"2011-06-16T00:34:01","modified_gmt":"2011-06-16T00:34:01","slug":"reply-to","status":"publish","type":"plugin","link":"https:\/\/pap-aw.wordpress.org\/plugins\/reply-to\/","author":369131,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"3.1.3","stable_tag":"trunk","tested":"3.1.4","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"@ Reply","header_author":"Yus","header_description":"","assets_banners_color":"","last_updated":"2011-06-16 00:34:01","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/yus.me\/","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/reply-to\/","header_author_uri":"http:\/\/yus.me","rating":5,"author_block_rating":0,"active_installs":100,"downloads":35409,"num_ratings":2,"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":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","3.1"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538930","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538930","resolution":"1","location":"plugin"}},"screenshots":{"1":"The reply links as they appear in comments.","2":"This is automaticaly inserted when you click on a reply link."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[8924,107,6001,159],"plugin_category":[44,56],"plugin_contributors":[84627],"plugin_business_model":[],"class_list":["post-2595","plugin","type-plugin","status-publish","hentry","plugin_tags-at-reply","plugin_tags-comments","plugin_tags-reply","plugin_tags-twitter","plugin_category-discussion-and-community","plugin_category-social-and-sharing","plugin_contributors-iyus","plugin_committers-iyus"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/reply-to.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/reply-to\/trunk\/screenshot-1.png?rev=1538930","caption":"The reply links as they appear in comments."},{"src":"https:\/\/ps.w.org\/reply-to\/trunk\/screenshot-2.png?rev=1538930","caption":"This is automaticaly inserted when you click on a reply link."}],"raw_content":"<!--section=description-->\n<p>This plugin allows you to add Twitter-like @reply links to comments.\nWhen clicked, those links insert the author name and a link to the comment you are replying to in the textarea.<\/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:\/\/wordpress.org\/extend\/plugins\/custom-smilies\/<\/p>\n\n<p>Thanks to Guillaume Ringuenet for 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 judging by the number of downloads I guess I wasn't the only one. ;)<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>(optional) The <code>dreply.png<\/code> file is for dark background themes use it to replace the default <code>reply.png<\/code> file if you want\/need.<\/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 links.<\/dt>\n<dd><p>They <em>should<\/em> be visible only when you move your mouse cursor over a comment text. If it still doesn't work, open <code>at-reply.php<\/code> search for <code>visibility:hidden;<\/code> (line 26) and remove that part, then you can also remove the whole line 29 <code>.comment:hover .yarr { visibility:visible }<\/code> because it becomes useless. This will make the reply links always visible for <strong>all<\/strong> comments (and not just the one your mouse cursor is over).<\/p><\/dd>\n<dt>It doesn't work! I can see the reply links 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 textarea (which is <code>comment<\/code>). In the later case, check your <code>comments.php<\/code> file to find your textarea id, then open <code>at-reply.php<\/code> and replace all the <code>document.getElementById('comment')<\/code> with <code>document.getElementById('YOUR_ID')<\/code>.<\/p><\/dd>\n<dt>This version sucks! I prefer the old one because I could choose where I want to put the reply link.<\/dt>\n<dd><p>It's hard to please everyone. For me, <strong>@ Reply<\/strong> should be a built-in theme feature and not a plugin. But plugins are easier to install (when it works).\nYou can still download the <a href=\"http:\/\/downloads.wordpress.org\/plugin\/reply-to.1.0.1.zip\">previous version<\/a>, just remember to replace <code>Version: 1.0.1<\/code> with <code>Version: 2.8<\/code> (or any higher number) on line 6 so that WordPress doesn't suggest you to update the plugin.<\/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\n<\/dl>\n\n<!--section=changelog-->\n<h4>3.1.3 - Minor update<\/h4>\n\n<ul>\n<li>CSS fix for themes that aren't displaying comments inside <\/li><li> tags.<\/li>\n<\/ul>\n\n<h4>3.1 - Major update<\/h4>\n\n<ul>\n<li>Added compatibility with WordPress' threaded comments. If they're enabled (and supported by your theme), @ Reply will replace the native \"reply\" links, otherwise it will be just like the previous versions.<\/li>\n<\/ul>\n\n<h4>3.0.5 - Bugfix<\/h4>\n\n<ul>\n<li>WordPress 3.0.5 broke @ Reply, this should fix it.<\/li>\n<li>P.S. I told you this should be a theme feature and not a plugin. ;)<\/li>\n<\/ul>\n\n<h4>2.9 - Minor update<\/h4>\n\n<ul>\n<li>Added support for paged comments.<\/li>\n<\/ul>\n\n<h4>2.8 - Major update<\/h4>\n\n<ul>\n<li>Now compatible with WordPress 2.8 and higher <strong>only<\/strong>!<\/li>\n<li>You don't need to edit your theme anymore, just activate the plugin and it works.<\/li>\n<li>The plugin now uses your WordPress language file.<\/li>\n<\/ul>\n\n<h4>1.0.1 - Minor (graphic) update<\/h4>\n\n<ul>\n<li>replaced the arrow graphics with better <strong>and<\/strong> original ones made by Guillaume Ringuenet.<\/li>\n<\/ul>\n\n<h4>1.0 - Initial Release<\/h4>","raw_excerpt":"This plugin allows you to add Twitter-like @reply links to comments.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2595"}],"author":[{"embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/iyus"}],"wp:attachment":[{"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2595"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2595"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2595"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2595"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2595"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pap-aw.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}