Thanks. I put some pages in place now. Need to write some copy next…
@markusbb – I experienced this twice while converting bbPress.org over last night. I considered it a fluke, since it was with over 100k post entries.
In your wp_options table, should be an entry with the key ‘_bbp_converter_query’. It will indicate what the last attempted converter query is, which will narrow down the scope of your search to figure out what may have gone wrong.
Apologies that you’re having trouble, and we’d like to get whatever is wrong fixed up for the next release.
Hi guys
Thank you for your replies.
I started the conversion however it hangs at a “Converting topics (300 – 599)” point. I restarted the conversion and still the same. Any ideas why this might happening?
Thank You
Small bug: The links to Simple Setup / Fully Integrated / Multisite Forums on the frontpage seem to be pointing to the wrong place.
I just saw a tweet about this plugin yesterday.
http://easydigitaldownloads.com/extension/content-restriction/
While I have not used it before, I know his code is rock solid and support is fantastic. It specifically mentions bbPress support and might be able to easily be modified to use groups instead of people who purchase a product. Might be worth asking him about.
If I ever pick up a copy, I’ll try to write up a full review on it as this feature has been requested for some time now.
The code is in the core for you to use, though not yet implemented in the front end, the functions work.
https://bbpress.trac.wordpress.org/changeset/3632
https://bbpress.trac.wordpress.org/changeset/3633
Hey guys, today I installed bbpress on my wordpress blog. But I suddenly face a problem. After i entered mydomain.com/forums i say all the categories. Then when i click on a category it opens a page with this write :
Catchable fatal error: Object of class WP_Error could not be converted to string in /home/mileyray/public_html/wp-content/themes/especial/libraries/breadcrumb.php on line 88
the line that it underlines is: echo get_category_parents($ID, TRUE, $markup, FALSE );
I’m using the latest version of wordpress 3.4.1
Please help me! Thx in advance.
Hello community,
I am doing some work for a client (www.autoedizione.nl), unrelated to bbpress, but all of a sudden, after updating bbPress, links to categories are very strange.
In the menu, there are links to category pages which are (simply put) site.domain/category, and these worked fine before update. After the update, they are redirected to site.domain/forums/forum/category.
The links in the menu are generated by WordPress, using get_category_link($id), with the correct $id.
Is there any way to fix this? It’s wreaking havoc for the site. By the way, links to pages that are formatted similarly (site.domain/page), still work.
@hlwinkler Yep, 2.0 and 2.1 plugin as well
I am trying to find a way to create groups of users in WordPress and allow only certain groups access to certain forums.
Can anyone suggest a way of doing this using bbPress and other plugins only? I don’t want to use BuddyPress.
Welcome to bbPress forums!
To convert bbPress 1 to plugin version select Tools/Forums menu on Import Forums tab
Screenshot : https://dl.dropbox.com/u/90154006/wpvn/bbpress_tool.png
Regards,
The very first setting on the ‘Import Forum’ page has a drop down to select which forum software you are wanting to import from bbPress, phpBB etc,
And to clarify bbPress1 is the same as bbPress Standalone
Hi guys
I am installing the bbpress plugin, deactivating all other plugins, go to Tools > Import but I cannot find the BBpress Standalone tool there. Any ideas ?
Thank You
I’m the wrong guy to ask about that… @Doobbe is your man!
Thanks Terence! Curious about whether the instructions would be the same for 2.0 and 2.1 though.
Woo’s word on it is that it isn’t a bug, it’s a theming issue for me to fix. This surprises me but I’d like to just work around it at this point.
How do I create a child theme for bbpress 2.1 that lets me address the problem that the forum index, user pages and tag pages are all displayed inside of a blog post excerpt loop with no live links or formatting?
It as a reply in a recent conversation. I just upgrade and see it missing. I tried to repair, nothing changes. Now I can see it’s status “Mismatch”
omg thanks a lot.
i waste a lot of time trying to translate this plugin.
For spanish use:
https://translate.wordpress.org/projects/bbpress/plugin/es/default
and after donwload the archives rename them as follow:
bbpress-es_ES
bbpress-es_ES
Now i have my forum working in spanish
http://www.campingchile.cl/Forums/
Add the ‘bbPRess Recent Topics’ widget to a sidebar
https://codex.bbpress.org/widgets/
Or use the [bbp-topic-index] shorcode
https://codex.bbpress.org/shortcodes/
Make a static page and as you have the ‘members’ plugin you should see ‘Content Permissions’ available so protect it using that.
Thank you for the advice; as I want registered users to see the private forums, and public users to see only the others, I need a way to restrict the text widget for the private forum–is that possible?
Thanks!
Martin
bbPress 2.1 includes a conversion tool to import forums/topics/replies/users from some of the popular forum packages eg. bbPress or phpBB
There is an ‘example’ file also included as a ‘reference template’ that if Mingle is using a SQL database then you could easily modify this to be a custom importer by matching the correct database tables/fields etc
The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/bbp-admin/converters
If you look at converting Mingle it would be great if contributed this back to bbPress for other Mingle users https://bbpress.trac.wordpress.org/