Replies
- Brajesh Singh on April 8, 2018 at 4:46 pm in reply to: [Resolved] Mediapress lighbox image size #14354
Hi WPDev,
Welcome to BuddyDev.1. Showing fullsize in the lightbox:- It is possible to do via settings but in the current version we have a bug. If you select original, it does not show. I have fixed it in our dev repo and the change will be available in the release next week.
https://github.com/buddydev/mediapress/commit/dc015a578de4335eec84b8ac3d8b0f97e710f25bFor non clickable lightbox, I guess, we can achieve via a bit of javascript or modifying the lightbox template. I am going to look into it and most probably add some filter to automate in next release.
Thank you
Brajesh Hi George,
Thank you for the suggestion about my groups/my friends. You don’t need the my_friends and my_groups as those can be accessed by scope and user_id or ‘for’ combination.As for the roles, you don’t need to the change any code. user_id parameter accepts both an array of user ids as well as a single user id.
In the current form, to list all posts of a user’s groups you can use the following
[activity-stream user_id=1 scope=groups]If you want to do it for the logged in user, you don’t need the user_id and instead can use this
[activity-stream for=logged scope=groups]Hope that helps.
Regards
Brajesh- Brajesh Singh on April 7, 2018 at 8:26 pm in reply to: Display buddypress’s private message button on other theme's listing #14342
Hi Billy,
Hope you are doing well.Here is the post.
https://buddydev.com/buddypress/buddypress-send-private-message-button-shortcode/Hope it helps.
Regards
Brajesh - Brajesh Singh on April 7, 2018 at 8:04 pm in reply to: Problem Using Conditional Profile Fields for BuddyPress Plugin #14341This reply has been marked as private.
I hope they are able to help. I am not sure what changes they have made but the problem lies that the actual content of activity message box is not sent to the server. Tell them to look into it and they will be able to fix it.
Best Regards
Brajesh- This reply has been marked as private.
Hi Madhavi,
The first thing I will suggest is check if your hosting supports wildcard DNS Queries. Not all godaddy hosting support it.
https://in.godaddy.com/help/set-up-wildcard-dns-3301
From this article, you should be able to check what kind of account you have and whether it support the wildcard.
Most probably, the hosting does not support it and you might need to upgrade from them.
Please check and let me know what you find there.
Regards
Brajesh- Brajesh Singh on April 7, 2018 at 11:22 am in reply to: [Resolved] transfer and store demo files #14334
Hi Monica,
Thank you for posting.1. I am not sure of the first question, if you can help me understand it better, I will be able to assist. Do you need help in moving the content from your development server to live server?
2. Please take a look at this
https://buddydev.com/plugins/buddyblog/
You may be able to use it.
Regards
Brajesh Hi Julia,
Please use this to disable alladd_filter( 'bp_activity_do_mentions', '__return_false' );Regards
Brajesh- Brajesh Singh on April 7, 2018 at 11:13 am in reply to: [Resolved] Correct add class to Buddypress Register Popup #14331
Hi Julia,
1. Not sure if we will be able to provide support for location field. If it is using javascript etc, It might need fix on the other plugins end. We will update you of our findings early next week.3. Sorry but the code is tested. You most probably have something else interfering with it.
As for the design decision, It was made tp ease the process of signup and that’s why. We did added the code to disable it later.
When our future version comes, you will be able to control this settings from the settings page.
Regards
Brajesh