Hello,
we create our WordPress accounts using a mail address as the username (not the best idea but I wasn’t admin at decision moment) and it is used as user ID in WP.
When I try to add such an ID as moderator of a specific forum, the ID is changed: the “.” is replaced by a dash “-” and the “@” is simply removed.
As a result, the moderator doesn’t receive any notification.
Not sure bbPress is the problem or again due to one of our plugins.
Just let me know if that problem is known or not at bbPress…
Thanks for your support
Eric Collart
Huge thanks again !
I am quite happy it is not a bbPress bug ! It was looking too big to be possible but who knows and you helped me a lot pointing the right (I hope) direction.
Is there any known conflict with those plugins ?
I”ll made more tests and post share result here for all.
Eric Collart
I agree that I can workaround that problem but that’s annoying…
I can also create but after that, close you navigator or the tab and try to navigate back to that new topic without pasting the URL. If it is not a sticky or a super sticky, you won’t find it anymore what is normal on frontend but abnormal in backend (All Topics).
If you don’t find it, it’s a bbPress bug.
If you can find it back, I could have a problem caused by another plugin like Ultimate Members and/or User Role Editor that we are using.
Thanks a lot for your help because I don’t have another WP site without those plugins so far..
Eric Collart
bbp profile information
bbp User Ranking
bbPress Login Register Links On Forum Topic Pages
bbPress Messages
bbPress WP Tweaks
what other bbpress related plugins are you running?
Active Style Pack, logged in:
<div class="bbp-reply-author">
<a href="(....)" title="Zobacz profil: uzytkownik421" class="bbp-author-link">
<span class="bbp-author-avatar">
<img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
</span>
<span class="bbp-author-name">
uzytkownik421
</span>
</a>
Active Style Pack, logged out:
<div class="bbp-reply-author">
<img alt="" src="(....)" srcset="(....)" class="avatar avatar-80 photo" loading="lazy" width="80" height="80">
uzytkownik421
Looks like something replaces 'function bbp_get_reply_author_link' bbpress/includes/replies/template.php
After activating bbP Style Pack, on bbPress recent topics list:
– when user is logged in, username and avatar are fine, displayed as links and with <span></span> formatting
– when user is logged in, username and avatar are displayed as plain text and WITHOUT <span></span> formatting
Deactivating bbP Style Pack resolves issue.
Hello,
Create a new topic without assigning to a forum and you can’t find it anywhere.
Last WP in French
Last bbPress
Ekko theme
I discover that because I was willing to modify such a topic and never found it back !!!
Same if super sticky.
All Topic should have a filter “no forum” ! I am sure it’s somewhere !
https://usergroup.atempo.com; topic title : Test
Eric Collart
just putting this here so others accessing this can see the solution
XenForo Import Loop – “Converting anonymous topic authors”
just putting this here so others accessing this can see the solution
XenForo Import Loop – “Converting anonymous topic authors”
just putting this here so others accessing this can see the solution
XenForo Import Loop – “Converting anonymous topic authors”
Thank you Robin!!! Your remark: “Tick item 3 on the subscription emails tab”, fixed this issue for us too. I had yet to use this great tab before at all but the problem just appeared.
In our case, it was that the editor “link” button was unable to retain user entered hyperlinks. It’s fine online, but user entered links missing from all bbPress emails. During testing using only: WP 5.8.2, 2021 Theme (we use Kleo theme), and bbPress …it still had this issue. That seems to indicate a relationship between WP and BP.
I updated bbPress on 11/30/2021. WP update date unknown but not listed in the lasted 30 days of my backups, so it was earlier. The issue was first reported to me on 11/20, so this all points to a WP 5.8.2 change cause.
No related php error logs or jquery Migrate deprecation logs seen.
Hope this helps.
Hi, $usernames I’m trying to import vBulletin forum using built-in import tool.
Everything went well, but on 8th step it stuck. I tried to start it again from this point, but nothing happens.
It stuck on “Converting Authors of Anonymous Topics” (from 100 to 100 out of 100) 100%
And so already 2 hours.
I’m asking for your help.
Best regards,
Ivan.
No success Robin. I used troubleshooting mode. I switched to a default theme, enabled bbpress and style pack – notification was still the same. On my theme the same.
ok, so I am wondering if something else is interfering.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
find
wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.php
transfer this to your pc and edit the text as desired
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/feedback-no-access.php
bbPress will now use this template instead of the original
untested, but of you add
<?php bbp_get_template_part( 'form', 'user-login' ); ?>
to the end of that form, it should also show a login
Hi,
I am using bbpress for my forums, and the issue I am facing is – When adding a reply to a topic, the newly added reply is not showing. It will get shown only after another reply is added(At that point, this newly added second reply is not showing.)
The topic updated time period and author info seem to be updated correctly. Also, the replies to a reply are also updated correctly.
Changing my forum theme to 2019 helps to get the latest reply.. but what change should I do to get it back with my theme?
Any help would be appreciated.
HI. I have bbp Style Pack. I set up nice templates in Subscription Emails tab, but users don’t receive those mails. They receive default WordPress notifications. How to force bbPress to send those nice looking templates I’ve created?
Thank you
Chris
Just these!
We also use custom themes:
buddypress uses bbpress for it’s forums
Is this forum made from bbPress as it looks identical to buddypress forum?
yes. it happened again about 40 minutes ago and resetting permalinks alone cleared the problem.
So deactivating bbpress clears the problem
and resetting permalinks clears the problem
Any idea what the root cause may be?
Thanks.
Okay… this issue just recurred. Deactivating bbpress resolved the issue, but upon reactivating the issue immediately returned. Resetting permalinks resolved the issue independent of deactivating/reactivating bbpress.
Any idea of the root cause of the permalinks not working?
I appreciate your frustration, but not sure ‘fault’ is the correct word.
bbpress has changed something – but the ‘fix’ when it comes may not ‘fix’ you, as your site is adding a no-js class (from either the ‘Publisher’ theme or a plugin) which then isn’t overwritten as is normal practice by a test within your theme or the plugin.
you could try adding this to the custom css of your theme
.no-js {
display : inline !important
}
to override the bbpress setting