BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Issue with bbpress topic template
- This topic has 5 replies, 3 contibutors, and was last updated 9 years, 11 months ago by Alyssa.
Question
December 10, 2014 at 9:03 pm #33916@webcoreincWhere do I edit loop-single-topic.php? I have edited the one in child theme but no change.
Thanks
Answers
December 10, 2014 at 9:21 pm #33917@cwilliamsTo 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
December 10, 2014 at 9:24 pm #33918@webcoreincOk 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.
December 11, 2014 at 10:08 am #33925@alyssa-buddyboss
AlyssaParticipant@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.
December 11, 2014 at 11:19 am #33929@webcoreincActually 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
December 11, 2014 at 5:39 pm #33931@alyssa-buddyboss
AlyssaParticipant@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.
- The question ‘Issue with bbpress topic template’ is closed to new replies.