Search Results for '"wordpress"'
-
Search Results
-
Topic: Forum Permissions
WordPress Version: 4.8
bbPress Version: 2.5.13
Site Address: https://www.explodingbush.netHello,
Recently, I started using bbPress and it’s been fantastic so far. One of the things I’ve been trying to complete was an announcement/important information forum. I want to let users read the topics and comment, but not post anything on this specific forum. I have other forums where I want the users to have access to posting topics.
I’m not sure if this is possible or if it was brought up in the past.
Any help would be greatly appreciated.My best,
MattHello, I currently using SMF on my forum site. I have no idea how to connect my SMF to my WordPress blog, as the forum is part of the blog, which is installed under its subdomain. Please, help me give an idea how to convert SMF to bbpress!
Set up WordPress on my Windows PC. When I click on “Forums”, I get the error
Fatal error: Uncaught Error: [] operator not supported for strings in C:\xampp\htdocs\wordpress\wp-content\plugins\bbpress\includes\forums\functions.php:1800 Stack trace: #0 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query)) #1 C:\xampp\htdocs\wordpress\wp-includes\class-wp-hook.php(323): WP_Hook->apply_filters('', Array) #2 C:\xampp\htdocs\wordpress\wp-includes\plugin.php(515): WP_Hook->do_action(Array) #3 C:\xampp\htdocs\wordpress\wp-includes\class-wp-query.php(1683): do_action_ref_array('pre_get_posts', Array) #4 C:\xampp\htdocs\wordpress\wp-includes\class-wp-query.php(3248): WP_Query->get_posts() #5 C:\xampp\htdocs\wordpress\wp-includes\class-wp.php(617): WP_Query->query(Array) #6 C:\xampp\htdocs\wordpress\wp-includes\class-wp.php(735): WP->query_posts() #7 C:\xampp\htdocs\wordpress\wp-includes\functions.php(955): WP->main(Array) #8 C:\xampp\htdocs\wordpress\wp-admin\includes\post.php(1072): wp(Array) #9 C:\xampp\htdocs\wordpress\wp-admin\includ in C:\xampp\htdocs\wordpress\wp-content\plugins\bbpress\includes\forums\functions.php on line 1800
New forums can be created without any errors, but when I click on the URL of the new forum, I get the same error again.Topic: Restricting to Single Forum
Hi
Is it possible to limit the WordPress plugin bbpress to a single forum? I want to only have a single forum on my site, where users can create new topics within that forum. I’d like to remove the Forum List page entirely as well.I’ve tried putting the shortcode from this post (Restricting bbpress to a single forum) on my individual forum page, but that didn’t seem to work…
Please let me know your thoughts!
Topic: Bug in bbPress
I am using WordPress 4.8 multisite and noticed a bug in bbPress 2.5.12 and 2.5.13 (possibly older versions as well) with PHP 7.1.6.
Lines 1798-1805 of includes/forum/functions.php is
// Default to public status if (empty( $post_stati ) ) { $post_stati[] = bbp_get_public_status_id(); // Split the status string } elseif ( is_string( $post_stati ) ) { $post_stati = explode( ',', $post_stati ); }For me $post_stati looks to be an empty string so the if is evaluating to true and the next line is failing with this error:
Fatal error: Uncaught Error: [] operator not supported for strings in /srv/www/tilth.org/current/web/app/plugins/bbpress/includes/forums/functions.php on line 1800
Changing line 1799 to:
if (is_array( $post_stati) && empty( $post_stati ) ) {looks to fix the error.
Perhaps adding a line inside the conditional of
$post_stati = array();is a better fix.
Topic: Profile pic bug?
Hi, on my site Greenkeepitsimple.dk the profile pictures are too wide, how do i fix it?
I use bbPress 2.5.13-6410
And the newest wordpress versionHere is a picture of the problem
pictureHello everyone,
in my site bbpress multilingual is not working properly. in my site, i use wpml for language dropdown. but in english its not showing the other language name into dropdown, but in dutch language dropdown, english is showing into dropdown. i m giving u the two link.
http://webdev.wordpress-developer.us/bbq/forums/
http://webdev.wordpress-developer.us/bbq/nl/forums/
kindly help me about the issue
Regards
SubhenduTopic: Limit in sign ups
Are there any limits on the number of sign ups in forums? Does WordPress limit that either?
Topic: phpbb imported users
Hi,
I’m trying to import a phpbb forum (3.0.12) to a new bbpress (2.5.13) installation.
Everything works well, except that I’d like that imported users that exist in the wordpress (4.8) installation are automatically linked to subjects, messages, etc…
As mention in this post, I could delete “imported_…” accounts and choose the existing users. But I have more than 1100 matches. One by one is just terrible…
I tried to modify the “bbpress/includes/admin/convert.php” file but with no success.
Is there any way “automate” this ?
Thank you.Good afternoon BBPress community,
I’m moving an existing site to a new install, and have successfully exported and imported most of the site.
But when I get to BBPress I run into a problem importing the Topics. The built-in WordPress importer says it was successful, BUT no topics show up in the forum or in the dashboard.
Any ideas?
Is BBPress not compatible with WordPress’s built-in Import and Export routines? This would be quite strange as several free plugins I use work fine, so I’m guessing there is a workaround?
Thanks in advance for your help,
Shawn
Topic: Users can’t edit forum posts
My users can’t edit forum posts that they’ve posted. When the ‘edit’ link is clicked, users are taken to the text editor, but the text is colored white (and is therefore invisible unless highlighted) and all editing tools are absent, other than ‘Ad media’, which is greyed out.
I can confirm that the timeout option is set appropriately.
My website is https://robotwealth.com and I running WordPress v4.8 and bbPress v2.5.13
Example of an attempt to edit a post below:

Any known issues related to this? Anyone else experience something similar?
Hello everyone,
in my site bbpress multilingual is not working properly. in my site, i use wpml for language dropdown. but in english its not showing the other language name into dropdown, but in dutch language dropdown, english is showing into dropdown. i m giving u the two link.
http://webdev.wordpress-developer.us/bbq/forums/
http://webdev.wordpress-developer.us/bbq/nl/forums/
kindly help me about the issue
Regards
Subhendu

Hi all,
I am aware of this plugin BBPress Topics for Posts : “https://wordpress.org/plugins/bbpress-post-topics/”.
It creates wordpress posts as topics in BBPress Forum and also posts all the comments of that post as replies to the same topic created in the Forum.
The problem with this plugin is it replaces the comments in the WP post with a link to the forum topic for further discussion and one cannot comment further.
Along with the link for discussion, I want the comments to be enabled so a user with no time can just leave a comment and go.
I read this feature is going to be part of core BBPress 2.6. Could somebody confirm on this?
Any solutions availabe also, I am ready to pay.
Regards
Gana