@r-a-y @hnla @boonebgorges ???
or how can I show topics of special groups in a tab ?
It’s basically a page template using a forum topics loop.
Get acquainted with the forum topics loop!
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-forum-topics-loop/
Not sure if the “forum_id” can be comma-delimited. If so, you could specify specific groups to pull forum topics from.
—
You could also possibly use the activity stream loop to gather topics of groups you’ve joined as well:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
hi @r-a-y thanks for helping
sorry but my I’m not that good. Can you please help
I’ve created a file with the standard loop I dont know what the ID of the groups are and how I can add more than one ID
“
after done this how can I add a menu after the link All Topics?
hi @r-a-y again
now it works it shows me the topics of special groups. Now how can I add a tab in mysite.,com/forums tho show the forums-loop-group.php??
how to change this :
`
<a href="”>
`
ah and how can I add more groups then one
“ do not work ???
@r-a-y can you please help
@hnla @r-a-y ????????????
@tubruk – You can define multiple forum ids by separating the IDs by comma.
eg.
“
I just tested this and it works great!
ok thank you very much @r-a-y
now how can I add a new tab,which shows the new forum-loop?
For a new tab, check out the BP Skeleton Component. It’ll show you how to create a new tab, how to register a new component (for a top-level URL like http://example.com/custom-forum-page), and how to use a screen function to display the content.
yeah thanks but I need it for the forum and not profile :S :S