Hi
Here is the link to the updated translation:
http://twoway.se/filer/bbPress-sv_SE.zip
@jobjörn I have mailed you the file also.
Note that it is for the 1.3 version and not for the 2.0 plugin version. Please ping me if you convert the translation to 2.0
Maybe there is a easy way to migrate the translation to 2.0. Check with @JohnJamesJacoby
Hello,
I am using BuddyPress & tried to incorporate bbPress into the site with the “enable bbPress forums” option in the BuddyPress settings located in the administrator dashboard. Now, not only does my forum not work, but the administrator dashboard doesn’t work either. In turn, I am unable to disable bbPress in the admin dashboard to correct the issue.
Someone please help! How do I get my dashboard back?
It is preferable to have the dashboard & the forum working, but the most important thing is to get the dashboard back. I can then install bbPress separately if I need to.
Thank you for your help in advance.
Bah, had it working after upgrading to 3.2, now it’s broken again.
https://wordpress.org/support/topic/plugin-bbpress-bbpress-fails-when-facebook-like-plugin-is-working?replies=21
Looks like it’s on the SFC end of things tho… I think
I’m now using 2.0 RC-1 but the backend doesn’t look all that different. Are there other plugins needed for further functionality?
I’d like to see a login or register right out front and maybe I’m just implementing this wrong as part of my blog.
http://www.jeff-foliage.com and it’s halfway down the right side with options for forum topics and conversations.
Also what themes natively support BBpress?
is there a way to change the white background into black? i cant find a css class that work but i have a dark blog.
I migratee my old bbpress 1.03 to new bbpress plugin with full of fear of losing my data or having something unexpected.
I like the new one after all. Thanks JJJ.
I’ve one question: How to change thread order?
The thread shows newer on the top, older on the bottom. How to changer to the reverse order?
Ok, just to see if everyone’s experiencing the same behaviour or something’s “wrong” at my end:
When I click on the edit link for a topic (first post) the link returns me to the topic page. (I would have hoped to edit the topic / post) So that doesn’t seem to be working. Maybe it’s because of the time constraint that allows you to edit topics/replies? I would like to disable that time constraint anyway. Any options there?
When I click on the edit link for a reply in that topic it shows me a page with the content of the page stripped and a “Edit this entry” link, if I click on that it sends me to wp-admin (with the post open to edit). Is there no “front-end” editing of the topic/reply possible? I’d like to keep people out of the admin as much as possible.
That’s happening when I’m an admin, when I’m a subscriber I don’t even see the edit links (although I have the “edit_replies” / “edit_topics” capabilities).
I’m running bbPress 2.0 RC1 – 3363. (Just in case it matters: I started out with the beta that’s in the WordPress repository and replaced it twice with updated versions from the trac.)
Anonymous User 5853594Inactive
@tofugu
Upgrading is that simple… Just delete the content of the folder and replace it with the files from Trac.
https://bbpress.trac.wordpress.org/browser/branches/plugin/
Beta 3: bbPress 2.0-beta-3b
Should I be using RC1? If so, is upgrading as easy as replacing plugin folder (i hope i hope i hope!)
Thanks for the update, and that too in detail
Well I would be happy to test it further, the plugin says its bbPress is forum software with a twist from the creators of WordPress. Version 2.0-beta-3
This is a plugin straight from the wordpress site I looked over the release page but I’m not sure I wanted to take a chance killing what I had…
But I can take a look at putting the files directly onto the server which is the way we used to do it. I just haven’t done it that way since they made the auto update so damn functional…
So yes I would be happy to test it out since I don’t have much into mine as of now… I noticed it did get indexed in Google for several keywords and that made me real happy… Love that SEO…
Seeing the filters in bbpress.php:
// Post type identifiers
$this->forum_post_type = apply_filters( 'bbp_forum_post_type', 'forum' );
$this->topic_post_type = apply_filters( 'bbp_topic_post_type', 'topic' );
$this->reply_post_type = apply_filters( 'bbp_reply_post_type', 'reply' );
I thought this could be easily modified; however, I am struggling to get my filters to work from functions.php. I’ve tried the following solutions:
add_filter( 'bbp_forum_post_type' , function($post_type) { return 'wps_' . $post_type; } );
add_filter( 'bbp_topic_post_type' , function($post_type) { return 'wps_' . $post_type; } );
add_filter( 'bbp_reply_post_type' , function($post_type) { return 'wps_' . $post_type; } );
And,
add_filter( 'bbp_forum_post_type' , 'wps_my_custom_post_type' , 1, 1 );
add_filter( 'bbp_topic_post_type' , 'wps_my_custom_post_type' , 1, 1 );
add_filter( 'bbp_reply_post_type' , 'wps_my_custom_post_type' , 1, 1 );
function wps_my_custom_post_type( $post_type ) {
//just add prefix
$prefix = 'wps_';
return $prefix . $post_type;
}
Neither seem to work, and I am not sure what I am missing.
I’ve built a very popular forum for a particular market segment using MyLittleForum and they LOVE it. However, administering and moderating it isn’t that great. So I’m wondering if a theme could be developed for bbPress to basically mimic the MyLittleForum style?
http://mylittleforum.net/forum/
If this is possible and not yet available, and anyone is interested, please let me know your willingness, timeframe and price.
Thank you!
@tofugu – Are you using Beta 3 or RC1 from the plugin branch?
@folgerj – The only donations I’m looking for are testers and contributors.
For launch, there will probably be some auto-page creation to get the most common ones up and running right away.
Closed and unstickied. See the codex page for details.
* Forums
[bbp-forum-index] – Show the forum index/archive
[bbp-single-forum id=$forum_id] – Show a single forums topics
* Topics
[bbp-topic-index] – Show the topics index/archive
[bbp-topic-form] – Show the new topic form
[bbp-single-topic id=$topic_id] – Show a single topic
* Topic Tags
[bbp-topic-tags] – Show a tag cloud of all topic tags
[bbp-single-topic-tag] – Show the topics within a specific tag
* Replies
[bbp-reply-form] – Show the topic reply form
* Views
[bbp-single-view] – Show topics associated with a specific view
* Account
[bbp-login] – Show the login screen
[bbp-register] – Show the register screen
[bbp-lost-pass] – Show the lost password screen
Also, is there an easy way from within a theme (say in functions.php or via style.css) to change the default size of gravatars in the topic reply dialog? I’m assuming it would require a function as bbPress is setting it via a function, from what I was able to glean peeking at the bbPress code. Thanks.
I’m using 2.0 beta 3 and it’s live on my site. http://www.jeff-foliage.com I have only had one person try it and one thing I’ve noticed (which I assume will be fixed in the final RC) is up front in your face logging in or registering of users. right now the plugin uses the subscriber permissions to be able to post to the forum but to me it seems really obscure for them to get going.
I’m also using a plugin that checks ip addresses to prevent spammers from creating accounts and I’m not sure if this will affect the final RC and creating new accounts.
I’m waiting for a RC since I don’t want to mess with manually updating the files on the server.
I hope there is a RC before fall since my site is all about fall foliage in New England and from here out until 1 Nov is my busy season..
I’ts looking good and I hope you get some good donations from this…
Hi, sorry for the delayed reply, I’ve been busy with other things, and am just now revisiting the issue.
I don’t have a /wp-content folder anywhere in my hosting directory. So I’m running bbPress as a standalone install, as I understand it.
I have edited the bb-config.php file (copied from bb-config-sample.php), and it still doesn’t work.
Any other ideas? Thanks.
Forgot to add that the lang constant is just as it should be for a plugin, from the general WP config.php: (define (‘WPLANG’, ‘xx_XX’);
No need to set BBLANG anywhere.
Im trying to install bbpress for the first time and I input the database info, save configuration and it brings me to a page with just a link that says function.fopen I click on the link then it brings me to a “404 page cannot be found” What am I doing wrong? I created a completedly new db exclusively for bb via go daddy on a windows hosted site. I trying to install bb on a subdomain, does that make a different
Hi,
I was wondering how can I enable facebook connect to post replies or create topics in my bbpress forum which is installed as a wordpress plugin on my wordpress blog. Any help or a hint in right direction will be appreciated.
We have done a bit of testing with this as it’s a major issue for us.
We’ve got the translators to work on beta1 and understand the logic as follows (based on function load_textdomain()):
1.- translated po (mo) files have to be named bbpress-xx_XX.mo with the xx being the language/country combination as on standart WordPress Codex (ie es_ES) for spanish / Spain
2.- function will look for the file under the plugin directory//bbp-languages and if it’s not there will look for it at the standart WP language dir, normally wp-include/languages but this may vary.
Hope this helps anyone with this issue. Perhaps a TXT file with this info could be included under the bbp-languages folder of the plugin.