Dennis Ploetner
@realloc on WordPress.org and Slack
- Member Since: April 19th, 2010
- Location: Milan, Italy
- Website: my-fitness.blog
- GitHub: lloc
- Job Title: Principal Engineer
- Employer: MotorK Italia
Bio
Interests
Contribution History
Dennis Ploetner’s badges:- Core Contributor
- Documentation Contributor
- Meetup Organizer
- Plugin Developer
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Started mentoring WordCamp Lyon, France
-
Posted a reply to Adding filter to customize ahrelang tags, on the site WordPress.org Forums:
The code is in master now. I will prepare the next minor that should go… -
Posted a reply to Overwriting language links, on the site WordPress.org Forums:
You will find values with names that start with msls in the wp_options-tables. -
Posted a reply to Adding filter to customize ahrelang tags, on the site WordPress.org Forums:
So, congrats on your first pull request. ;-) I'll answer you over there. There are… -
Posted a reply to Metabox overflow in block editor, on the site WordPress.org Forums:
Or in case you want to make a PR: https://github.com/lloc/Multisite-Language-Switcher/ -
Posted a reply to Metabox overflow in block editor, on the site WordPress.org Forums:
Hey, thanks for pointing it out. I will try to solve it soon. ;-) Cheers! -
Posted a reply to Adding filter to customize ahrelang tags, on the site WordPress.org Forums:
I would love to see this small PR here. Any chance that you make your… -
Posted a reply to Overwriting language links, on the site WordPress.org Forums:
You can probably just filter options that start with msls: https://github.com/lloc/Multisite-Language-Switcher/blob/master/includes/MslsOptions.php#L134 -
Wrote a comment on the post Call for Supporters: Reactivating WordPress Meetups Around the World!, on the site Make WordPress Communities:
Count me in! I'm happy to help. :-) -
Posted a reply to Removing from header, on the site WordPress.org Forums:
Very good! Thanks! -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
Yes, you're right. :facepalm: -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
I guess, if there are any values then this SQL query should return something: SELECT… -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
Checking the code again I would say you should try to look up msls9379 (without… -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
Yes this is true for every meta table: https://github.com/lloc/Multisite-Language-Switcher/blob/master/includes/MslsOptions.php#L134 -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
The information is stored in the meta tables. For posts, you will find entries in… -
Committed [2729293] to Plugins SVN:
Update to version 2.5.5 from GitHub -
Committed [2725471] to Plugins SVN:
Update to version 2.5.4 from GitHub -
Committed [2725445] to Plugins SVN:
Update to version 2.5.3 from GitHub -
Committed [2725431] to Plugins SVN:
Update to version 2.5.2 from GitHub -
Committed [2725430] to Plugins SVN:
Update to version 2.5.1 from GitHub -
Committed [2725407] to Plugins SVN:
Update to version 2.5 from GitHub -
Joined the organizing team for WordCamp Italia 2022
-
Posted a reply to archive slug incorrect, on the site WordPress.org Forums:
Very good. Thanks for pointing it out! -
Posted a reply to hreflang on pages with pagination, on the site WordPress.org Forums:
I believe that the plugin should just guess that there is a connection because the… -
Posted a reply to Multisite Language Switcher connection only works on one page, on the site WordPress.org Forums:
You have probably to check the option "reference user". Read on here, please: https://msls.co/user-docs/plugin-configuration.html#reference-user -
Posted a reply to Link associated page, on the site WordPress.org Forums:
Thanks for the update. Very good! -
Wrote a comment on the post Discussion: Revisiting In-person Regional WordCamps, on the site Make WordPress Communities:
Thanks a lot for this post. I believe that regional WordCamps are a great solution… -
Posted a reply to Multisite Language Switcher plug-in autopopulating translated ACF fields, on the site WordPress.org Forums:
I guess there is some custom integration with ACF. There should be nothing in the… -
Posted a reply to Link associated page, on the site WordPress.org Forums:
Please, don't save any code in the plugin directly. It depends on what you want… -
Posted a reply to Link associated page, on the site WordPress.org Forums:
Hello, MslsOptions has a factory that tries to figure out in which content type it… -
Posted a reply to Flags EU, on the site WordPress.org Forums:
Hello, 1. you can use your own set of flags: https://msls.co/user-docs/plugin-configuration.html#advanced-settings 2. you can order… -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
This is probably because you use different users for the websites ... there is the… -
Posted a reply to Switcher for private pages, on the site WordPress.org Forums:
I guess this is the reason: https://github.com/lloc/Multisite-Language-Switcher/blob/master/includes/MslsPostType.php#L23 Not sure if a hook could solve this.… -
Posted a reply to Where the associate post is saved on the database?, on the site WordPress.org Forums:
The answer depends a bit on what you'd like to archive. The data are stored… -
Posted a reply to Get permalink for language, on the site WordPress.org Forums:
Yes, there is a built-in function: get_msls_permalink accepts a locale as input and gives the… -
Posted a reply to Woocommerce translation all thing, on the site WordPress.org Forums:
The plugin connects translated content. You would still have to translate everything by yourself. Read… -
Posted a reply to from MultilingualPress to Multisite Language Switcher, on the site WordPress.org Forums:
Great! ;-) -
Posted a reply to from MultilingualPress to Multisite Language Switcher, on the site WordPress.org Forums:
Good to read that you don't have any problems. You can set the mode for… -
Posted a reply to from MultilingualPress to Multisite Language Switcher, on the site WordPress.org Forums:
Hello, yes, these 2 plugins use basically the same approach. I don't know if there… -
Posted a reply to flag and description in one line, on the site WordPress.org Forums:
I think that you should check how your menu items are formed. If they are… -
Posted a reply to flag and description in one line, on the site WordPress.org Forums:
It's actually a good question. Did you already try the MslsMenu addon? Cheers! -
Posted a reply to Show both flag and description in the HTML list, on the site WordPress.org Forums:
I think that the HTML-Select is quite limited. One could probably integrate jQuery Select2 or… -
Posted a reply to Product attribute translation, on the site WordPress.org Forums:
I'm afraid that this depends not only on the MSLS plugin. This plugin ties the… -
Posted a reply to Import translations with WP All Import, on the site WordPress.org Forums:
That is something different. You could export and import it again. But tie those contents… -
Posted a reply to Import translations with WP All Import, on the site WordPress.org Forums:
MSLS uses WordPress' standard metatables for its data. So I believe that is good for… -
Posted a reply to Documentation?, on the site WordPress.org Forums:
You will find a link in the last paragraph here: https://wordpress.org/plugins/multisite-language-switcher/#installation which points to http://msls.co/… -
Posted a reply to Multisite Language settings gets Overwritten, on the site WordPress.org Forums:
I'd say that you can start from here: http://msls.co/user-docs/plugin-configuration.html#choose-the-blog-language -
Posted a reply to Woocommerce switcher, on the site WordPress.org Forums:
This thread might be interesting for you: https://wordpress.org/support/topic/product-attribute-translation/ -
Posted a reply to Multisite Language settings gets Overwritten, on the site WordPress.org Forums:
Are you sure that those blogs have different languages codes? It sounds like a problem… -
Posted a reply to Is it possible to set x-default when using Multisite language switcher?, on the site WordPress.org Forums:
Yiu need probably additional logic inside the Mslsoutput class ... PRs are welcome.
Developer
-
MslsMenu
Active Installs: 300+
-
MslsSelect
Active Installs: Less than 10
-
Multisite Language Switcher
Active Installs: 6,000+
-
Multisite Taxonomy Widget
Active Installs: Less than 10
-
myLCO
Active Installs: Less than 10
-
scGeSHi
Active Installs: Less than 10
-
WP-Whoami
Active Installs: 10+
Plugins
-
Add From Server
-
Advanced Custom Fields
-
Advanced Custom Fields - Location Field add-on
-
Advanced Custom Fields: NextGEN Gallery Field add-on
-
Better WordPress Minify
-
Broken Link Checker
-
Contact Form 7
-
Contact Form 7 Dynamic Text Extension
-
Email as Username for WP-Members
-
Members - Membership & User Role Editor Plugin
-
MslsMenu
-
MultiSite Clone Duplicator
-
Multisite Language Switcher
-
Multisite Taxonomy Widget
-
myLCO
-
scGeSHi
-
Simple Lightbox
-
Use Google Libraries
-
WP-DBManager
-
WP-Optimize - Cache, Clean, Compress.
-
WP-PageNavi
-
WP-Whoami
-
WPML2WPMSLS