Title: Dev49.net's Replies - page 6 | WordPress.org

---

# Dev49.net

  [  ](https://wordpress.org/support/users/dev49net/)

 *   [Profile](https://wordpress.org/support/users/dev49net/)
 *   [Topics Started](https://wordpress.org/support/users/dev49net/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dev49net/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dev49net/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dev49net/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dev49net/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dev49net/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 76 through 90 (of 147 total)

[←](https://wordpress.org/support/users/dev49net/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/dev49net/replies/?output_format=md) [2](https://wordpress.org/support/users/dev49net/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/dev49net/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/dev49net/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/dev49net/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dev49net/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dev49net/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dev49net/replies/page/7/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Wong invoice date](https://wordpress.org/support/topic/wong-invoice-date/)
 *  Thread Starter [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/wong-invoice-date/#post-6851448)
 * Downloaded recent version, problem seems to be fixed, marking this as resolved.
   Thanks a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] How to enable support for Russian language](https://wordpress.org/support/topic/how-to-enable-support-for-russian-language/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-to-enable-support-for-russian-language/#post-6352724)
 * Hi,
    Ah, this makes sense 🙂 Yes, Cyrillic letters are now supported. I guess
   I can mark this one as resolved 🙂
 * DW
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Fatal error on activation](https://wordpress.org/support/topic/fatal-error-on-activation-80/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-on-activation-80/#post-6849886)
 * Hi there,
    You are using PHP 5.3 or older. Plugin uses features which require
   PHP 5.4 or later. Please contact your hosting provider – they should update it
   to PHP 5.4 within minutes, without any extra cost.
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Showing digits and numbers instead of letters](https://wordpress.org/support/topic/showing-digits-and-numbers-instead-of-letters/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/showing-digits-and-numbers-instead-of-letters/#post-6848919)
 * Hi,
    I just checked the the Polygon Recent Comments With Avatar plugin you are
   using and unfortunately it is not possible to do it without code modification
   of this plugin. The author has not implemented any filters I could hook into.
   The reason why it worked for you earlier is because I was using a very different
   approach to get the user name. And while it may have worked for you, it was very
   buggy and caused a lot of trouble.
 * To make it work, you need to go to **wp-content/plugins/polygon-recent-comments-
   with-avatar/polygon-recent-comments-with-avatar.php** and navigate to line **
   119**. It says:
    **`$avatar = get_avatar($email, $avatar_size);//functions only
   default gravatar;`** You need to delete this line and paste this instead: **`
   $avatar = get_avatar($comment, $avatar_size);`**
 * Author has not updated the plugin for over 10 months, so I doubt he will update
   it in the future. However, if you want to make sure you don’t accidentally update
   it in future, you can change the version number in the same PHP file. Currently
   line **6** says:
    **`Version: 1.0.2`** You can change it to, for example: **`
   Version: 99.0.2`** To make sure you will not receive any update for it.
 * Sorry for that, but unfortunately it is the only way to make it work. The plugin
   is not passing a comment object, which I could use to get the user name. Instead
   it gives an email, which is not useful to me at all.
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] Showing digits and numbers instead of letters](https://wordpress.org/support/topic/showing-digits-and-numbers-instead-of-letters/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/showing-digits-and-numbers-instead-of-letters/#post-6848847)
 * Hi,
    That’s interesting. 1. Are the letters somehow related to the username? 
   2. Can you send me a link to your website, so I could see it? 3. What is your
   theme? 4. What other plugins are you using (a list would be helpful)? 5. What
   PHP version are you using?
 * Kind regards,
    Daniel Wroblewski
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] UTF8 support please](https://wordpress.org/support/topic/utf8-support-please/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/utf8-support-please/page/2/#post-6731179)
 * Hi **[@aminima](https://wordpress.org/support/users/aminima/)**, any update on
   this? 🙂 I could release the update any time now, I just need to know it works
   properly for Arabic letters 🙂
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] UserPro Intergration](https://wordpress.org/support/topic/userpro-intergration/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/userpro-intergration/#post-6828996)
 * Hi again,
    New FAQ question has been added, I hope it is clear about what to 
   do if something doesn’t work 🙂
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] UserPro Intergration](https://wordpress.org/support/topic/userpro-intergration/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/userpro-intergration/#post-6828986)
 * Hi there,
    I’m glad it worked out. The filter priority basically specifies the
   execution order of the plugin. Setting it to high value causes it to be triggered
   last in chain. In plugin settings this is described as:
 * > If you are using multiple avatar plugins, you can increase or decrease execution
   > priority of this plugin. If WP First Letter Avatar is overriding your other
   > plugins, try changing this to a lower value (for example 9).
 * But you are right, this is what FAQ is for. I will add this as another question.
 * > I think I have already left a good review however I will leave one if I haven’t.
 * I don’t see your review, so I would appreciate if you left one 😀
 * I’m marking this thread as resolved.
 * Cheers,
    Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] UserPro Intergration](https://wordpress.org/support/topic/userpro-intergration/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/userpro-intergration/#post-6828863)
 * Hi,
    This is a premium plugin so I can’t test it. Please send it to me at [info@dev49.net](https://wordpress.org/support/users/dev49net/replies/page/6/info@dev49.net?output_format=md)
   and I’ll see what I can do. I can’t guarantee it will work, though.
 * In the meantime, please try experimenting with my plugin filter priority value(
   available in my plugin’s settings). First try with a low value, such as **-1**
   
   If it does not help, use very high value: **99999**
 * And tell me if it changes anything.
 * Cheers,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] UTF8 support please](https://wordpress.org/support/topic/utf8-support-please/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/utf8-support-please/page/2/#post-6731171)
 * Thanks for the link, I may take a look sometime. I just Googled how Persian actually
   sounds like and I love it, it sounds soooo smooth.
 * Huge thanks for the png files. I have just integrated the Arabic alphabet into
   the plugin. Would you mind giving it a quick test before I make the release? 
   Here is the link – [http://dev49.net/buddypress-first-letter-avatar.zip](http://dev49.net/buddypress-first-letter-avatar.zip)
   
   It has the same version number as the latest release (2.2.1), so if you are using
   the plugin right now, you will have to replace the files on your FTP or delete
   the plugin and install it from the zip I’m sending you.
 * Thanks,
    Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] UTF8 support please](https://wordpress.org/support/topic/utf8-support-please/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/utf8-support-please/page/2/#post-6731169)
 * > ok I will rename the files and send you back.
 * That would be awesome! Thank you so much.
 * > Actually Persian and Arabic does not have lower or uppercase letters
 * That makes things easier 😀
 * > and if we hold shift, it types آ and without shift it types ا. Actually they
   > are the same letter in the alphabet, but in a two different shapes which آ 
   > is pronounced like Umbrella, and ا is prounounced as apple.
 * That’s interesting. On the side note, how does it feel to be forced to constantly
   switch alphabet when you read and write? I mean it’s one thing to use various
   languages, which is natural to many people these days. But you not only have 
   to completely switch the letters in your head, but also switch your reading and
   writing direction! Were you learning both languages/alphabets simulatenusly since
   you were young, or have you started learning English later on?
 * I feel I would be capable of learning couple of new languages, I could also try
   to learn different script, such as Cyrillic, but to learn to read and write different
   alphabet from right to left is totally beyond my imagination…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] UTF8 support please](https://wordpress.org/support/topic/utf8-support-please/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/utf8-support-please/#post-6731166)
 * Actually, it would be great if you could rename the files. This would make it
   much easier for me to implement.
 * Just to make sure – these are all letters that appear in Persian script? Also,
   are they lowercase? They should be lowercase.
 * If these are all characters and they are lowercase, then it would be absolutely
   perfect for me if the files were named with their Unicode number. According to
   the converter I have written, these are the unicode numbers for each of the chars
   you have sent in your last post:
 *     ```
       آ => 1570
       ا => 1575
       ب => 1576
       پ => 1662
       ت => 1578
       ث => 1579
       ج => 1580
       چ => 1670
       ح => 1581
       خ => 1582
       د => 1583
       ذ => 1584
       ر => 1585
       ز => 1586
       ژ => 1688
       س => 1587
       ش => 1588
       ص => 1589
       ض => 1590
       ط => 1591
       ظ => 1592
       ع => 1593
       غ => 1594
       ف => 1601
       ق => 1602
       ک => 1705
       گ => 1711
       ل => 1604
       م => 1605
       ن => 1606
       و => 1608
       ه => 1607
       ی => 1740
       ```
   
 * So, for example, آ.png should be named 1570.png. If you could do this, it would
   be totally perfect. Maybe just do the 512 folder, I can do the rest. But these
   chars need to be all lowercase (even if the avatar picture shows an uppercase
   png letter). All filenames should be lowercase and their Unicode number should
   also be for lowercase. So in case you have sent me uppercase, please send me 
   the lowercase list and I will send you Unicode values for lowercase letters.
 * Forgive my ignorance, but is Persian alphabet the same as Arabic? It all looks
   the same to my eyes, so it’s difficult for me to judge 🙁
 * Thank you for your help.
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] Version 2.2 breaks priority filter](https://wordpress.org/support/topic/version-22-breaks-priority-filter/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/version-22-breaks-priority-filter/#post-6807399)
 * This should be fixed now in 2.2.1
 * Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP First Letter Avatar] [IMPORTANT] Version 2.2 – filter priority problem](https://wordpress.org/support/topic/important-version-22-filter-priority-problem/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/important-version-22-filter-priority-problem/#post-6807940)
 * This problem has been resolved in 2.2.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyPress First Letter Avatar] [IMPORTANT] Version 2.2 – filter priority problem](https://wordpress.org/support/topic/important-version-22-filter-priority-problem-1/)
 *  Plugin Author [Dev49.net](https://wordpress.org/support/users/dev49net/)
 * (@dev49net)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/important-version-22-filter-priority-problem-1/#post-6807939)
 * This problem has been resolved in 2.2.1

Viewing 15 replies - 76 through 90 (of 147 total)

[←](https://wordpress.org/support/users/dev49net/replies/page/5/?output_format=md)
[1](https://wordpress.org/support/users/dev49net/replies/?output_format=md) [2](https://wordpress.org/support/users/dev49net/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/dev49net/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/dev49net/replies/page/5/?output_format=md)
6 [7](https://wordpress.org/support/users/dev49net/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/dev49net/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/dev49net/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/dev49net/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/dev49net/replies/page/7/?output_format=md)