• ON the Learndash lesson page there is a link labeled “Course Discussion” which goes to the associated group for the course. I’ve determined that this is added by the Buddypress for Learndash plugin

    We want to remove this link and create a separate link in a sidebar widget. How can we remove this link from all lesson pages?

    here’s what I’m speaking of:

    ld course discussion link

Viewing 1 replies (of 1 total)
  • Plugin Author BuddyBoss

    (@buddyboss)

    Hi @sraisz You can add following custom CSS and it will remove the discussion button.

    p.bp-group-discussion {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing “Group Discussion” link’ is closed to new replies.