Omtesla
Forum Replies Created
-
Because I not have money to buy premium addons of UM, one plugin has something for free what the other requires premium, maybe in future if will have enough money will upgrade, at the moment everyone is on low$ economy.
We tried also to implement if UM avatar is not present get BP avatar if BP avatar is not present get WP avatar, the code was not working for some reason, it was removing the UM avatars and displaying the BP or WP avatar.
Thanks!
Here is the code, with help of ChatGPT from AI.com I was able to fine tune it.
Add this to your child theme functions.php, this code will set URL and avatar to each UM member in Better Messages chat. If the user does not have UM avatar it will display default no person from UM image, maybe if you change settings in UltimateMember it will display as you need the gravatar.add_filter('better_messages_rest_user_item', 'custom_user_meta', 20, 3); function custom_user_meta($item, $user_id, $include_personal) { // Set custom profile URL $item['url'] = um_user_profile_url($user_id); // Set custom avatar URL $avatar_url = um_get_user_avatar_url($user_id); if ($avatar_url) { $item['avatar'] = $avatar_url; } // Set custom name // $item['name'] = 'Custom name'; return $item; }
Hello thanks for the code!
What should we add in those 3 places of the code so it will gather UM profile ids, avatars and names?
Hello
I have similar issue only I have both BuddyPress and UM it takes me to BP profile instead of UM, wonder if UM can go over BP when using such combo.
Thanks.You should fix your website SSL certificate if you want to have more customers, else you will lose them like the OP above.
You not know that today browsers require SSL so your website looks more trusted/secure?Forum: Plugins
In reply to: [LiteSpeed Cache] Is it possible Litespeed cache slow down page?Hello all
For Litespeed developers to know, Cloudflare Caching + LiteSpeed plugin slows down the website.
After disabling CF cache by adding bypass rule to whole website, the speed is back to normal, maybe you guys will look into this.
Thanks.When I was looking for a plugin, there was 3 and out of those 3 this one was the perfect one, but I choose it because he had what I needed in the free version, but I definitely will upgrade later.
The problem with SSL was implemented by big corporations, I feel as a beginner programmer that the SSL is not really for security but for spying, it possible creates a special channel for corps to see what you do, which through https:// would be hard to achieve, but this is only in my theory, need to learn codding and to dig into it.
Also they want to harm small businesses with their SSL thing, now you will leave and find other plugin but this guy will be left without income.
If i had the power I would have removed SSL requirement from all websites.Let’s not forget that some SSL certificates cost allot of money per year, this is another business model, problem/solution = profit.
Try a different browser like Brave, Epic and Iridium, also you may input in the link https://treepress.net without (s).
You need to select in the browser Proceed Unsafe, the website works without SSL, it’s unfortunate that browsers decided to implement this strict rule, a website should display not matter if it has or not have SSL.
On the other hand today many hosting companies offer free SSL not sure why they didn’t implement it yet.
- This reply was modified 1 year, 9 months ago by Omtesla. Reason: additional info
Forum: Plugins
In reply to: [LiteSpeed Cache] Is it possible Litespeed cache slow down page?I have similar issue as soon I update Litespeed plugin on a website, it becomes slower, this guys did something in their last update.
Also developers should provide old plugin downloads, searched but nothing found.
Thanks for understanding and creating this plugin.
- This reply was modified 1 year, 10 months ago by Omtesla.
Thanks for creating this plugin, I look to upgrade later to Pro as I plan to build a social media that I hope will take out of biz such SM as FB and Twitter and I will need such plugin, but I also want to learn programing and maybe make something in house later, will see how it goes.
I have add the code and it worked, thank you!
Maybe there is a bug of why this page is remaining protected.
It works for category, but it does not work to not restrict the blog page when it is set to posts page in WP settings, this page is useful because it is like an activity page to show new posts. I wanted to make it visible to non members so they will see what is new but not be able to view the blog post, they will need to register to view posts.
Simple as that.This sounds great, wish you allot of abundance and success.
This plugin also could be great in offering support for a website chat system, where customers visit to buy products, this would require non members access to the chat, I see it was suggested before.
Anyway thank you for your time and dedication to the project, it makes our lives easier and not depend on apps.
p.s. imagine you develop an mobile app for this chat plugin where each website can link to the mobile app, this would be a game changer because people not want to give their chat content to big corporations for industrial espionage.