Hi,
There is a check every 6 hours for plugins, if they are at 100% for a locale, they should become available at that moment.
Just make sure you do not have any pending local mo/po files anymore. And that your WordPress is set to de_DE (and not to formal or e.g. Swiss).
Pascal.
Hi,
i was doing some performance analysis with the Xdebug and Xhprof profiling tools and noticed that many of my DB queries/per request are something similar to:
SELECT option_value FROM wp_options WHERE option_name = '_bbp_enable_subscriptions' LIMIT 1
In Trac Ticket 1550 it is mentioned, that the WordPress Object Cache is used, but this “error_log” (in wp-db.php Version 4.4.1 line 1809) tells me a different story:
private function _do_query( $query ) {
if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) {
$this->timer_start();
}
if ( $this->use_mysqli ) {
error_log($query . "\n", 3, '/tmp/wpdb.log');
$this->result = @mysqli_query( $this->dbh, $query );
} else {
$this->result = @mysql_query( $query, $this->dbh );
}
$this->num_queries++;
if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) {
$this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );
}
}
Am i missing some Cache Settings here?
I am using WordPress 4.4.1 with bbPress 2.5.8
I have had the problem since I installed bbPress six weeks ago and I think I have had WordPress 4.4.1 since then.
I have now found a work around solution, inactivated the 404-plugin, created a 404.php-file and uploaded it in the theme folder. After that the bbPress topic pages are available.
Hi,
I had a similar issue already when running e.g. “Recalculate last activity in each topic and forum” and if post IDs and post dates are not really aligned. It’s a known issue that should be fixed in the upcoming v2.6.
After the next reply, everything should be then correctly refreshed.
Are you seeing the same behaviour ?
Pascal.
The theme was not the problem. I now know that it is the 404 plugin where I can use a wordpress page as 404-page. I have tested two different 404 plugins but it is the same problem with both of them.
Is there any way to work around this problem so I can use a 404 plugin and still have a well functioning bbPress forum?
Thanks for the feedback Robkk.
I am experiencing this issue within BuddyPress. It is only when I attempt to upload a profile image for the member in the Change Profile Photo.
I have a php.ini file in the main directory that has the following settings –
memory_limit = 256M;
max_execution_time = 180;
upload_max_filesize = 20M;
post_max_size = 20M;
max_input_vars = 3000;
I have also set the wp-config file with this setting –
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
Updating these files with these memory increases has not solved the BuddyPress Upload Failed! issue.
Is there a configuration file in BuddyPress that needs to be updated or changed?
Uploading images within WordPress’s media directory works great.
Buddypress is the only place where I am experiencing the upload fail error
i have a site with buddypress and bbpress installed.
latest version of wordpress, buddypress and bbpress
every group has a forum. i’m having a strange issue, regular users can post only one post.
when trying to post again, the page reloads but nothing happens. the post is not saved, and wont show up anywhere, and no error massage is shown.
searched for info about this problem but couldn’t find anything.
any ideas what could be the problem.
thank’s,
eli.
ok, this is now a wordpress problem, so suggest you post a new topic there
Support Forums
I am trying to import an old vbulletin 3.8.4 message forum to bbPress. Over 1.8 Million posts.
What is the best method to get this done? I gave the import tool in wordpress a shot, but it kept saying nothing to import. Any guidance would be appreciated, as I have never worked with forum exports/imports before.
No, it currently does not, its an interesting idea though, along with its counterpart to “bump` a topic without adding a reply, I’d love to see a plugin that offers one or both of these functions, we could then look to adding the plugin to bbPress #core via the “featured plugin” process similar to WprdPress #core
https://make.wordpress.org/core/handbook/about/release-cycle/features-as-plugins/
Hi,
All translations are now centrally managed. Danish seems to be at 92% for the stable version.
Anybody can contribute to the translation (https://translate.wordpress.org/locale/da/default/wp-plugins/bbpress)
When it reaches 100%, you can get in touch with a Global Translator Editor for the Danish locale to see how to continue.
Pascal.
Hi Robin,
and thanks again answering me 🙂
$forum_id = bbp_get_topic_forum_id($post_id);
This line don’t get the parent forum, it get the current forum. Cause i created forums -> subforum -> topics
I change a little my function, and now this is perfect, the menu is displayed on the right forum and all his topics.
But now my problem is that this menu is displayed on the top of my page and not instead of the main menu of wordpress…
here is my new function :
`if (bbp_is_single_topic() && $parent_id == ‘forum_parent_11801’){
wp_nav_menu(array(‘theme_location’ => ‘avia’, ‘menu’=>’menu-frenchtis-life’ ));
}
Do you know how can i replace the main menu by the good one ?
in the function i right :
‘theme_location’ => ‘avia’
This line must place my menu instead of the main menu no ?
Hey,
I just tried to get the danish translation for BBPress and found out the website you refer to aint working anymore.. and it have been like this for some days now?
Is it possible anyone have a link where i can get it that aint danieljuhl.dk/wordpress/oversaettelse/ (as it is not working anymore).
Greets
Munk
try my style pack
https://wordpress.org/plugins/bbp-style-pack/
will let you style most of bbpress
latest topics is in a shortcode in my plugin
https://wordpress.org/plugins/bbp-style-pack/
[bsp-display-topic-index show=’5′ forum =’10’]
Sorry respond so late, I was waiting for a response from the developers of the plugin, but I guess they are very busy and have not had time …
Smilies remain “disappeared”, but I found a temporary solution to this plugin https://wordpress.org/plugins/font-emoticons/ which by the way I liked it.
P.S. I have the latest versions of WordPress and bbPress.
Cheers.
Hi –
I’m running WordPress 4.4.1
BBpress is the 2.58
Theme is Optimizer
I have successfully increased the font size of the forum itself. What I have not been able to do is figure out how to change the text that one sees to get back to the various Forum categories or Forum home – as shown in image below:
https://i.gyazo.com/0882075309c65c8058da2fe97caea9aa.png
I used this info here: https://codex.bbpress.org/bbpress-styling-crib/ and according to that, it is #8 I want to adjust, and on that ‘how-to’ it says that that area is:
8. Breadcrumb and link colors
Inherited from your theme
Just wondering where to find this so I can make it larger in size.
I have a forum set to private. When a user who without access (often not logged in) goes to the forum landing page src/forums they get the no forums feedback message. However if they follow a link to a topic or subforum they are redirected to the WordPress 404 page instead.
The links work fine when logged in, or if the forum is set to public. Changing the theme to Twenty Twelve has no effect. WordPress ver 4.4.1 bbPress ver 2.5.8
How can I redirect all pages (topics, subforums, etc) in a private forum to the no forum feedback page?
Hi,
The current Bulgarian translation still has some strings waiting: https://translate.wordpress.org/locale/bg/default/wp-plugins/bbpress
If it reaches 100%, it should come automatically.
Please talk to one of the General Translation Editors on Slack: https://make.wordpress.org/polyglots/teams/?locale=bg_BG
Pascal.
Hi
I have just installed bbpress at my new site but the date on bbpress is showing as 1 January 1970 – though the dates on blog posts, and other wordpress pages and themes is all good only on bbpress it is showing the wrong date.
URL: http://www.techsmartaustralia.biz/mo/forums/
WP version: 4.4.1 Latest one
BBpress version: 2.5.8
Appreciate your help on this, how to resolve this issue. thanks
Hi,
Im using WordPress 4.4.1 running The7 theme and I have a problem with translating my forum to bulgarian. I follow all of the steps here but nothing changed. My site is mypet.visible.bg
Hi Manuel,
All help is appreciated !
To contribute to the translations, you just need to have a WordPress account and you can start translating strings: https://translate.wordpress.org/locale/de/default/wp-plugins/bbpress
When there are no strings left to translate, any German GTE could validate the package.
But let me forward your request to the team here anyway.
Pascal.
Hello, yes, I am using a plugin called
https://it.wordpress.org/plugins/sendgrid-email-delivery-simplified/
but I don’t think is the responsible of this problem.
This plugin just “forwards” the emails sent by WordPress to Sendgrid, and Sendgrid just send those emails to the users.
Therefore my problem cannot be related to the Sendgrid plugin.
Hi there,
I would like to help out with the German locale as translation editor. If someone of the developers could please make an official request for that here, as outlined here?
Thanks
Manuel