Plugin info

Total downloads: 798
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/28/2017 (3199 days ago)
Added to WordPress: 2/11/2017 (8 years old)
Minimum WordPress version: 4.6
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3199 days ago

20/100

Is MSLS Grouping abandoned?

Possibly abandoned (last update 3199 days ago).

Compatibility

Requires WordPress: 4.6
Tested up to: 4.7.31
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

MslsMenu
Rating 4.6/5 (8 reviews)Active installs 200
MslsSelect
Rating 5.0/5 (1 reviews)Active installs 10
Ray Enterprise Translation
Rating 2.6/5 (48 reviews)Active installs 10,000
WPGlobus for WPBakery Visual Composer
Rating 4.7/5 (12 reviews)Active installs 2,000
International Phone Number Format
Rating 5.0/5 (2 reviews)Active installs 500
WPGlobus for Black Studio TinyMCE Widget
Rating 0.0/5 (0 reviews)Active installs 200

Description

“Multisite Language Switcher” is very attractive plugin.
However, It may not be available for your site plan.

  • Site A (English) example-site.com/
  • Site A (Japanese) example-site.com/jp/
  • Site B (English) example-site.com/siteB/
  • Site B (Japanese) example-site.com/siteB-jp/
  • Site C (English) example-site.com/siteC/
  • Site C (Japanese) example-site.com/siteC-jp/

“Multisite Language Switcher” cannot tell the difference between site A, site B and site C.
Therefore you cannot connect the language when there are site A, site B, site C.

“MSLS Grouping” adds “group_key” to settings of “Multisite Language Switcher”.
For example, you set “group_key” with “SiteA” or “SiteB” or “SiteC”.
You can limit a language site in a group by doing this plugin.
You can display only the first site when there are multiple same language sites in a group.

And, it provide shortcode “SameLangSites” and widget “SameLangSites”.
You can output the list of different groups of the same language.
For example, “SameLangSites” of “site A (English)” lists ” site B (English)” and “site C (English)”.

  • Site A (English) => Site B (English), Site C (English)
  • Site B (Japanese) => Site A (Japanese), Site C (Japanese)

And, it provide “Language” column on the Table of Sites in network.

And, it provide “Language Flag” in Admin-Bar.

Installation

  1. “Multisite Language Switcher” is required.
  2. Upload the plugin files to the /wp-content/plugins/asm-MSLS_Grouping directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin in your plugin administration page (by the network administrator on all the blogs or by the root blog administrator for each particular blog).
  4. Use the Settings->Multisite Language Switcher Options screen to configure the plugin
  5. Set a site group key to “group_key”.
  6. Shortcode “SameLangSites” : [SameLangSites](list-template)[/SameLangSites]

Frequently Asked Questions

What is the replacment strings in list-template?

  • %before_item% : Prefix of the list item.
  • %item_class% : List-item CSS class.
  • %lang_class% : Item-language CSS class.
  • %group_class% : Group-key CSS class.
  • %url% : Item link url.
  • %link_target% : Link target.
  • %name% : Item name.
  • %after_item% : Suffix of the list item.

How do you not come to display language column on the Table of Sites in network?

You must add the following cord to functions.php in the theme.

add_filter( ‘asm_language-column.blogs.network’, create_function( ”, ‘return false;’ ) );

How do you not come to display language flags?

You must add the following cord to functions.php in the theme.

add_filter( ‘asm_language-flags.admin-bar’, create_function( ”, ‘return false;’ ) );

How do you not come to force WPLANG in the setting-general?

You must add the following cord to functions.php in the theme.

add_filter( ‘asm_force_WPLANG.options_general’, create_function( ”, ‘return false;’ ) );

Review feed

No reviews available

Screenshots

  1. <p>e.g. Sites List.</p>

    e.g. Sites List.

  2. <p>Multisite Language Switcher Options.</p>

    Multisite Language Switcher Options.

  3. <p>Set "group_key".</p>

    Set "group_key".

  4. <p>Widget "SameLangSites".</p>

    Widget "SameLangSites".

  5. <p>Shortcode "SameLangSites".</p>

    Shortcode "SameLangSites".

  6. <p>e.g. English Site.</p>

    e.g. English Site.

  7. <p>e.g. Japanese Site.</p>

    e.g. Japanese Site.

  8. <p>Language flags in Admin-Bar.</p>

    Language flags in Admin-Bar.

Changelog

0.1

  • created 2017.01.01.

0.2

  • po/mo files updated.
  • Language column on the Table of Sites in network added.
  • Language flags in Admin-Bar displayed.
  • Malfunction of WPLANG in the setting-general supported.
  • Fix. Spelling is corrected from “Gouping” to “Grouping”.

0.2.1

  • bug fix.