All new users’ profiles are fine – /forums/users/user/
Any users that were imported do not work.
Viewing their profile from WP Admin > Users does not work either.
Is there something that can be done to re-link users?
Many thanks, Will
All new users’ profiles are fine – /forums/users/user/
Any users that were imported do not work.
Viewing their profile from WP Admin > Users does not work either.
Is there something that can be done to re-link users?
Many thanks, Will
Hi,
I’d like to modify the reply topic from paragraph <p> to heading <h1> or <h2>. I tried to modify few php files but couldn’t get it working. Also checked few codex content but couldn’t find anything relevant. Wondering if somone done this before or knows how to do it. Thanks.
Trong bài viết này, Duockhong.com sẽ chia sẻ và hướng dẫn cho bạn cách ẩn bạn bè trên Facebook bằng điện thoại, máy tính mới nhất. Thông qua các thông tin được chia sẻ sau đây bạn sẽ biết cách ẩn danh sách bạn bè một cách dễ dàng. Cùng xem thêm ngay sau đây nhé!
If all I want to do is have links to the topics started (and replies created) by the user who is logged in, and I want something simpler than ProfileGrid and UsersWP, what words should I be using to search www.wpbeginner.com? Is there a better way to find which one to use?
Do I even need another plugin to do that? Did I fail to see what I need when I was looking through the bbPress and Style Pack widgets, the bbp Style Pack tabs, and the bbPress shortcodes?
I want my forums to be private.
I want none of the forums, topics or posts to be viewable to anyone who isn’t logged in.
I’ve tried a plugin called “bbPress Members Only”.
However, this leaves the forum index open, and prevents non-logged-in users from seeing anything beyond the homepage: I want some pages to remain public.
Are there any plugins, or any options within bbpress itself that will let me create this level of privacy?
Hi,
So, when a user makes a comment on a forum from their (Apple – IOS) phone and uses the emoji keyboard within the comment, the emoji shows up as a ‘?’. Initially, the emoji is shown fine on the Apple phone (not on the desktop/other systems) but after refreshing the page, the emoji turns to a ‘?’.
Is there a way to fix this?
Hello,
I currently have this plugin installed onto my website which I plan on updating soon and I would like to know if it is compatible with the latest version of WordPress 5.7.2.
The current version of WordPress I am running is 5.5.5.
I’m trying to detect requests for the bbpress forum index page.
Initially I tried ‘bbp_is_forum_archive()’.
This doesn’t return true from the forum archive page.
I decided to test if any bbpress conditional tags were working, so I tested ‘is_bbpress’, because the function calls many (maybe all?) of the other conditionals.
However, ‘is_bbress’ doesn’t return true either.
However, on any page in my site, whether bbpress is on that page or not, this condition returns true:
‘if ( ! is_bbpress() )…’
What could be happening here?
This is my function and the hook I’m using:
add_action('init', 'test_bbpress');
function test_bbpress() {
if ( is_bbpress() ) {
wp_die("got to the forums page") ;
}
}
Hi,
I’m presently working on a beta version of an existing bbPress WP Website, and I’ll need to retrieve ONLY the latest bbpress activity from the prod website to the beta website (only new users, new subjects etc …) I can not find a way to do it (the import/export tool deal with ALL the data which i don’t need)
Any suggestion would be greatly appreciated.
I have recently installed bbPress to work on my WP site, also with integrated LearnDash LMS.
Installationin showing as installed and activated, but no forum options show in the left of my WP or LearnDash site admins.
Any suggestions what I am doing wrong?