devaka
Forum Replies Created
-
I had to edit plugin source code to fix my problem. Now I see new verson 2.0.11 and afraid to update it )) Sorry guys, you need to make it work without patches.
Forum: Plugins
In reply to: Co-Authors Plus: Autocomplete not working after upgrading pluginDaniel, Jan, thanks a lot!
Forum: Plugins
In reply to: Co-Authors Plus: Autocomplete not working after upgrading pluginJan Dembowski, thanks for reply!
Problem seems in get_users function what cant search for display_name.
But previous version of co-authors plugin worked well…In other words, I try to select author when creating new post and can’t select by display_name. I’ve attached screenshots few posts above.
Forum: Plugins
In reply to: Co-Authors Plus: Autocomplete not working after upgrading pluginsolved problem by hacking wordpress:
file: wp-includes/user.php
line: 487
added string: , ‘display_name’so it now:
$search_columns = array(‘user_login’, ‘user_nicename’, ‘display_name’);it has solved my problem with autocomplete but now dont know if it influence on front-end website speed? )
Forum: Plugins
In reply to: Co-Authors Plus: Autocomplete not working after upgrading pluginHere is some screenshots:
http://img401.imageshack.us/img401/9853/044j.png
search working by english wordshttp://img4.imageshack.us/img4/3163/045d.png
but not working for russian words… in previous of plugin version I had no this problemForum: Plugins
In reply to: Co-Authors Plus: Autocomplete not working after upgrading pluginafter detailed testing can say what it search author by nickname or email, but not search by utf8 author name 🙁 like “Сергей”