Replies
- Brajesh Singh on January 16, 2020 at 10:36 pm in reply to: Visible Gallery Only Private Groups #27361
Hi Javier,
Can you please share me the shortcode. If you are not using the “privacy” in the shortcode, It should only list public media to non logged users and public,members only media to the logged in members.To the siteadmin, It shows all media.
Regards
Brajesh - Brajesh Singh on January 16, 2020 at 10:34 pm in reply to: [Resolved] Finding BP mail notification language files #27360
Hi Carsten,
Thank you for sharing the images.You can customize the text directly from your Dashboard.
Please visit Dahsboard->Emails and you will find all the emails listed there. You can edit them to your choice.
Regards
Brajesh - Brajesh Singh on January 16, 2020 at 10:33 pm in reply to: [Resolved] Group tabs pro – "The link you followed has expired." error #27359
Hi J,
Can you please provide me access to the site and temporary admin credentials. It’s strange behaviour.Regards
Brajesh - Brajesh Singh on January 16, 2020 at 10:32 pm in reply to: Happy New Year & Slow forum support #27358
Hi Max,
Thank you.I wish you too an amazing and fulfilling year ahead 🙂
Regards
Brajesh - Brajesh Singh on January 14, 2020 at 9:22 pm in reply to: [Resolved] Get avatar with link to profile #27346
🙂
- Brajesh Singh on January 14, 2020 at 9:19 pm in reply to: [Resolved] Get avatar with link to profile #27344
Hi,
You will need to change this line$avt_list .= get_avatar($user , 30);to
$avt_list .= '<a href="' . bp_core_get_user_domain( $user ) . '">' . get_avatar( $user, 30 ) . '</a>';Hope that helps.
Regards
Brajesh You are welcome. Glad to assist 🙂
- Brajesh Singh on January 14, 2020 at 9:08 pm in reply to: [Resolved] Get notified by email for new BP activity posts in Groups and between Users #27339
Hi Daniel,
Thank you.I hope it works for you.
Regards
Brajesh - Brajesh Singh on January 14, 2020 at 9:06 pm in reply to: [Resolved] referrer as subject in Message button Shortcode #27337
You are welcome.
- Brajesh Singh on January 14, 2020 at 9:06 pm in reply to: [Resolved] Get avatar with link to profile #27336
Hi JJ,
You can usebp_core_get_user_domain( $user_id );to get the url of the user.
Here is an example.
<a href="<?php echo bp_core_get_user_domain(1);?>">....</a>Hope this helps.
Regards
Brajesh