BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Issue with bbpress topic template

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

    #33916
    @webcoreinc

    Where do I edit loop-single-topic.php? I have edited the one in child theme but no change.

    Thanks

    Answers

    #33917

    To customize bbPress:
    The directory “wp-content/plugins/bbpress/templates/default/” contains the directories “bbpress”, “css”, “extras”, and “js”, and the file “bbpress-functions.php”.

    The “bbpress” directory contains template parts. Copy any of them into a directory named “bbpress” in your themes root ( your Child theme , so it looks like: /wp-content/themes/%your-theme%/bbpress/
    The “extras” directory contains optional root level page templates, to make life a little easier when customizing; copy any you want to use or modify into the root of your theme. eg. /wp-content/themes/%your-theme%/
    The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/
    Basically, you could copy the entire ‘bbpress’ and ‘css’ directories out of bbPress’s default template directory, and into your theme, and bbPress will use the ones located inside your theme instead.

    Hope that helps

    #33918
    @webcoreinc

    Ok thanks that helped. For some reason, buddyboss created themes/buddyboss-child/bbpress/bbpress. Have no clue what that is about. Lol.

    I guess i asked about the wrong file.
    I’m trying to edit the template after you click on a topic title, so the actual topic page where participants reply, etc.. I need to edit this template but have no clue what file controls it.

    Really appreciate the help.

    #33925

    Alyssa
    Participant
    @alyssa-buddyboss

    @webcoreinc this file is not located within BuddyBoss. I’m not sure of the file structure to copy bbpress files to a child theme. I think you need to contact bbpress for support on this one.

    #33929
    @webcoreinc

    Actually this does have to do with buddyboss. For some reason i have this in my child theme:

    buddyboss-child/bbpress/bbpress and not sure how it got like that.

    My plugins path looks like this plugins/bbpress/templates/default/bbpress

    Shouldnt my child path be the same? Thanks

    #33931

    Alyssa
    Participant
    @alyssa-buddyboss

    @webcoreinc the buddyboss child theme does not come with a bbpress folder, you should be able to delete them, we don’t have any files within that folder structure. Try downloading the child theme again and see the default folders.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Issue with bbpress topic template’ is closed to new replies.