Search Results for 'bbpress'
-
Search Results
-
WP version = 4.6.1
bbPress version = 2.5.10It seems bbPress version doesn’t work with WP 4.6.1. When I activate the plugin, nothing happens !
Do you plan an update ? When ?
Thank you very much for your feedback !
Topic: Possible restoration.
Hello
when I want to restore a message in the trash that does not work, it returns me to the next page.

Thank you for your help
Is there necessary edits on file or css just to follow how the bbpress.org site is implemented?
Hi everyone ๐
I want my bbPress threads to be automatically marked as “solved” if the question (first message) gets 50 upvotes (yeah, I know that’s weird) and the upvotes/downvotes to get blocked. Yet, I want the thread to remain “open” even while it is solved, allowing users to keep on writing answers.
Is there some code (something like “if $upvotes>=’50’ { $threadStatus=’Solved’ };”) I could use to achieve that?
Topic: Multiple Levels of Security?
Hello, i am running bbpress and i used the forums widget on my front page, but i can’t control the number of forums to be displayed. I don’t want it to display all of them, it made the front page look too crowded. And there is no option to moderate the number of forums to display.
Is there a way to reduce the number of forums being displayed from the widget? if yes, how? if else, comment either ways. Thanks
Hey guys,
I’ve been slowly configuring css on bbpress (amazing btw) but having some issues with odd and even replies. I added code to add a border for each reply and spaced out the bottom by about 10px.
All works fine for the first reply (initial topic).
But for next consecutive ones – the “right” border is missing.you can find my site forums at weareoblivion.com/forums
-> Navigate to General Discussions > Test Topic
and you’ll see what I mean.I added in these to create the borders:
#bbpress-forums div.odd, #bbpress-forums div.even { border: 1px solid rgba(44,130,201,.22) !important; border-bottom: none !important; margin-bottom: 10px; } div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header { border-top: 1px solid rgba(44,130,201,.22) !important; border-left: 1px solid rgba(44,130,201,.22) !important; border-right: 1px solid rgba(44,130,201,.22) !important; }I have tried different browsers and same issue occurred.
Tried changing it to add individual borders (like i did for the header)
– Still the same issue
Even removed alot css
– still same issueAny help is appreciated please ! ๐