Replies
Hi,
Thank you for the question.Currently, we do not have this functionality.
Regards
Brajesh- Brajesh Singh on June 23, 2020 at 7:45 am in reply to: [Resolved] Buddypress Message Attachment #31199
Hi JJ,
Thank you for the topic.We will be glad to check and update it. Please allow us 7-10 days as our current schedule leaves a very small room for anything.
I will keep you updated.
Regards
Brajesh - Brajesh Singh on June 23, 2020 at 7:41 am in reply to: BuddyPress Group Tabs Creator Pro showing New Tab on WRONG Group #31198
Hi James,
Thank you for using the plugin.Please share me a screenshot with the tabs settings and I will assist.
Regards
Brajesh - Brajesh Singh on June 23, 2020 at 7:14 am in reply to: [Resolved] User Profile Tab Creator Pro: Shortcode Not Working #31196
Hi Peter,
Thank you for confirming.I am glad it worked. I appreciate you taking time reply and confirm here.
Regards
Brajesh - Brajesh Singh on June 23, 2020 at 6:15 am in reply to: [Resolved] Buddypress Activity Shortcode comments #31194
Hi JJ,
You do not need the above code. If using stream type solves your issue, you can pass it in the shortcode as an attributedisplay_comments ="stream"Regards
Brajesh - Brajesh Singh on June 23, 2020 at 6:12 am in reply to: Private Message Rate Limiter – Rate Limit User Activity #31192
Hi Arnobio,
The private message restrictions plugin will be available publicly in next couple of days. @ravisharma is doing a pre-release testing and we were planning to push it for July. We can make it early too.For general Restrictions plugin, I do not have and ETA. Our old work that I might have shared some screenshots, did not seem good enough. We have abandoned that. The new development is going through the planning phase again. I am unable to set an ETA for that currently.
Do you need a solution for Role based activity restrictions?
Regards
Brajesh - Brajesh Singh on June 23, 2020 at 6:00 am in reply to: [Resolved] Match Folder names to users and albums via SQL #31191
Hi,
Thank you for the question.Here is a query that will list user name, directory_path
SELECT user_login, CONCAT( "wp-content/uploads/mediapress/members/", ID) FROM wp_usersPlease change wp_users to your users table name.
Here is a query that lists user, user_gallery and user_gallery path
SELECT user_login, CONCAT( user_login, "/" , post_title) as user_gallery, CONCAT( "wp-content/uploads/mediapress/members/", wp_users.ID, "/", wp_posts.ID ) as user_gallery_path FROM wp_posts, wp_users WHERE post_author=wp_users.ID AND post_type="mpp-gallery" AND post_status="publish"Please make sure to change wp_posts & wp_users with the correct table name(you might have a different prefix than wp).
Here is how it should look.
https://i.imgur.com/oYCsk3s.png
Hope that helps.
Regards
Brajesh - This reply has been marked as private.
No issues. You are welcome.