Hello, anybody here who is a newbie? How you optimize the use of bbpress?
Newbie
Published on October 25th, 2019 by zenken2017Can you make a role to subscribe a forum?
Published on October 25th, 2019 by madfluteHi, I need to make all the 500+ Subscriber role users subscribe to the Announcement forum as well as the General Discussion forum in batch. Is it possible?
Thank you.
Creating a topic
Published on October 25th, 2019 by ChuckieIf I start a new topic and hit back in my browser it is gone. There is no warning (liek when deleting a topic). Can this be looked at?
User role for forum users only
Published on October 24th, 2019 by Frank SpadeWhich role do I give a user, who is supposed to only post in the forums and not create any other content?
Pending topics
Published on October 24th, 2019 by ChuckieI don’t know if this is a bug. I was just playing around with bbPress and created a new topic. In the option list is “Pending” so I selected it. I hit submit. The topic has vanished. No where to be seen.
What happened?
Locked topics
Published on October 24th, 2019 by ChuckieI think this has been discussed before but I need to revisit it.
The “closed” topic type was not for for my theme with respects to styling. My text was light and with the background was hard to see. I got round it by using strikethrough instead and that would fine.
But I still feel this is not quite right and I am not sure what to do about it. A forum can be set as closed and that is great. A normal participant can’t add new topics. Great. Effectively a read-only forum.
For why can’t we have a read-only topic? Technically open but locked to further comments? It is just read only or locked. Not closed as such.
Appreciate thoughts on this.
How to remove You must be logged in to create new topics. from main page
Published on October 24th, 2019 by nothereIs it possible to remove this? You must be logged in to create new topics. from main page.
I want to leave this turned off: Anonymous posting Allow guest users without accounts to create topics and replies
holyspiritforum.com
How to remove this forum contains # of topics, and was last updated by
Published on October 24th, 2019 by nothereIf you go to this website: https://www.holyspiritforum.com/
how do you remove this below:
This forum contains 9 topics, and was last updated by admin 3 days, 14 hours ago.
I am trying to get the two columns to line up evenly.
Question Regarding default bbpress support forum
Published on October 23rd, 2019 by nothereIs it possible to download or install the same or similar code as this bbpress support form layout has? I like the layout, and would like to incorporate it on my site. Not sure if this is a possibility? Thanks.
Back colour of topic replies.
Published on October 23rd, 2019 by ChuckieI have this styling:
#bbpress-forums div.bbp-reply-content {
border-left: solid 1px black;
background: whitesmoke !important;
padding-left: 5px;
}
#bbpress-forums div.bbp-reply-author {
background: whitesmoke !important;
}
#bbpress-forums div.bbp-reply-content li {
color: #000 !important;
}
#bbpress-forums div.bbp-reply-content a {
color: blue !important;
}
#bbpress-forums div.bbp-reply-content a:hover {
text-decoration: underline;
}
The problem is that it applies it to the very first row with the headings and I don’t want it to. Ideally I want to set the background of just the replies themselves to whitesmoke.