Hi
I have three issues when it comes to replies to a topic.

As one can see there is a blue square around the avatar. How comes and how can I remove it?
Furthermore the size of the fonts is suddenly too big. The username beneath the avatar as well as the links in the signature.
Can you please help to fix these issues.
Thanks a lot in advance.
WP 5.4.2
bbPress 2.6.5
Theme: Blog Diary Pro
If it is a direct copy, then I am not surprised it was rejected – thank you for spending your time with this challenge, but unless the code / design is unique, bbpress will keep rejecting.
FYI – I have got around the problem by using a widget that works and created a short code from that and placed that shortcode in the top menu on my page, a bit of a fudge but it will do for now.
Thanks for trying 😉
My plugin is rejeceted, here is their reply:
Your plugin has been rejected because it is a duplicate of another plugin, already hosted on WordPress.org
My answer was this:
The reason why I did it is because, I do have client and he checked your plugin and he said that "This plugin hasn’t been tested with the latest 3 major releases of WordPress." So he feels insecure. I have tested with WordPress and bbPress and it works fine.
first – dashboard>tools>forums>reset forums
then dashboard>plugins>bbpress>decativate and delete
A boatload unfortunately.
Admin Columns
Adminimize
Advanced Classifieds and Directory Pro
Advanced Custom Fields
Advanced Custom Fields PRO
All-in-One WP Migration
All-in-One WP Migration Unlimited Extension
amr shortcode any widget
bbP shortcodes
bbPress
bbPress Style
bbpress wp4 fix
bbpress wp4 fix2
Better Search Replace
Bulk Delete
Check Email
Classic Editor
Code Snippets
Contact Form 7
Envato Market
Events Manager
Events Manager Pro
GA Google Analytics
Goodlayers Core
Goodlayers Personnel Post Type
Goodlayers Portfolio Post Type
Goodlayers Twitter
Google XML Sitemaps
Horizontal scrolling announcements
If Menu – Visibility control for menu items
Image Upload for BBPress
Image Upload for bbPress Pro
Intuitive Custom Post Order
Login or Logout Menu Item
Magic Liquidizer Responsive Table
Maintenance
ManageWP – Worker
Media Cleaner
Media Deduper
MemberPress Developer Tools
MemberPress Importer
MemberPress Plus
PAS Vehicle
PDF Embedder
Plugin
Pricing Table by Supsystic
Really Simple CSV Importer
Redux Framework
Reveal IDs
Search & Replace
Simple File List
Simple Lightbox
Slider Revolution
Snazzy Maps
Toolset Types
Toolset Views
UpdraftPlus – Backup/Restore
User Role Editor
User Switching
WordPress Importer
WP All Export Pro
WP All Import – ACF Add-On
WP All Import Pro
WP Engine Automated Migration
WP Google Map Plugin
WP phpMyAdmin
WP-Optimize – Clean, Compress, Cache
WPForms
WPForms Custom Captcha
WPForms PayPal Standard
WPForms Stripe
bboress notifications are sent from and to the same address, with the actual recipients being BCC’d on the email.
This is a popular way that many people send a single email without letting the recipients see each other.
You probably receive emails this way from some companies.
If you don’t want this, then use
AsynCRONous bbPress Subscriptions
but some hosters may limit the number of emails sent at one time – again seeing these as spam.
There is no right answer – just choose the solution that suits you.
I’m running bbPress 2.6.5 with WordPress 5.4.2, and using SendGrid to process notifications. When I check the SendGrid activity log, I see that the forum notifications, which are being sent from a “noreply@domainname” email address, are also being delivered TO that same “noreply” email address. I have searched every setting and can’t find any reason why emails would be sent to that address. Does anyone know how this could happen? My hosting company tells me this could be seen as spam, which could affect delivery. The forums are members-only so I can’t post a link. Any advice would be greatly appreciated.
You have no idea how dumb I feel, and that is to put it lightly.
I have worked with bbPress and you do have a great plugin.
Thanks Robin, I hope you are well and staying healthy. Have a great week,
Christine
Nice – thanks Robin – I’m just getting my mind round BBPress for the first time. In the intro blurb there was a statement along the lines of ‘BBPress is develkped by wordpress and, as such uses wordpress core for its functionality’. I read this but clearly didn’t register it!
Thank you for you help
Martin
bbpress simply uses WordPress registration and login, so any plugin that does wordpress registration will work for bbpress.
Therefore rather than trying to amend the bbpress registration, I’d probably just use a wordpress registration plugin, there are lots – just google ‘worpdress registration plugin’
this is a list of popular ones
10 Best WordPress User Registration Plugins to Power Up Your Site
HI there
I was setting up BBPress and testing ‘register’ and couldn’t figure out why i didn’t get the verification email. Then I realised I had mis-typed my email. I was therefore wondering if there was any way to add a ‘re-type’ email field to the BBpress registration form?
WP 5.5
BBPress 2.6.5
Theme Groppe from Victor Themes (https://themeforest.net/item/groppe-nonprofit-wordpress-theme/20351940?gclid=EAIaIQobChMIsvqPo_Wz6wIVVrTVCh3mVQpjEAAYASAAEgKMKPD_BwE)
Thanks
Martin
Hello,
I’m trying to migrate an old phpbb 3.0.2 based forum to new bbPress based forum. The default importer gave me errors like “no forums to import” and “no users to import”. I found this importer fix: https://gist.github.com/TheRobotFactory/e8ac4b3dea7920d69f1a959d216f92a3 and it fixed the user import, but still the other stuff (except posts) fail: forums, topics, etc.
Any known importer fix to be able to import from phpbb 3.0.2?
Hopefully your plugin will be approved and this will ensure WordPress and BBPRESS standards are maintained 😉
Thanks
@heroyouwi’s fix no longer works. It still picks up the users correctly but no longer imports any topics or forums.
The phpbb.php file included with 2.6.5 does pick up the topic and forums but misses the users so I merged them.
here is a version that works with phpBB 3.1.3 and bbPress 2.6.5
https://gist.github.com/TheRobotFactory/e8ac4b3dea7920d69f1a959d216f92a3
Sure,
1. Indentify template file of forum index in template directory of plugin and copy it to your theme, but place it in bbpress folder.
2. place the code what I have sent, you have link above the forum to profile.
I can do same as profile menu as is here above forum, but it require more coding and probably you will experience difficulties with integration. Only solution is I can send you custom theme to demonstrate what I can do 🙂
There used to be a plugin called ‘bbPress Profile Link Shortcode’ created by ‘Tyler Tervooren’
Alas this plugin is out of date, is there any equivalents ?
bbPress Profile Link Shortcode
Sure, contact anytime. 😉
This can help as well.
We can use action hook. Here is explation how to use it. There are files where you can find the place.
https://codex.bbpress.org/bbp_theme_before_forum_title/
SSo, you said you need dynamic url to user bbpress profile. Correct?
This code will generate profile url
<?php echo bbp_get_user_profile_url( get_current_user_id() ); ?>
The key to my question is I cannot create a link to a users bbpress profile
This is mine on my URL
https://uktechhub.com/forums/users/uk-sentinel/ as an example as the variable for username changes with each logged in users name ?
this is my profile link on BBPRESS.org
https://bbpress.org/forums/profile/uksentinel/
That works great! Thank you so much.
How do I add the post content to the first post of the new topic? I can’t work out how to target the first post with add_action().
How do I append the post post title to the forum id? It looks like this (Forum: 67) it might be better if it was post-title-67 e.g starwars-67
I would like the first forum topic created to be displayed on the post page. I currently achieve this by:
Add new block
[/] shortcode
Add the bbpress shortcode
[bbp-single-topic id=40]
The id is found when edititing the topic in the address bar https://site/wp-admin/post.php?post=40&action=edit
Is there a way of automating this task?
yes, bbpress 2.6.5 and bbp-style-pack 4.6.1.
Perhups I could change the texte, but I don’t know find it in french.
One idea?
thanks very much.
I like bbpress, it’s fine
FYI – My WordPress and BBPress installations are up-to-date and I have an Icon in the Toolbar which when clicked, goes to three option (Dashboard – Change Password and Log-Out) but does not give access to users topics and post being created etc.
If I use the Widget BBPRESS LOGIN LINKS Widgets – and click on the icon, then it gives me access to the profile details I am looking for, but I would like to use this profiles option for the menu (not wideget)
😉
I am trying to create (and have been for a few days) a way to do exactly what happens when you log into this wonderful bbpress.org forum, after logging in you can then select your user icon with the users name and enable them to edit there own bbpress profile details.
How do I do this simply ?
is this with 2.6.5 bbpress ?
the order changed and my style pack may not recognise the changed order
Ce forum contient 5 sujets (+ 1 masqué) et 11 réponses, et a été mis à jour pour la dernière fois par 20 août 2020 à 18:37 le admin4789.
I use bbpress with bbp-style-pack and this the message that I have in the list of topics