Replies
- Brajesh Singh on June 30, 2021 at 10:55 pm in reply to: Buddypress Profanity Filter Plugin Multilingual Support #39388
Hi Shyam,
Thank you for the patience. I am sorry for the delay in update.I have released an update of the plugin which supports multi byte characters now.
Please upgrade to 1.1.2 and let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on June 30, 2021 at 10:21 pm in reply to: [Resolved] “new_forum_posts” Action not working in “BuddyPress Activity Shortcode” #39387
Hi Ricky,
Thank you for the reply.If you are comfortable with PhpMyAdmin, then please open your database in PHPMyAdmin and search for the activity table.
it should be something like this
wp_bp_activity or similar(with a different prefix)You can run the following query then
SELECT DISTINCT(type) FROM <code>wp_bp_activity</code>after replacing the “wp_bp_activity” with your actual table name. It will show you the list of activity types.
Regards
Brajesh - Brajesh Singh on June 30, 2021 at 10:18 pm in reply to: [Resolved] Auto join groups – cron job #39386
Hi Darshan,
Thank you for purchasing the plugin.Our team will help you with the cron. Is there any way to know the list of newly registered users on your site via the identity manager?
Thank you
Brajesh - Brajesh Singh on June 30, 2021 at 9:43 am in reply to: [Resolved] “new_forum_posts” Action not working in “BuddyPress Activity Shortcode” #39382
Hi Ricky,
Thank you.Th problem with activity types is they can be added by plugin plugin and there is no definitive list. The best way to check it by checking your activity table and querying for a list of distinct activity types.
Regards
Brajesh - Brajesh Singh on June 30, 2021 at 9:38 am in reply to: [Resolved] Auto delete users by role and time #39381
Hi Tosin,
Thank you for the reply. I am sorry, i missed to reply earlier. Please allow me a day. I will put it as tiny plugin( we need to convert to plugin to utilize the activation/deactivation hook for one time scheduling).Regards
Brajesh - Brajesh Singh on June 30, 2021 at 12:47 am in reply to: [Resolved] “new_forum_posts” Action not working in “BuddyPress Activity Shortcode” #39378
Hi Ricky,
Welcome to BuddyDev support forums.I am sorry for the delayed reply.
The activity type for bbPress forums are diffent and that is causing you the issue.
Please try this
[activity-stream primary_id=4 per_page=3 pagination=0 action="activity_update,bbp_topic_create,bbp_reply_create"]Let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on June 30, 2021 at 12:39 am in reply to: Connecting MediaPress to Media Cloud (Digital Ocean) #39377
Hi Olivia,
Welcome to BuddyDev support forums.
Thank you for using MediaPress.It seems that Media Coud plugin works out of the box with MediaPress as specified in this discussion.
https://buddydev.com/support/forums/topic/hhow-to-connect-mediapress-to-a-cloud-server/MediaPress does not need any specific configuration as all the MediaPress media are WordPress attachment. If you configure the plugin to move your WordPress media to clod, that should take care of MediaPress(I am hoping, I haven’t tried the plugin).
Please give it a try and let me know.
Regards
Brajesh Hi,
Thank you for the question.You will most probably need to do a template override as specified here.
https://buddydev.com/support/forums/topic/how-to-remove-alphabetical-sort/If that does not seem to work, Please contact the theme author and they will point you to correct file to override.
Regards
Brajesh- Brajesh Singh on June 30, 2021 at 12:31 am in reply to: [Resolved] How to remove ‘Alphabetical’ sort? #39375
Hi,
Thank you for the question.You can do it by template override. For BuddyPress legacy, you can copy plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php to yourtheme/buddypress/members/index.php and remove the option.
It seems you are using a custom theme. I will suggest contacting your theme author for the correct file to override.
Regards
Brajesh Hi,
Thank you for the question.Please have a look at the solution posted here.
https://buddydev.com/support/forums/topic/excluding-current-logged-in-user-from-members-widget/
Regards
Brajesh