Replies
Hi,
Thank you for the topic and the suggestion.There is a maintained version by Ray though it is only on github
https://github.com/r-a-y/buddypress-followersI have requested for distribution via wordpress.org but haven’t heard from him yet
https://github.com/r-a-y/buddypress-followers/issues/111I will most probably be forking and maintaining/releasing it on wordpress.org to make it easier for the community to use it(unless Ray decides to put it on wp.org).
I will be updating you in 6-8 weeks about the status.
Regards
Brajesh- Brajesh Singh on January 19, 2020 at 7:36 pm in reply to: [Resolved] Make URL for xProfile Field open in a new tab. #27407
Hi Keith,
Thank you for the topic.I am sorry but this is not doable currently due to BuddyPress’s autolink behaviour. I have a ticket open for this
https://buddypress.trac.wordpress.org/ticket/8137as soon as it gets into the core, we will have more freedom on linking and we can have it in the future version.
Regards
Brajesh - Brajesh Singh on January 19, 2020 at 7:19 pm in reply to: [Resolved] Buddypress Member Type Pro #27406
Hi Granmeh,
Thank you for the question.We have an addon for this(not publicly available). I will share it tomorrow.
Regards
Brajesh - Brajesh Singh on January 19, 2020 at 7:19 pm in reply to: [Resolved] Group tabs pro – "The link you followed has expired." error #27405This reply has been marked as private.
- Brajesh Singh on January 19, 2020 at 6:54 pm in reply to: [Resolved] Get notified by email for new BP activity posts in Groups and between Users #27403
Hi Daniel,
I am glad it helped 🙂Regards
Brajesh - Brajesh Singh on January 19, 2020 at 6:52 pm in reply to: Short question about BP members directory slug #27402
You are welcome 🙂
- Brajesh Singh on January 19, 2020 at 6:51 pm in reply to: [Resolved] Email situation options are missing for certain emails #27401
Hi Carsten,
You can reset the emails to default by visit Dashboard->Tools->BuddyPressThere is a checbox for that.
As of the last 2 emails, It is coming from custom plugins(one is ours) and these are not supporting the BuddyPress Email UI(we will in future).
Regards
Brajesh - Brajesh Singh on January 19, 2020 at 6:48 pm in reply to: [Resolved] Using different default Avatar for BuddyPress code #27400
Hi Carsten,
Thank you for the question.The profile field is fine(there should be only one).
Please make sure that you replace the comparison
$gender == 'man'and
$gender == 'woman'with lowercase values in your locale. I am mentioning this since I know that your site is non English and the values may be different.
Regards
Brajesh Hi Frank,
Welcome to BuddyDev.Please replace this line
<a class="story__summary" href="<?php bp_activity_thread_permalink(); ?>"><?php bp_activity_content_body(); ?></a>with this
<a class="story__summary" href="<?php bp_activity_thread_permalink(); ?>"><?php echo bp_create_excerpt( bp_get_activity_content_body(), 140 ); ?></a>That should do it.
Regards
Brajesh- Brajesh Singh on January 19, 2020 at 6:34 pm in reply to: [Resolved] Avatars are not changing format after resizing #27396
No issues. It’s good to know that you found the reason.
Regards
Brajesh