Hi I would like to change this CSS code:
.bbp-forum-header, .bbp-reply-header, .bbp-topic-header {
clear: both;
overflow: hidden;
padding: 8px 10px 8px 130px;
margin-bottom: 0;
border-width: 1px 0 0;
border-color: #e6e6e6;
border-color: var(--g1-border-color);
}
to have its padding set to 0px.
I have tried adding this to my style.css file in my child theme but it didn’t work:
.bbp-forum-header, .bbp-reply-header, .bbp-topic-header {
padding: 0px;
}
I am new to CSS so I’m not sure if that code above should overwrite the default styling? I assume not as it isn’t working!
Many thanks!
Hi I have been testing my site and noticed that when a user is subscribed to a topic and then they go to reply to that topic again they are automatically unsubcribed after they submit their reply. Anyone got any ideas why this is happening?
Hi, my first time posting here.
I’ve installed bbpress on a website with member protected pages and was only able to hide the forums by setting them to private.
Using Divi, I have created 2 different top navigation menus that display for different page groups – members or public.
The bbpress forum index and pages are not WP pages that can be edited like regular pages, so I am wondering how to edit them. Mainly, the edits I’d like to make are removing the right sidebar and setting the menu to the member’s only menu.
What if I wanted to add/remove other content from the forum pages where do I do this?
Thanks
Hi,
is there a way to change the text of the subscription button? Currently it says ‘Subscribe’ and ‘Unsubscribe’ and I would like to change to ‘Watch’ and ‘Unwatch’ respectively. I believe the code that can change this is within the file \bbpress\includes\topics\template.php lines 1781 and 1782. I could change them in here but I would rather change them via my child theme if this is possible?
Thanks!
Hi, I used the JetEngine Profile Builder to create some custom fields that I want to use in my discussion boards. They are both stored in the User Settings post type. one is a text field (neighborhood) and the other is a media field (profile-picture).
I would like for the neighborhood meta field to appear after the user name when they post and would like the profile-picture to show up where their avatar is.
Is there a way or a plug-in that would achieve this? I tried BBP Profile Information, but there does not seem to be a way to map or link my custom fields.
Any help would be greatly appreciated!
Is there a way to create a forum where users can only reply to topics but not create new ones?
The topics associated with the articles all go into one category so it would be nice if that category was only for posts.
Hi, Robin,
I’d like to hide the breadcrumb links “Exit to Forum” on this page of my site: https://museum-hub.org/forum-lists/
I searched for other folks’ threads, and found this CSS, which worked great to hide ALL of the breadcrumbs, but not for the homepage only. Any thoughts?
.forum-archive div.bbp-breadcrumb {
display : none ;
}
Defoult bbpress has imposatto to show the root of the forum but from setting you can decide whether to use the prefix or not and there is a warning that indicates that it is recommended.
Have forums / forums / topics etc. it’s a bit ugly. Forums can also be renamed.
What should I do?
Thank you
I have 2 communities, one that is free for everyone and another that is for paid-students only.
I’d like to have both forums in the same spot. Can one be password protected so that only those who are paid students are allowed inside? I don’t see that option in the forum attributes section.
We used to have an old version of bbPress on our website, which was uninstalled years ago. I’ve recently noticed some meta keys starting with “_bbp_” in the wp_postmeta table like these:
_bbp_last_active_time
_bbp_forum_subforum_count
_bbp_reply_count
_bbp_total_reply_count
_bbp_akismet_error
_bbp_akismet_history
_bbp_akismet_as_submitted
_bbp_akismet_user_result
_bbp_akismet_user
I believe these are all bbPress-related data. Is it okay to manually remove these from the database? Does bbPress store data in other core WP tables?