BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Group Integration (Forums)
- This topic has 4 replies, 2 contibutors, and was last updated 9 years, 2 months ago by Dennis.
Question
August 24, 2015 at 8:35 am #45033@kahunaburgerOne 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
August 24, 2015 at 9:03 am #45036@
AnonymousHey @kahunaburger
It is already fixed, available in next update
https://www.buddyboss.com/support-forums/topic/forum-tab-on-course-page/#post-42928August 24, 2015 at 9:09 am #45037@kahunaburgerGreat one less wort. 🙂
August 28, 2015 at 6:23 am #45299@
AnonymousIt 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 DubeyAugust 30, 2015 at 12:34 am #45385@kahunaburgerThanks 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.
- The question ‘Group Integration (Forums)’ is closed to new replies.