and read https://bbpress.org/forums/topic/how-to-remove-default-bbpress-login/
that should work, it might be that another plugin is overriding this.
what other bbpress related plugins do you have ?
Hi
First, Thank you for many your help
i use plugin to user registration
User Registration – Custom Registration Form, Login And User Profile For WordPress
Best Regards,
Hyunho
ok, I cannot say why it is not displaying.
so you just have bbpress, not any other bbpress related plugins ?
Hi
I have a lot of plugins installed on my site.
Let me know if you have anything to check more
Best Regards,
Hyunho
================
301 Redirects
Activity Log
Advanced Access Manager
Advanced Editor Tools (previously TinyMCE Advanced)
Advanced TinyMCE Configuration
All In One SEO Pack
Automatic Copyright Year
Awesome Weather Widget
bbp style pack
bbp User Ranking
bbPress
bbPress – Private Replies
bbPress forum utility pack
bbPress Permalinks with ID
bbPress Profile Link Shortcode
bbpress Simple View Counts
bbPress Toolkit
Classic Editor
Favicon by RealFaviconGenerator
GD bbPress Attachments
GD bbPress Tools
Hide Admin Bar From Front End
Hide My WP Ghost Lite
Image Upload for BBPress
Link Widget Title
Log Out Shortcode
MangBoard WP
Members
Nav Menu Roles
Pages In Widgets
Post/Page specific custom CSS
Search & Replace
Shortcode in Menus
Shortcode Widget
SiteOrigin CSS
Smush
Stylist
Timeline Express
User Registration
Wordfence Security
WP 2FA – Two-factor authentication for WordPress
WP OPcache
WP RSS Aggregator
WP Statistics
WP-Optimize – Clean, Compress, Cache
WPForce Logout
broken link check
buddyPress
================
wow, could be many of these or combination of them or your theme
The best I can suggest is
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.
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
Hi
i resolved the problem and log it for sharing and history.
=====================================================================
[root]# cd wp-content/plugins/
[root]# find . -type f -print | xargs grep -i “bbp-login-form” | more
….
…
..
./bbp-jp-utility/templates/form-custom-user-login.php:<form method=”post” class=”bbp-login-form”> <– Find!
…
..
..
[root]# cp ./bbp-jp-utility/templates/form-custom-user-login.php ./bbp-jp-utility/templates/form-custom-user-login.php.ori
[root]# vi ./bbp-jp-utility/templates/form-custom-user-login.php
delete
<form method=”post” class=”bbp-login-form”>
~
</form>
======================================================
Thanks for always help me
Best Regards,
Hyunho
great – glad you are fixed