Published on May 22nd, 2017 by lrtrln
Hi,
After making an import of data from phpBB 3.2 to bbPress 2.6beta2,
impossible to connect one of the users formerly present in phpBB.
The following errors are immediately displayed when attempting to connect:
Notice: Undefined index: _bbp_converter_rows in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 753
Notice: Undefined index: _bbp_converter_db_user in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_pass in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_name in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Notice: Undefined index: _bbp_converter_db_server in …/wp-content/plugins/bbpress/includes/admin/converter.php on line 754
Can someone help me figure out what’s going on? Thanks.
WP: 4.7.5
bbPress: 2.6beta2
phpBB: 3.2
Published on May 22nd, 2017 by artinte
How can the features on buddypress be seen in the forum?
Features:

The place I want it to appear:
Published on May 22nd, 2017 by artinte
The picture I add is well below the head

Published on May 22nd, 2017 by mattatadvancify
Hi there,
I’m running into an interesting issue and I’m hoping somebody can help. My client’s site is running bbPress and we have unchecked “Allow guest users without accounts to create topics and replies” in the settings but somebody still posted to the forum anonymously. After noticing the post I logged and noticed that the topic was started by user number that is no longer active in WordPress.
Is there another setting somewhere in bbPress that would allow users to post anonymously that I’m missing?
Thanks for your help.
Published on May 22nd, 2017 by benjaminsaarde
Hey,
I’m making kind of a social media with bb-press.
I want people to be able to comment and post in forums, only if they are logged in. I want two different kind of memberships: I want membership1 to be able only to comment, and membership2 to be able only to post. However I want people to be able to comment there own post. What should I do?
Published on May 22nd, 2017 by websmyth
I’m experiencing an issue where a forum is sending notification emails to almost all members bar a small handful. The forum has nearly 700 members but there are roughly ten members that never receive notifications.
Having checked for spam issues, setup SPF records and the bbPress Notify (No-Spam) plugin, I installed the WP Mail Log plugin which has revealed that emails simply aren’t being sent to these email addresses. The users are subscribed as far as we can tell but for some reason the system is not sending emails to these users.
I don’t think I’ve missed anything obvious, but could be wrong so any suggestions would be greatly appreciated.
Thanks!
Published on May 22nd, 2017 by semperaye
I’ve been searching for a very long time and all I can find is how to hide a sidebar, or make a full width page. I need to keep my sidebars in my forums, but they are causing the forums to be rather small to the point where it’s almost hard to read. I’ve tried this:
#sidebar-left .widget, #sidebar-right .widget {
margin: 0 0 1em;
}
But I think I might need something else to force the forum wider because the code above did nothing for me.
Published on May 22nd, 2017 by Arize Nnonyelu
Hello? I want users to also see other interesting topics while on a topic. Just like in a blog you have popular posts or recent posts at the bottom section while reading a post. So I want a way to display other related forum topics so that I can make the site more lively and probably reduce bounce rates.
Just like as you are viewing this topic, you can see other topics that are related to it, or not related but one can see other topics in the forum. Not seeing only this in the page
Thanks guys.
Published on May 22nd, 2017 by guruprasadmulay
Hi, i am using role scoper to give access to forums and bb press notifies to send notification emails. If I add a topic to the forum. It sends an email to every user who is not authorized to access it.
Published on May 21st, 2017 by possip
hey, hope you’re well.
i could need some help on fixing my filter options in the activity stream for topics and replies. they just don’t filter, i’m still seeing everything
This is what i found:
function activity_filter_options() {
?>
<option value="<?php echo $this->topic_create; ?>"><?php esc_html_e( 'Topics', 'bbpress' ); ?></option>
<option value="<?php echo $this->reply_create; ?>"><?php esc_html_e( 'Replies', 'bbpress' ); ?></option>
<?php
}
I’m pretty bad at php, but i have a feeling there must be something wrong. 😀 tried changing topic_create to bbp_topic_create, but no. Can you help me? 🙂