=== Multisite Language Switcher Comments ===
Contributors: DSmidgy
Tags: multilingual
Requires at least: 3.2
Tested up to: 3.8
Stable tag: 0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Extension for Multisite Language Switcher plugin. All comments on linked posts in multisite setup are displayed on a chosen post. New comments are stored in the first blog.
== Description ==
This is extension for Multisite Language Switcher plugin http://wordpress.org/plugins/multisite-language-switcher/
All comments posted on translation-joined pages gets stored into first blog. Then all comments are displayed on all translation-joined posts.
= INSTALLATION PROCEDURE WAS CHANGED IN VERSION 0.2 =
THIS PLUGIN WAS NOT TESTED ENOUGH YET TO BE READY FOR PRODUCTION USE
== Installation ==
You need to edit the comments.php in your theme folder:
* activate the plugin first,
* find "comment_form" function call,
* add "" just in front of it,
* add "" just below it,
* change the "" to "".
== Frequently Asked Questions ==
To do:
* comments counters on multiple post web pages do not work correctly
* notifications are always send in the first blog's language
* some glitches, because the plugin has not been thoroughly tested yet, may come up
Limitations:
* comment_id counter in a blog should not be higher than 100,000,000
== Changelog ==
= 0.1 =
* First version
= 0.1.1 =
* Fixing readme file
== 0.2 =
* Comments from all linked posts are displayed on a chosen post. New comments are still stored in the first blog.
* Comment counters on single post now work correctly.
* Hidden "reply" links on comments from non-primary blogs.
* Hidden "edit" links on comments from other blogs.
* Simplification of installation procedure.