Hi guys!
I use bbPress and it’s great plugin!
I have built one website-forum using bbPress. I haven’t any post in it and all my website has Topics and replies. I don’t need forums and topic prefix in url.
I remove forums from settings but can’t remove /topic from url. I searched google but I can’t find any solutions.
Example I want to replace https://website.com/topic/topic-name/ to https://website.com/topic-name/
I found in settings that can replace the /topic to other words but can’t remove it at all.
Please help guys…
Hello , i have vbulletin v3.8 and tried to import data by bbpress plugin on wordpress last version i got issue its like a loop and never stop keep repeating i left my pc over 3 hours after i back i found it still stuck in this step >> Step 8 <<
https://prnt.sc/thn6go
any idea of how to fix or pass this step to finish importing ?
Hello,
I am using BBpress to create course forums as part of a learning management system build with the WPLMS theme. I could set up a forum easily and post in it, but now I am facing an issue: users cannot edit, delete or close a topic. Find a screenshot here. None of the links in the highlighted area does work.
I have enabled “Allow users to edit their content for … minutes” and set it to 10000″ (roughly 7 days). I have full admin rights and still cannot edit my own post.
Thanks for your support!
Wiebke
Hi there,
there have been two posts that kind of go into this topic, but the solutions offered there didn’t help (yet). Maybe I did something wrong, idk.
I’ll back up a little. Here are the steps and error(s):
1. Click on registration
2. Type in the username to be used
3. Type in the e-mail address
4. Hit submit
5. Loading until ERR_TOO_MANY_REDIRECTS
Funny thing is that even if I didn’t fill in the required fields, the registration runs into the error.
What I tried so far:
– De- and re-activating plugins
– looked in the error.log and Plesk Protocols
– Updated the permalink structure
– … maybe more
but nothing’s to be found, nothing’s changed. Latest versions of WordPress, Avada (Theme) and bbpress are installed. There also are no SSL or htaccess problems that I know of.
Hopefully there’s someone who knows a solution to this issue.
Thanks and best regards
Tim
no the opposite they are never subscribed.
you can use
bbPress Notify (No Spam)
to get everyone to receive, but they can’t opt out !
Looking for a little help with configuring my forum in my course. I have LearnDash (LD), Uncanny Owl Toolkit Pro, bbPress for LD. My courses are a 6 week course format with each week’s material is at the Lesson level.
I have 5 forums created for the existing course I am working with. Do I need to create a single parent forum with the associated forum under it or can I just have the forums ordered 1-5? What is the most effective setup of the forums and what should the attributes be set to?
Each unit forum should be the last step before the unit quiz which completes the work for the week and I created an LD topic with the forum link in it. When I follow the link I get a redirect error How do I associate/configure the forum with the class so students progress from the unit work directly into that week’s forum?
Thanks in advance!!
find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
transfer this to your pc and edit as needed
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the original
Chuckie, Thanks again for all of your help I appreciate it…I used what you sent and it worked but I had to add in two more lines for the “even” also
#bbpress-forums div.odd, #bbpress-forums ul.odd, #bbpress-forums div.even, #bbpress-forums ul.even {
background-color: #fbfbfb;
}
hi chuckie
yes i tried that before what happens is that all the topics in bbpress related to the user become (user: anonymous) and can not be deleted by deleting the user it stills there you need to delete them one by one
What i’m looking for is f i blocked a user .. i can delete his topics also
thanks
#bbpress-forums div.odd, #bbpress-forums ul.odd {
background-color: #fbfbfb;
}
The above is the CSS that you have at the moment to colour the borders.
That took care of the headers but the body is still white. Not even sure how to line those out to you…
div.loop-item-0.user-id-2.bbp-parent-forum-120.bbp-parent-to-pic-122.bbp-reply-position…….
it is basically the body around the reply block…I have already tried:
#bbpress-forums div.bbp-reply-body {
}
During my upgrade to my site (using a new theme) I decided to use site wide breadcrumbs. I do this with Breadcrumbs NavXT. It supports bbPress.
All is good. But, when I disabled the bbp style pack breadcrumbs I start to get the Private: prefix again in some instances on the breadcrumbs trail.
Can I remove that with a hook or something?
Thanks.
Hi,
My theme does have a folder for BBpress, but this has not changed for over 4 years and now this issue has come up.
Perhaps all you need to use is:
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
}
Please help! (not that I’m desperate or anything :))
I’m new to WordPress and ppPress so my CSS knowledge is thin, so I may need a little point in even how to get to some things.
I’ve just made a child theme of it this evening ready for tinkering about though, which I’m guessing would be the first stage 🙂
Any help very much appreciated.
Thanks
Wordpress 5.4.2
bbPress 2.6.5
http://www.whodoyouthinkyoucar.com
You are not really making sense now. #fff
is colour white and you said you don’t want colour white.
If you right-click a comment in the browser and choose “Inspect Element” you can see what type of object it is and what class it is using. All bbPress comments are:
#bbpress-forums blockquote {
}
You put your styling inside there for comments. Virtually anything can be worked out by just inspecting elements and learning to understand what the screen is telling you in the browser about the element.
Can can add your own additional CSS to manage how comments are displayed.
#bbpress-forums blockquote {
color: #000;
}
You can put whatever styling you like in there. This styling us usually in the customizer area of your website. Although the bbp style pack also has a Custom CSS tab.
And the bbp style pack allows you to set some other colour properties too on the various tabs.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
Hello,
I know I can hide all breadcrumbs with CSS with:
.breadcrumb { display:none; }
but I would like to still show breadcrumbs on bbPress pages. How can I make that exception in CSS?
great 🙂
find
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php
transfer this to your pc and edit
change this from line 27
<p>
<label for="bbp_anonymous_email"><?php esc_html_e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br />
<input type="text" id="bbp_anonymous_email" value="<?php bbp_author_email(); ?>" size="40" maxlength="100" name="bbp_anonymous_email" />
</p>
to
<input type="hidden" id="bbp_anonymous_email" value="anon@anon.com" name="bbp_anonymous_email" />
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-anonymous.php
bbPress will now use this template instead of the original, and the email address will then not be asked for.
change
<p>
<label for="bbp_anonymous_email"><?php esc_html_e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br />
<input type="text" id="bbp_anonymous_email" value="<?php bbp_author_email(); ?>" size="40" maxlength="100" name="bbp_anonymous_email" />
</p>
to
<input type="hidden" id="bbp_anonymous_email" value="anon@anon.com" name="bbp_anonymous_email" />
that just makes all entries anon@anon.com, so it passes the email format check
I’m not going to lie, this has been very frustrating and it shouldn’t be. All I want to do is allow people to interact in my forums and reply to topics anonymously! I’m not here to con people into giving me their emails (that wouldn’t lead to sales anyways). Bbpress makes a setting that is titled…”Allow guest users without accounts to create topics and replies” but it does nothing and still ask for email but says “not published” REALLY “that sounds real not scammy.”
My wordpress theme is completely up to date as well as my bbpress that I installed today. Im working with “publisher premium theme” that works directly with bbpress.
I would really like to know why this is an issue and why bbpress has a button (box check) that does nothing that it says it will?
Thank you
Yes, control means prevent. I’d like people with different types of memberships to be able to access different forums. I can exercise control based on the URL, but the fact that the topic URLs are not “tied” to the forum URLs means that people can go directly to the topics (which can be easy to guess) even if they can’t access the forum directly.
The ‘memberships’ I’m talking about are MemberPress subscriptions. MP actually has a strategy for controlling bbPress forum access, but (AFAICT) it doesn’t quite work with the degree of control I would like.
I don’t understand ALL the ins and outs of either MemberPress or bbPress, just for the record. What I’m doing here is partially a learning exercise. But I actually do have a practical application on the physics site my wife and I run: PhysicsCafe.org.
you’d need to amend
\bbpress\templates\default\bbpress\form-user-edit.php
These instructions show what is needed
find
wp-content/plugins/bbpress/templates/default/bbpress/form-user-edit.php
transfer this to your pc and edit
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-user-edit.php
bbPress will now use this template instead of the original
you’d need to amend
\bbpress\templates\default\bbpress\form-anonymous.php