Replies
- 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 - Brajesh Singh on January 14, 2020 at 7:43 pm in reply to: [Resolved] Group tabs pro – "The link you followed has expired." error #27334
Hi J,
Thank you for the reply.Your last configuration should work. If you have set the new tab as default for member/non member, then it should work. Please make sure you have updated the visibility/availbility in the Tab/sub tab both section.
Regards
Brajesh - Brajesh Singh on January 14, 2020 at 6:37 pm in reply to: [Resolved] Group tabs pro – "The link you followed has expired." error #27331
Hi J,
Thank you.Can you please edit one of the existing tabs say home or members) and mark them as default. It may work(though it is not guaranteed as the default is picked based on order).