Published on December 5th, 2019 by Chuckie
To test:
Just click Submit to try and submit an empty reply to a topic that is quite long (perhaps several replies already).
When you hit submit it scrolls to the top of the page. This is misleading. If I scroll back down to the forum I tried submitting I now see some errors:
- ERROR: Your reply cannot be empty.
- ERROR: Please solve Captcha correctly.
The user should have been taken to the location of this error div, not the top of the page.
Published on December 5th, 2019 by Theme Arile
Hi bbpress
I have using the bbpress plugin on our site for support forum . But i can not get any notification on the mail and also our customers did not get notification mail.
I have get the address not found error in the mail.
See the screenshot http://prntscr.com/q6pboe
Please help us solved the issue.
Thanks
Published on December 5th, 2019 by Chuckie
I noticed an issue yesterday and it has to be to do with CSS styling.
I inserted an image (using TinyMCE toolbar) and left aligned it. It was the last thing on the topic.
When I hit submit I found that the small dotted footer line and freshness note just under it were going straight through the image. Since the image was left aligned I had a paragraph of text to the right of it that went half way. The there was this footer.
So it did not bypass this image and place the footer below the image. In the end I had no choice but to either leave the image with no alignment or center align it. Then the footer is correct.
Surely there should be a divaround the topic or reply content and then the footer and freshness note below that. It would then avoid this issue since the left aligned image would be inside that divand the footer area pushed down under the div.
Published on December 5th, 2019 by rhysedwards
I have created a theme, and installed bbPress. I followed the getting started instructions in the documentation, and added the
shortcode to my forum page.
Under my theme, no forum appears, nothing at all. However if I activate a default theme the forum shows.
How do I add a forum to a wordpress theme that i created? I couldn’t seem to find anything on the internet to help with that part.
Many thanks
WordPress 5.2.4
bbPress Version 2.6.2
Published on December 4th, 2019 by neohack
I’m having an issue with links instead of it being keebu.com/forums/dommains there is a double forum listing as seen below!! i’m new guys to bbpress I’m using the latest install of
wordpress 5.3
bbpress 2.6.2
buddyPress 5.0.0
https://keebu.com/forums/forum/domains/
Published on December 4th, 2019 by friedli
there is following structure:
– category
– forum 1
– forum 2
on level category on the main forum page it says “category” has no threads even though there are some threads and posts in forum 1
Any idea how I can solve this issue??
Published on December 3rd, 2019 by yarnboy
I am trying to set up a way to manage the members listing on a client site. It appears that once a user has a bbPress role of “participant” they will always appear on the members list. I have tried removing them in a few different ways:
- Changing their bbPress role to “blocked”
- Removing their bbPress role entirely
- Removing their bbPress role and ALL of their WordPress roles
None of these items worked. The ONLY thing that worked was deleting their account from my client’s WordPress site entirely. This isn’t a great solution, for a number of obvious reasons. Does anyone have a solution for this?
Published on December 3rd, 2019 by yarnboy
I am working on a site that uses CiviCRM to manage its membership base and bbPress to run forums. Users who are in good standing (i.e. have paid their fees) have a WP role of ‘member’. They lose this role if their membership lapses. I am looking for a way to change their bbPress role to ‘blocked’ when this occurs, I don’t see a way to do this, other than writing a custom cron job. This seems like something lots of people would like to be able to do, so I’m wondering if there’s a way that I’m just not seeing.
Published on December 3rd, 2019 by wilc097
Unfortunately my custom css-file is still not working after the update to bbpress 2.6 (2.6.2). I’ve put the custom bbpress.css file in my child theme directory in a folder called ‘css’. Are any of the links changed w.r.t. previous wordpress versions?
Published on December 3rd, 2019 by Chuckie
I originally asked this issue here:
https://wordpress.org/support/topic/user-cant-view-their-profile/
I have now found out why it happens. It has to do with the Title Case of the user name. For example, if my user name is:
Test123
Then I will not be able to view my profile.
But if my user name is:
test123
I can view my profile.
I don’t know if this is a bbPress 2.6.2 bug or bbp style pack bug (since I am using the latter theme templates).
For some reason the administrator can view these profile pages despite the case issue. But not normal participants. I notice that the URL is always the lowercase slug. Are we somehow using the username rather than the nice name? Either way, this is the cause and it means many of my users can’t view their profiles as they have used Title Case in many instances.