-
Author
-
August 7, 2014 at 02:14 #24908
4bservices
ParticipantI’ve asked this before and it wasn’t a bid deal but now that members are creating groups with forums left and right our forums page is looking like crap. How can I hide the groups forums on the /forums page without disabling the forum within the group?
I tried setting them to hidden which removed them from the /forums page but then I looked at the group and it said “This group doesn’t have a forum” or something like that.
August 7, 2014 at 04:02 #249104bservices
ParticipantI’ve googled this and I can’t find anything anywhere that speaks specifically on how to hide the group forums.
August 14, 2014 at 16:49 #25697Catalin
ModeratorHello,
This is a default functionality of Buddypress and bbPress and you need to develop custom code to modify its behavior. You would need a developer for that.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 14, 2014 at 18:40 #257184bservices
ParticipantWill this work on this theme???
if you use bbpress shortcode [bbp-forum-index] for this page: http://jeepedin.com/forums/
replace it with this one [ bbp-single-forum id=$forum_id=4]
and add as many shortcode of this type for each forum you want to show on the forum index.For ex:
[ bbp-single-forum id=$forum_id=4]
[ bbp-single-forum id=$forum_id=5]
[ bbp-single-forum id=$forum_id=7]
[ bbp-single-forum id=$forum_id=11]forum-index fetches ALL forums, single-forum fetches only the forum you indicate by his ID.
August 18, 2014 at 12:58 #25884Catalin
ModeratorHello,
Take a look ata this:
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 2, 2014 at 22:06 #273834bservices
ParticipantCatalin,
I read through this and it seems as it’s not a solution. There is still issues? Should I just put that shortcode in a file in the child theme – the forum-archive.php?
The forum is a mess with all the group forums taking over where we wanted a structured forum.
Thank you so much for the help!!
September 15, 2014 at 17:13 #28672Catalin
ModeratorHello,
the file that shows the template is this:
..\themes\sweetdate\bbpress\loop-forums.php
you will need to copy this file to your child theme, keeping the same structure and modify it as you please… you will need development skills tho.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.