Replies
- Brajesh Singh on December 1, 2017 at 9:35 am in reply to: creating group in multi blog sub site shows no option for group photo (avatar) #11996
Hi Joseph,
Thank you for posting.can you please visit Settings->BuddyPress->Settings on the sub site and see if cover upload for group is enabled. It seems to be working fine for me.
Regards
Brajesh Hi Andreas,
I will be pushing it. We have a lined up release of MediaPress and that’s why it has been deleayed.There are a few small issues that needs to be fixed in MediaPress, I have been hoping to release it for last 2 days but still need some more time. I am hoping that I should be able to do it today. Asap I am done with it, The comment Notifier will be available within 2 hours.
For wall Photo Gallery- Do you suggest using user’s name before the gallery name on the directory page? or do you have a better suggestion. We do need to create a wall gallery for each user when they upload.
Since the creation is automatic, we named it Wall Gallery.Thank you
Brajesh- Brajesh Singh on December 1, 2017 at 9:31 am in reply to: Image resize in buddypress activity #11994
Hi Nagarjun,
Welcome to BuddyDev.
Is it about MediaPress uploaded image?Thank you
Brajesh - Brajesh Singh on December 1, 2017 at 9:30 am in reply to: Issue with provided code (profile tab depending to member type) #11993
Hi Beuza,
It needs some time as I still need to check if simply moving tabs will work or we will have to filter at other places.Since it needs significant time(anywhere between 30 mins to 1 hour), I will need atleast a few days. As soon as I am done with my current priority(MediaPress release), I will work on it and help you. I am hoping to hope you with it by Sunday.
Thank you
Brajesh - Brajesh Singh on November 30, 2017 at 11:50 am in reply to: [Resolved] Users can't download media #11986
Hi Dani,
Thank you. I am sorry I was not able to push a release of MediaPress. I am working on a release today (It may come little late today but I am dedicating whole day for it), I will let you know after that.Thank you
Brajesh - Brajesh Singh on November 30, 2017 at 11:49 am in reply to: [Resolved] automatic change of type with Member Types Pro #11985
Hi Herver,
Please use backticks(`) to post the code here.1. No conflict with Force Profile. It does have a bit of that plugin but both will work.
2. You will see this codebp_set_member_type( $user_id, 'member_type_unique_name', $append ); // change it.Change it to
bp_set_member_type( $user_id, 'student', $append ); // change 'student' with your own unique name.3. Sorry, this code does not cover that. I am not sure what you mean by switching membership. I thought your goal was to set the member type when avatar is uploaded & required fields completed.
4. I haven’t added the code for showing the notice. You can use the method ‘has_required_field_data( $user_id)’ to check for it and show the message.
If you want me to add it, please let me know and I will add it.
Also, if you are not comfortable with the code, please post me the message and the member type name and I will update it.
Thank you
Brajesh - Brajesh Singh on November 30, 2017 at 11:31 am in reply to: [Resolved] BuddyPress Multi Network Not Showing users on Member Page #11984This reply has been marked as private.
Thank you for the update.
I am looking forward to it 🙂- Brajesh Singh on November 30, 2017 at 3:53 am in reply to: [Resolved] automatic change of type with Member Types Pro #11978
HI Herve,
My apologies for the delayed reply.Here is the code
https://gist.github.com/sbrajesh/238153f70f770f957fd1c4b2ba60be77you should put it in bp-custom.php
Please make sure to update the set_member_type() method with the actual member type.
I haven’t tested it but it should work. I hope you can extend further in any way you want.
Regards
Brajesh - Brajesh Singh on November 29, 2017 at 7:08 pm in reply to: [Resolved] How to find the group/forum ID in Buddy Press #11976
Hi Tabitha,
Welcome to BuddyDev.Please visit Dashboard->Forums and on the list of forums, please hover over the “Edit” link. You will see a url like this at the bottom of your browser.
https://Yoursite.com/wp-admin/post.php?post=6&action=edit
The value of the post, e.g 6 in this example is the forum id.
Hope that helps.
Regards
Brajesh