Dev49.net
Forum Replies Created
-
Hi there,
I just made couple of changes in the code and WordPress does not say it is not properly prepared for translation anymore 🙂 So I guess if you want to contribute, you should be able to do it now. I’m still not sure how this whole translation system works, it’s a bit of a mystery to me and I didn’t have enough time to understand it.Anyway, any contributions are welcome, so thanks a lot for your willingness to help. Please keep in mind that I also have other very similar plugin, named BuddyPress First Letter Avatar. It uses almost the same strings as this plugin, so it would be great if you could contribute to these two.
I’m marking this one as resolved, as it seems that problem has been solved now.
Once again, thanks for your help and thanks for bringing this to my attention.
Cheers,
DanielForum: Plugins
In reply to: [WP First Letter Avatar] Multiple letters in avatarHi,
Thanks for the suggestion. It is something I had in mind for a very long time, but just didn’t have time to get around that. It is possible, though, that the (greatly) extended version of the plugin would eventually become a premium plugin, while keeping this simple WP First Letter Avatar a simple, free alternative. But nothing has been decided yet.Thanks for your input.
Cheers,
DanielForum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationHi,
Thanks for the report.
Sorry for that, I overlooked something. I will release an update today or tomorrow. I’m marking this one as resolved, as I already have a working solution.Thanks and sorry for the trouble.
Daniel
After Googling a bit, it seems that there is a whole lot of plugins that are experiencing this problem, even though they are technically prepared for localization. I’m not sure how to remedy this.
Well, I did everything the way it should be, but WordPress still shows that it is not properly prepared for localization. Weird. Maybe it needs time to process.
Hi!
Thanks for your willingness to help. Initially I didn’t plan the plugin to be translated, since there are just couple of settings in admin panel that could be translated. However, it may be a good idea to add language files. May I ask where are you getting this message? What did you click/enter? I know ww.wp.xz.cn did some changes to translations recently, but I’m not very up to speed with this, to be honest.Daniel
That’s great, thanks for letting me know. If you like the plugin, I would appreciate if you could leave a rating ww.wp.xz.cn/support/view/plugin-reviews/wp-first-letter-avatar 🙂
Dan
Hi,
Update is now available. Please tell me if it helped you.Cheers,
DanHi there,
Thanks. I found a workaround to avoid this problem in your environment. I will try to release an update before the end of the weekend (Friday if I find enough time). Sorry for the trouble.Cheers,
DanHi,
Are you sure you are using PHP 5.6? This error is related to using PHP version 5.3 or lower. Maybe your host has not set your version to PHP 5.6? Could you send me a screenshot of your phpinfo?i have replace name folder by “…”
I’m sorry, but I’m not sure I know what it means. What folder?
Dan
Forum: Plugins
In reply to: [WP First Letter Avatar] Берёт первую букву из emailI’m glad it helped, I’m marking this one as resolved.
If you like the plugin, please leave a rating 🙂Dan
Forum: Plugins
In reply to: [WP First Letter Avatar] Берёт первую букву из emailHello,
Unfortunately, Gwolle Guestbook plugin cannot be made fully compatible. The reason to this is the fact that this plugin does not use a typical comment object, so I cannot grab commenter data from it.You can manually modify the plugin file to make it partially compatbile. Go to wp-content/plugins/gwolle-gb/frontend/gwolle_gb-entry.php file, line 63 and change this line:
$avatar = get_avatar( $entry->get_author_email(), 32, '', $entry->get_author_name() );
To this line:
$avatar = get_avatar( $entry->get_author_name(), 32, '', $entry->get_author_name() );This is the only way to make it work (kind of). There are 2 downsides to this method:
1. This does not fully work, because Gravatars will not be utilized (always first letter avatar).
2. When you update this Gwolle Guestbook plugin, you will lose this modification, so you will have to do it again or do not update this plugin again.I’m sorry, but there is no other way to make it work. Gwolle Guestbook is not using regular comments as its entries, so I cannot get any useful data from it in my plugin.
Cheers,
DanForum: Plugins
In reply to: [WP First Letter Avatar] How to enable support for Russian languageThe latest version (2.2.2) should fix your problem. Please make sure you are using the latest wpDiscuz version.
Forum: Plugins
In reply to: [WP First Letter Avatar] How to enable support for Russian languageSure thing.
infoatdev49dotnetForum: Plugins
In reply to: [WP First Letter Avatar] How to enable support for Russian languageCan you send me a link to your website? Also, please provide me with the list of all your active plugins.
What letters are displayed for users with Cyrillic names on the frontend?