unclego
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Language Per User] database fields seems to be mixed upMeta_key “locale” are native WordPress since 4.7.
Meta_key “admin_language” are this plugin per user language setting.Both do the same thing, so they should have same value.
Locale from wp_usermeta table aren’t site locale. Site language is defined in wp_options table.
Please turn off all other plugins and check for error again.
I have this plugin on few my sites and never see this behavior.Forum: Plugins
In reply to: [Admin Language Per User] still working even after uninstallingPlugin use WP hooks and don’t update any core files. What you see is probably WP native language switch introduced in WordPress 4.7.
Forum: Plugins
In reply to: [Admin Language Per User] Need support for wordpress 5.0 and ElementorAs i understand, you wanna elementor front end editor in your admin language, is this correct?
Forum: Plugins
In reply to: [Admin Language Per User] Incompatible with WordPress 4.9.5But when I activate it in wordpress 4.9.5 ( woocommerce 3.3.5 ), In front-end, Some words isn’t as languages of settings.
I have already found 3 words:
1.search placeholder of woocommerce.
2.”home” in menu
3.dateThis plugin doesn’t affect frontend. It deals only with admin panel.
Your problem is related to latest changes to woocommerce. Developers changed a lot of stings. Most of them are only 1-2 letters from capital to lowercase, and translations become incomplete. I have same problem on some of my own sites.
Forum: Plugins
In reply to: [WooCommerce] Zero quantity item ordering as guestIs this fixed in 3.2.4? Can’t find it in changelog.
- This reply was modified 7 years ago by unclego.
Forum: Plugins
In reply to: [Admin Language Per User] Any additional functions?Added a notice to plugin description.
And i found the plugin is still usefull for sites with outdated plugins that not obey get_user_locale().
Forum: Plugins
In reply to: [Admin Language Per User] Any additional functions?This plugin are a bit obsolete nowadays.
In WordPress 4.7 users are able to select their preferred locale (language) when editing their profile. Plugin add exact same functionality to pre 4.7 WordPress.
I still maintain it for people with outdated WordPress sites.
Forum: Plugins
In reply to: [Admin Language Per User] Email to new user in wrong languageWow. This was a bit tricky do it a WordPress way.
You can try a new 1.0.7 version. If you are satisfied, I guess plugin deserve another 5 star review.
Install Admin Language Per User.
Lets you have your backend administration panel in english or any installed language, even if the rest of your blog is translated into another language. Language preferences can be set per user basis in user profile screen.
Tested on MultiSite.
- This reply was modified 8 years, 1 month ago by unclego.
Forum: Requests and Feedback
In reply to: site language and admin languageInstall Admin Language Per User.
Lets you have your backend administration panel in english or any installed language, even if the rest of your blog is translated into another language. Language preferences can be set per user basis in user profile screen.
Tested on MultiSite.
Forum: Plugins
In reply to: [Admin Language Per User] Enable backend languageMark as resolved due lack of feedback.
Forum: Plugins
In reply to: [Admin Language Per User] Enable backend languageUsualy it stay below Account Management section.
Or press Ctrl-F and search for Site Language.Forum: Plugins
In reply to: [Admin Language Per User] Can't make it workYep i have same trouble with language at general settings even if i change it manualy in the database.
use
define('WPLANG', 'es_AR');
in wp-config.phpHave a nice weekend too.
Forum: Plugins
In reply to: [Admin Language Per User] Can't make it workOn some of my sites WordPress core don’t work well with language set in general setting, so i still use WPLANG constant in wp-config.php.
You can set it in wp-config.php
define('WPLANG', 'es_ES');
and set English in user profile settings