Hi, i want to style the index (root) page with css.
As i see the pages for single forum and the topic etc. have the body class “bbpress” and “forum”, “topic” etc.
But the root index page have nothing of them. I doesn’t use a custom page for it, it’s all standard from bbpress settings.
Hi. Testing bbPress using Penci Soledad. Installed Robin’s Style Pack, but none of the changes are being registered. I cleared caches and all. I should note that I have a dark theme on my site and the styling needs help. Any advice?
Hi very new to bbpress so if this is easy and answer obvious please forgive a newbie.
Is it possible to set a forum up so the first post in a topic is available to public view
but any replies can only be seen by those registered. The owners association I’m asking the questions for wants to do this to encourage registration and joining the association.
Many thanks
Neil
Hello, I’m setting up bbPress for a client and I need to change the author of some forums to assign her as the author and not me. I can change the author of topics but there’s no option to do the same with the forums…
Appreciate any suggestions…
I may have asked this before. I get many instances where users simply reply to a forum notification by sending an email. Really, their response should have been a new reply within the topic.
With Github I know it has the facility for when you reply to an email. It somehow manages to add the reply to the linked discussion.
Is there any way we can do this?
I tried using a string of codes someone posted here, but I couldn’t follow through.
So, can anyone direct me on how to remove that form at the end of forums and topics?
Take this BBPress website for example. The create New Topic takes us to the new page. But it’s not hanging below.
How do I simply unsubscribe a member from a forum,.. or restrict access, based on a “role”,.. etc?
Hi everyone,
I’m using the bbp_register_view_popular for the homepage of my offline website.
Works pretty well to sort_by my meta_value.
What I’m trying to do is to return a custom field as the main title.
I’m already doing this on custom pages and it works like a charm, here is my code :
$output .= '<li><a href="' . get_permalink() . '">' . get_post_meta(get_the_ID(), 'bbp_extra_field1', true) . '</a></li>';
How can I return the same thing in my custom_view for my homepage without actually changing permanently the_title from WordPress? the_title is absolutly needed and bbp_extra_field1 works a subtitle.
Many thanks to anyone who could put me on the right way 🙂
Hello,
is there a way that a user can collapse answers in topics in some way? When there is a topic with lots of answers that might be helpful.
Best regards
Hello,
we put some description text into the text field of our differenbt forums. That text is only shown as an excerpt on the forum overview page.
How can we show the full text on the forum pages after clicking on one of them in the overview page?
Best regards