Dev49.net
Forum Replies Created
-
Forum: Plugins
In reply to: [WP First Letter Avatar] plugin rewrites avatars BuddypressHi,
If you are using BuddyPress, you need to use BuddyPress First Letter Avatar. BuddyPress itself overrides default WordPress avatar system, therefore WP First Letter Avatar will not work properly on a site with BuddyPress installed (no matter how extensively you use BuddyPress).
Why don’t you go with BuddyPress First Letter Avatar?Dan
Forum: Plugins
In reply to: [WP First Letter Avatar] php7 compatibilityHi!
Not yet. Although you are free to try and let me know the results 🙂Cheers,
DanForum: Plugins
In reply to: [WP First Letter Avatar] Error When InstallingWell, that’s unusual 🙂 Great to know, thanks!
Forum: Plugins
In reply to: [WP First Letter Avatar] Error When InstallingI’m sure there must be some incompatibility that makes it impossible to work in your environment, I’m sorry 🙁
Well, WordPress at its core is very basic in terms of its features, so having no avatar functionality is not that bad in general. There are multiple plugins that have very extensive avatar features, I’m sure you will find one satisfying your needs.Dan
Forum: Plugins
In reply to: [WP First Letter Avatar] Error When InstallingI am sorry to hear that. If you get blank page, then I’m pretty sure there is some other error – what does your error log say? PHP error logs are usually on your FTP. If not, you should be able to find that somewhere in your hosting dashboard.
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Reversing gravatarsI’m glad the problem has been solved 🙂
Dan
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Reversing gravatarsHi,
I’m sorry, but I don’t think I fully understand. If you have deactivated my plugin, there is no possibility that my plugin still displays the letter avatars. When plugin is deactivated, it just does not work in any way, so it is not possible that you see avatars generated by my plugin. The only thing that comes to my mind is that you are using cache plugin such as W3TC or WP Super Cache – if that’s the case, you need to clear its cache (not your browser cache).Cheers,
DanForum: Plugins
In reply to: [BuddyPress First Letter Avatar] Avator Move to the LeftHmm, if you deactivate BuddyPress Groups Extras does it change something?
What theme are you using?
Can you send a screenshot of the problem?Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] Avator Move to the LeftHello,
My plugin does not change the way avatars are displayed – it only swaps the content of the avatar, not the way it is displayed.
What exactly do you mean by clubs? Do you mean groups? Are you using any additional BuddyPress extensions?Cheers,
DanForum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationHi,
I don’t see this problem with bbPress. Maybe you are using some other extensions for viewing user’s profile?Dan
Forum: Plugins
In reply to: [WP First Letter Avatar] Error When InstallingHi there,
You will find your answer here – https://ww.wp.xz.cn/support/topic/fatal-error-call-to-undefined-function-mb_strtolower?replies=1
Basically you can just write to your hosting provider to enable “mbstring” extension. I’m sure they will do that immediately.
I am sorry for that, I was sure mbstring was a default extension, turns out it isn’t. Almost everyone has it enabled, though, which is a good thing, as this is a great PHP extension.
Kind regards,
Daniel WroblewskiI’m glad that it worked.
Thanks for the rating!Dan
Hi there,
I am sorry about that, it’s a mistake on my side. Please go to the main plugin file (wp-first-letter-avatar.php) and navigate to line 386. There is a line:
$file_name = $this->image_unknown;
You need to add additional line after this line, so that it looks like this:$file_name = $this->image_unknown; $file_name_mb = $this->image_unknown;I am sorry for this, I will fix it in the next release (shortly).
Please let me know if it helps.Kind regards,
Daniel WroblewskiForum: Plugins
In reply to: [WP First Letter Avatar] bbpress integrationGreat, thanks for letting me know. I’m glad it worked.
If you like a plugin, please consider leaving a rating 🙂
Dan
Forum: Plugins
In reply to: [BuddyPress First Letter Avatar] UTF8 support pleaseArabic alphabet has been available for quite a while not – I’m not sure how many users actually use it, but I haven’t received any complaints, so I guess I can mark this one as resolved.
Cheers,
Dan