Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 . ‘/’;

    …..

Viewing 2 replies - 1 through 2 (of 2 total)