Giter VIP home page Giter VIP logo

polylang-comments-merger's Introduction

Polylang Comments Merger

Merges comments from all translations of the posts in Polylang.

Polylang creates posts and pages for each language. Comments posted on one language do not appear on other posts published in other languages.

Polylang Comments Merger merges comments from all Polylang translations of posts and pages, so that they all are displayed on each other. No changes are made to the db: comments remain internally attached to the post or page they were made on

Installation

No special installation is required:

  • Upload the whole polylang-comments-merger directory to the /wp-content/plugins/ directory.
  • Activate the plugin through the Plugins menu in WordPress.

Options

This plugin does not have any options. After activation all features are immediately available.

What types of content are supported

Only posts and pages are supported.

Notes

Polylang Comments Merger is heavily inspired by the no longer maintained WPML Comment Merging plugin by Fabian Lange.

Thanks

  • Rhialto and Jonathan for their efforts in the Wordpress support forum.
  • Yves Brendel and Rhialto (again) for French translations.

Support

The plugin is released "as is" and no support is given.

polylang-comments-merger's People

Contributors

rbnet avatar

Stargazers

Andrii Danyliuk avatar Vladi avatar Robert avatar Jimmy L. avatar Mohamed Saad avatar Oleksandr Evtukhov avatar Celestial Paler avatar  avatar Péter Bozsó avatar  avatar Dade Maru avatar  avatar  avatar Marco Pontello avatar

Watchers

James Cloos avatar Dade Maru avatar  avatar  avatar

polylang-comments-merger's Issues

Deprecated code and solution

$polylang->model->get_translations('post', $post_ID); // is deprecated

should be changed with:

PLL()->model->post->get_translations($post_ID);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.