Dennis Ploetner
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] ENGLISH only in admin and blog languagePlease install the languages you need in the general settings first. π
Yes, it works like this.
Cheers,
Dennis.Forum: Plugins
In reply to: [Multisite Language Switcher] Entry links on multi site missing "blog" in URLI’m already working on it so I think few days. π
Forum: Plugins
In reply to: [Multisite Language Switcher] [DE] Abfrage, ob MSLS-Output aktiv istEs gibt auch einen Filter fΓΌr diesen Fall:
msls_blog_collection_construct
Such Dir mal den Filter hier heraus: http://msls.co/hooks-filters-and-actions/
Forum: Plugins
In reply to: [Multisite Language Switcher] Entry links on multi site missing "blog" in URLIt seems that the functionality that should take care of the “/blog/” part of a primary site is buggy under conditions like yours. There will be soon a new version of the plugin available.
Forum: Plugins
In reply to: [Multisite Language Switcher] Insert links in the middle of top headerI can not delete this thread … maybe a mod can do this. I can set this topic as resolved if you like.
Forum: Plugins
In reply to: [Multisite Language Switcher] Map post from different post type nameOK, thanks for sharing this info!
Forum: Plugins
In reply to: [Multisite Language Switcher] errorOK, very good … consider using MslsMenu if you use a nav menu. π
Forum: Plugins
In reply to: [Multisite Language Switcher] Entry links on multi site missing "blog" in URLThere is a blog collection class in the plugin. After the switch, you can call get_permalink for example. But yes, this is just a part of the story…
Please send also the screenshot of the other blog/site.
Thanks for reporting this. There is also a tracker at GitHub: https://github.com/lloc/Multisite-Language-Switcher
Forum: Plugins
In reply to: [Multisite Language Switcher] Entry links on multi site missing "blog" in URLYou can send the screenshots to me: [email protected]
MSLS doesn’t use the tables but switch_to_blog() and can then access the options for the particular site.
You can set the permalink structure in every site however you like. π
Forum: Plugins
In reply to: [Multisite Language Switcher] errorThis is probably a user problem. Do you have a different user for every site? At least one user (even a subscriber can be set as reference user) should be able to access all sites.
Forum: Plugins
In reply to: [Multisite Language Switcher] Map post from different post type nameHow did you register the custom post type? It would work if the post type had the same name but a translated slug. Please provide more information.
Forum: Plugins
In reply to: [Multisite Language Switcher] Map post from different post type nameHi,
you could use the ‘gettext’-filter – if you use the standard WordPress translation functions for the translation of the slug – in combination with a hook called ‘msls_options_get_permalink’ which comes with the Multisite Language Switcher. Or that filter alone like here and here.