Replies
- Tosin on June 30, 2022 at 10:11 am in reply to: buddyblog medium editor not displaying embeds #45572
Kind reminder sir
I was wondering if its possible to add a new filter called (Trending) which will filter the activity based on posts with the most comments like this plugin https://wordpress.org/plugins/bp-whats-hot/
What I simply mean if you can make turn this plugin (https://wordpress.org/plugins/bp-whats-hot/) into a dropdown filter option rather than a navigation tab menu.
I removed the activity filter tab menu through a template override in child theme but now I want the trending feature be a filter dropdown option
Thanks Brajesh
I worked perfectly
I am using the legacy template
- Tosin on June 25, 2022 at 6:58 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #45504
Hello Ravi,
How is the expiration feature coming along.
Thanks
- Tosin on June 22, 2022 at 9:52 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #45470
Thanks Ravi, i’m really grateful.
- Tosin on June 20, 2022 at 2:41 pm in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #45453
Hello Ravi,
It worked perfectly the only thing missing now is the ability to expire featured post i.e featured post shouldn’t really remain featured forever, since customers will be competing for space
Example
Expire featured post after 30 day (this simply means after 30 days a featured post should be unmarked as featured)Thanks Ravi
- Tosin on June 17, 2022 at 9:06 am in reply to: [Resolved] Pay Per Post by selling access with WooCommerce #45417
Hello,
Brajesh how is the update progressing.
Thanks have a great day
I resolved this issue with this two plugins
https://wordpress.org/plugins/wp-html-mail/
https://wordpress.org/plugins/wp-html-mail-buddypress/Alternatively you can force BuddyPress to use wp_mail by putting the following code in your bp-custom.php
add_filter('bp_email_use_wp_mail', '__return_true');