- This topic has 20 replies, 5 voices, and was last updated 10 years, 1 month ago by .
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Restrict bbpress Forum Topics?
Tagged: bbpress integration, emember and bbpress, forum integration, not logged into bbpress, protect bbpress topic
Thank you!
Up, please
We looked into it, the [bbp-forum-index] shortcode doesn’t have a filter that we can use to hook in there and remove some forum listing (according to the level).
Alternatively, you can display each individual form index according to forum ID, using partial content protection:
[emember_protected for=1-2-3-4]
Everyone can “see” this forum index:
[bbp-single-forum id=16]
[/emember_protected]
[emember_protected for=2-3-4]
Everyone except membership level 1 can “see” this forum index:
[bbp-single-forum id=21]
[/emember_protected]
Thanks for both of you!!!
That’s a really good idea Wzp!
For future reference, here is the list of bbPress shortcodes:
[http://codex.bbpress.org/shortcodes/]