BuddyBoss Home – Web Support Forums Solutions Social Learner Group Integration (Forums)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #45033
    @kahunaburger

    One thing I have not mentioned is you never bothered to check to to see if Forums where activated before adding a link to them.

    Answers

    #45036

    Anonymous
    @
    #45037
    @kahunaburger

    Great one less wort. 🙂

    #45299

    Anonymous
    @

    Hi @kahunaburger

    It have missing condition to check for active status of Forum for Current Group. that’s why it is displaying forums tab even it is not active.
    it is added inside boss-sensei/Templates/Sensei/content-single-course.php
    Line 172
    update it with following code

    
    <?php if ( !empty( $group_data->enable_forum ) ){ ?>
                                        <li id="nav-forum-groups-li"><a href="<?php echo $group_slug.'/forum/'; ?>" id="nav-forum"><?php _e('Forum','boss-sensei'); ?></a></li>
                                      <?php } ?>
    

    It will be fixed in next version
    Regards
    Varun Dubey

    #45385
    @kahunaburger

    Thanks for the code but I’ll wait for the update you said is coming this week.

    The current Learner theme can’t/shouldn’t be used. Broken templates and confusing navigation aside, it creates 2 links to the same course:

    http://demo.buddyboss.com/social-learner-sensei/course/origami-course-a-fun-way-to-learn-origami/
    http://demo.buddyboss.com/social-learner-sensei/groups/origami-group/experiences/

    This will cause Google to penalize you for duplicate content. Plus it will get pushed even further down in the search raking because you are splitting traffic between 2 different links.

    I look forward to seeing how you resolve these issues.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Group Integration (Forums)’ is closed to new replies.