@mtblewis
2 years, 5 months ago
Excellent work! I just upgraded the plugin and it works fine. Thank you for your fast response!
I fixed it, in bp-forums-templatetags.php, edit the function bp_the_topic_permalink() as follows:
// get the slug by group id $parentSlug = BP_Groups_Group::get_slug($bp->groups->current_group->parent_id);
if ( $forum_template->topic->object_slug ) $permalink = $bp->root_domain . ‘/’ . BP_GROUPS_SLUG . ‘/’. $parentSlug .’/’ . $forum_template->topic->object_slug . ‘/’;
…..