> @ziadmasry: Great work!! Is there a recent translation for Arabic version WP?
Ziadmasry,
You can see the current status of bbPress translations here:
https://translate.wordpress.org/projects/bbpress/pluginย
(Arabic has 132 of 842 translations, though all additional contributions would be welcome :))
Please see this post How do I change the language? (We will add this to the docs in the near future.)
That post has instructions for Spanish, its the same process except you substitute ES (Spanish) for AR (Arabic) where applicable, it’s an identical process for bbPress as it is for WordPress itself.
ย 1: https://bbpress.org/forums/topic/how-do-i-change-the-language/#post-113281
Hello,
I’d like to use bbPress so I’m looking at setting it up on my blog…
I use the plugin Semisecure Login Reimagined to encrypt login details before they’re sent off to the server…
When I use the bbPress shortcode for the login or use the login widget I get the message:
> Semisecure Login is not enabled! Please enable JavaScript and use a
> modern browser to ensure that your password is encrypted.
Does anyone know if it is possible to get around that?
Thanks!
The index page for bbPress translations is here:-
https://translate.wordpress.org/projects/bbpress/plugin
If you can contribute translations that would be great ๐
I love the look of the styled Register/Lost password/Login pages featured here.
Much better user experience than the WordPress backend look…
How can I do this on my site?
Thanks!
Hello,
Thanks for helping me logging in to bbPress.org – had to ask via twitter…
You might want to:
- change the Register page to tell people to use their WordPress.org credentials and register there if needed.
- remove the Lost Password page
- fix the contact us link in your footer as it doesn’t work ๐
Thanks!
Hello,
I tried to use the bbpress rate post plugin on WordPress 3.4.1, bbpress 2.0.3, BuddyPress 1.5.6 and the plugin v. 1.6.6. In the group forums it works very well, but in the site-wide forums there is nothing, so I thought I will modify and make it to work in bbpress…
I opened the files (bb-rate-forum-posts.php – the main file) looked at the hooks and tried to find the similar hooks for bbpress, but unsuccessfully for now. I tried few changes but always get blank screen errors.
Can anyone help me, with code, or just hints? Or some other plugin recommendation?
Thanks in advance.
I just checked on my site and in Firebugs net panel it does not show that it is loading bbpress from the plugin folder?
It shows that it is being loaded from my theme directory.
These steps may be incorrect but this is what I did.
1) I copied across bbp-theme-compat to my wordpress theme folder.
2) I deleted the bbp-theme-compat from the bbpress plugin (this was probably not the thing to do!).
Everything is working fine for me though?
I copied across bbp-theme-compat to my wordpress theme folder and then bbpress automatically picked up my files.
Is your bbpress-functions.php file located inside your theme directory aswell?
Bumping this to the top. Blake from DriveNet Consulting took on the project and produced absolutely nothing after over a month and a lot of apparent bluffing.
Who here has experience creating or modifying/adapting bbpress themes for the PLUGIN version of bbpress for WordPress?
Thanks
I did the following today:
-
Install a fresh version of wordpress and bbpress plugin.
-
Copy all files (except style.css) from …/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten to my child theme folder
-
Modify bbpress-functions.php to include add_theme_support( 'bbpress' );
bbpress is still using the bbpress.css file from wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/css
I’ve been tinkering with it for hours and I cannot get it to start using my child theme’s css files by default. They properties always are overwritten by the bbpress.css file in the plugins folder.
Ideas?
-
This topic was modified 13 years, 12 months ago by
Clay.
Hi John James Jacoby
I tried your suggestion with no luck. I experience this issue on a second website as well. Could it be any database configuration settings that is causing this?
Thank You
No idea. It’s a bug in the converter from the sounds of things, but I haven’t looked into it.
Try bumping the converter start (_bbp_converter_start) up 1 or 2, and see if it continues on.
Iโll get right on that copy then ๐
With great power comes great responsibility.
I’ll get right on that copy then ๐
๐ Eventually. Not *quite* there yet. Need to fill in some copy here first, migrate the codex, etc…
Hi netweb
Thank you for replying.
There is no need to check the โ_bbp_converter_queryโ to get the topic_id range since this is shown in the Forums page where the conversion hangs. But I did that for confirmation. So I removed any funky characters,etc from that range and still I cannot get it to pass that range.
Any other ideas?
Thank You
In the WordPress database’s ‘_options’ table there should be a field ‘_bbp_converter_query’ and this stores the last executed SQL query that the converter used. Have a look at this query to determine the topic id range and then open up your bbPress 1 database and the ‘_topics’ table to look at the ‘topic_id’ range that the converter is getting stuck at and see if the appears to be any bad/funky/broken data in those topics that could be causing the converter to terminate.
bump! 2.1 is out, along with a brand spanking new bbpress.org. If there ever was a time to introduce the WordPress community at large to bbPress this would be it ๐
Loving it!
Some “could be nice”s:
Frontpage: I think the 1-3 latest blog posts ought to be shown prominently somewhere on the front page.
Forum: Have you considered using the excellent WP Markdown plugin for this forum? I find it to be a really clever, future-proof alternative to bbcode.
-
This reply was modified 13 years, 12 months ago by
Erlend.
That’s annoying. Can you create a trac ticket over on bbpress.trac.wordpress.org, and I’ll check it out for 2.1.1?
If bbporg_ is in the twentyten theme, that’s me being an idiot; and I’ll have to fix it in 2.1.1. Can you create a trac ticket over at bbpress.trac.wordpress.org, and I’ll take a look into this more?
Oops, the code got parsed funky. Basically, I’m using a variation of the code on this page: https://codex.wordpress.org/Function_Reference/fetch_feed
That’s a bit odd, since that’s a core WordPress WP_Query method.
Can you confirm that your update went smoothly? Maybe try reinstalling bbPress manually.
Also, what theme are you using? It’s possible there’s a conflict, or something else weird is going on.
Thanks for helping.
Hi guys
Just to add to my latest reply above, I started a conversion with row limis = 100 and delay time = 1 and it was succesfull up to the lines 700-799. The conversion cannot pass that point. Whatever I do. It hangs always at 799.
Thank You