How to create BP Group at the frontend

Home Forums Legacy Support Support queries How-to & Troubleshooting How to create BP Group at the frontend

Tagged: 

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #34478
    isigma
    Spectator
    I'm sorry, but I can't find a button 'Create Group' anywhere at the frontend of the site. In the settings it is allowed for members...
    #34636
    H.K. Latiyan
    Participant
    Go to groups directory and you can find the create group button, refer: http://prntscr.com/ac8ntw
    #34897
    isigma
    Spectator
    Are you sure? Here is a screenshot of you Modern demo site. Where is the button?
    #34903
    H.K. Latiyan
    Participant
    I just saw the create group button is missing in groups directory in modern theme. My screenshot was from default theme. Marking this as a bug. It will be fixed in the next update. For time being add create in the page url to create group from the front end, like this: http://localhost/modern/groups/create
    #36606
    isigma
    Spectator
    Not fixed in 2.0.7 yet.
    #36677
    H.K. Latiyan
    Participant
    This issue is fixed in the 2.0.7 update, refer: http://prntscr.com/afv1yv Please try clearing the browser cache.
    #36710
    isigma
    Spectator
    Which php file is being used for the group directory? Cache doesn't help :(
    #36759
    H.K. Latiyan
    Participant
    For modern theme it comes from the wplms_modern->templates->directory->groups->index.php, refer: http://prntscr.com/afxpbw
    #36868
    isigma
    Spectator
    Then you forgot to define the $flag in the code. The button only appears if ( is_user_logged_in() && bp_user_can_create_groups() && $flag )  but the $flag does not exist yet. :( The button appears (in the widget zone, not in the header as in you screenshot, if we get rid of $flag.
    #37007
    H.K. Latiyan
    Participant
    Yes this is as issue with default directory layout. My layout was changed, so it was appearing from default theme. Now I changed the directory layout to default and yes it is not fixed. You are right flag is missing, thanks for reporting this.  
    #40582
    isigma
    Spectator
    issue still not fixed in 2.0.8
    #40813
    H.K. Latiyan
    Participant
    We haven't released the update of modern 2.0.8 yet. It will be fixed in modern theme update, we have just released default wplms 2.0.8
    #40968
    isigma
    Spectator
    Sorry, I was not sure if you just forgot to change the number, or Modern wasn't updated.
    #41126
    H.K. Latiyan
    Participant
    Update of wplms modern child theme is still pending, we haven't released it yet . We will be releasing the update of modern theme soon . Thereafter you can update your modern theme . There was a false notice reminder in the vibe course module plugin for the modern theme update which we have removed in the update of vibe course module plugin . Please update your vibe course module plugin and vibe customtypes plugin to 2.0.8.1 .
    #41260
    isigma
    Spectator
    ok
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘How to create BP Group at the frontend’ is closed to new replies.