Replies
- Brajesh Singh on November 25, 2016 at 12:38 pm in reply to: restrict by role create folder in a groups #6501
I will post some code tonight.
Thank you
Brajesh Hi Francoise,
The Previous/next comes from WordPress. Please translate wp next/previous text to change it. we are using paginate_links btw.Regards
BrajeshThank you.
That makes sense. We will put it in our list 🙂- Brajesh Singh on November 25, 2016 at 12:35 pm in reply to: Page galleries showing up as squashed together on mobile #6498
Hi Owen,
I have added some of the modifications to MediaPress, You may see the changesheet herehttps://github.com/buddydev/mediapress/commit/c4b80b55e99ec0c69d1b3bc4da431ef66eedbb85
Please give me 1-2 days to push the release as it needs some more updates.
Thank you
Brajesh - Brajesh Singh on November 25, 2016 at 12:33 pm in reply to: MediaPress – Add "Uploaded by" display on media views #6497
Hi George,
you can copy and override templates.
here is the code to display the uploader user name linked<?php echo bp_core_get_userlink( mpp_get_media_creator_id() ); ?>You should copy and modify this file
Hope that helps.
- Brajesh Singh on November 25, 2016 at 12:22 pm in reply to: Sort Galleries by Category, Gallery Filtering #6496
Hi Fidd,
Thank you. We managed to allow adding category from front and put the list in the drop down filter but the filtering does not work at the moment. Thre lies an issue with our MPP_Gallery_Query parameters. I will need to update it first to make this functional.Thank you
Brajesh Thank you for reporting.
- Brajesh Singh on November 25, 2016 at 12:14 pm in reply to: BP Autologin on Activation – You must log in to access the page you requested #6494
HI Brett,
Please try disabling other plugins and test. I have tested it with WordPress multisite 4.6.1, BuddyPress 2.7.1 and It worked fine for me.I am sorry but I can not make a wild guess here as it is quiet possible that some theme/plugin may be making a redirect on login/activation.
The only way to find out is to try disabling the plugins one by one. Btw, which theme are you using?
- Brajesh Singh on November 24, 2016 at 10:55 am in reply to: Create a customized email for each subscription #6485
No problem. Instead of
$to = $_POST['register_email'];Please try
$to = 'somevalidemail@somesite.com';//Use a valid email there and test if it work or not?
- Brajesh Singh on November 24, 2016 at 10:53 am in reply to: Plugin Issue: BuddyPress Message Privacy(BuddyDev) #6482
Thank you. Just tested again. Yes, the issue is when you have the plugin enabled. Most probably it is due to the username compatibility.
Please allow me a few hours to look at it and I will report back.
Thank you
Brajesh- This reply was modified 9 years, 3 months ago by
Brajesh Singh.
- This reply was modified 9 years, 3 months ago by