BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #46745

    Hi Brajesh,

    I will expect.

    Thanks

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #46700

    Hi Brajesh,

    I’ll be waiting

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #46690

    Hello, friends!

    is there any news on my issue,
    to limit the number of participants in a group

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #43107

    Thanks Ravi!

    It works.
    Thanks for helping.

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #42963

    yes, this is a file in my theme single-content.php

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #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, 2 months ago by Vlad.
  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #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, 2 months ago by Vlad.
  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #42830

    Hi Ravi,

    Great!
    I will be looking forward to this update.
    Thanks for your help.

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #42825

    messed up the plugin)
    here is the plugin – BuddyPress Limit Members Per Group

  • Participant
    Level: Enlightened
    Posts: 33
    Vlad on #42539

    Thanks Brajesh!
    I am looking at this plugin just now.