Replies
- Brajesh Singh on July 8, 2019 at 9:06 am in reply to: [Resolved] FB Like Activity Stream is suppressing activity creation #23943
Hi Vivek,
Hope you are doing well.I will be trying this today and assisting you in couple of hours.
Regards
Brajesh - Brajesh Singh on July 8, 2019 at 9:06 am in reply to: BuddyPress Xprofile Custom Field Types – translation #23942
Hi Nik,
Thank you for the kind words.The updated PO file is available here
https://github.com/buddydev/bp-xprofile-custom-field-types/tree/master/languages
I will push a release on wp.org today(planning to add some more option in the plugin before release) and link you.
Regards
Brajesh Hi Mike,
Thank you for the patience. We have released the update.https://buddydev.com/plugins/buddypress-member-types-pro/
You can set default cover image based on member type. I have also put a filter in case you want to randomize for multi member types.
Regards
Brajesh- Brajesh Singh on July 8, 2019 at 7:51 am in reply to: FB like activity list + BP Reshare plugin #23939
Hi Vivek,
1. It is not a bug of FB Like Share. The Reshare plugin is broken currently. Try that without the FB Like. The reshare shows shared on sitewide activity stream(with a new tab) but the profile and other places are not working(I am using the 7th June update of reshare plugin).
2. It is a bug in reshare.
3. I did not test it. I will suggest avoiding the reshare plugin in its current state(Hopefully a future update will fix it), so you may keep using the other plugin for now.
Regards
Brajesh - Brajesh Singh on July 8, 2019 at 7:47 am in reply to: FB-like activity stream vs "sitewide activity"? #23938
Hi Vivek,
Hope you are doing well.1. Redirect all logged users except admin, to their profile activity from the sitewide activity
add_action( 'bp_template_redirect', function () { if ( is_user_logged_in() && bp_is_activity_directory() && ! is_super_admin() ) { bp_core_redirect( bp_loggedin_user_domain() . bp_get_activity_slug() . '/' ); } } );3. I tested the BP Reshare(imath’s github repo) and the last update was from June 7.
It is broken currently. The profile reshare tab does not work. The sitewide activity stream reshare tab is the only thing that works.Also, It is not generating a new activity for reshare. I will not suggest using it in its current state.
Regards
Brajesh - Brajesh Singh on July 8, 2019 at 7:44 am in reply to: BuddyPress Xprofile Custom Field Types – translation #23937
Hi Nik,
It is a bug in BP XProfile Custom Field types Plugin. I will push a release today and write back.Regards
Brajesh - Brajesh Singh on July 8, 2019 at 7:29 am in reply to: [Resolved] BP Lock/Unlock – Hide comment "reply" buttons #23936
Marking it resolved due to the age of replies.
Will be closed in next 2 days if not reopened.
Regards
Brajesh Hi Mike,
I know you are already aware of it. Linking here for others.
The plugin is available now
https://buddydev.com/plugins/buddypress-user-badges/Regards
BrajeshHi bonga,
Please recheck and make sure you copy the code form forum post not from forum notification mail.
The code is working for me. I tested it again today to confirm it works. I am assuming you are using the 1.3-alpha of BuddyPress follow from github.
Regards
Brajesh- Brajesh Singh on July 8, 2019 at 7:20 am in reply to: mediapress always shows nothing on activity stream #23928
Hi bonga,
I am glad you found the reason.Please feel free to experiment with the number of media setting. It is only used in display context, so you can change it without affecting other things.
Regards
Brajesh