Replies
Hi Brajesh,
I will expect.
Thanks
Hi Brajesh,
I’ll be waiting
Hello, friends!
is there any news on my issue,
to limit the number of participants in a group- Vlad on February 10, 2022 at 12:40 am in reply to: [Resolved] Link to the group in the text of the post #43107
Thanks Ravi!
It works.
Thanks for helping. - Vlad on February 3, 2022 at 4:34 am in reply to: [Resolved] Link to the group in the text of the post #42963
yes, this is a file in my theme single-content.php
- Vlad on February 3, 2022 at 4:27 am in reply to: [Resolved] Link to the group in the text of the post #42961
Hi Brajesh,
thanks for the tip, searched on the internet,
was able to output as an object, did it‘
$post_id = get_the_ID();$group_id = get_post_meta( $post_id, ‘_bcg_group_id’, true );
$group_obj = groups_get_group ( $group_id );
$href = bp_get_group_permalink( $group_obj );
?>
Author: *a href=”<?php echo $href;?>”><?php echo bp_group_name( $group_obj );?></a*
‘
this works for me,
maybe there is another way,
thanks for helping.- This reply was modified 2 years, 9 months ago by Vlad.
- Vlad on February 2, 2022 at 3:46 am in reply to: [Resolved] Link to the group in the text of the post #42927
I added a link but it only shows up in the group
<p><?php echo bp_group_link(); ?></p>how to make the link appear everywhere and in the general blog of the site
- This reply was modified 2 years, 9 months ago by Vlad.
Hi Ravi,
Great!
I will be looking forward to this update.
Thanks for your help.messed up the plugin)
here is the plugin – BuddyPress Limit Members Per Group- Vlad on January 12, 2022 at 12:46 pm in reply to: [Resolved] CubePoints Buddypress Integration #42539
Thanks Brajesh!
I am looking at this plugin just now.