Search Results for 'bbpress'
-
Search Results
-
My gaming clan recently made the switch to bbPress (i.e., this morning.) It’s been a fairly easy migration. However, I have one issue that I need to resolve: how we accept member applications.
When we were in bbPress we had members copy and paste the application into a new topic form. When submitted, the comment would be “held in moderation” so that an officer could then manually move it to a private/hidden officers forum to deliberate on whether to accept it or not.
Now that we’ve migrated to bbPress that option isn’t so readily available. We could have people post to a forum and move them, but we prefer to keep member applications confidential (instead of sitting in a forum for anyone else to see until someone has a chance to move it.)
So, what I’m looking for, and wondering if anyone has already done this…
- A way to create a custom topic form pre-filled with information. I don’t see a need to have a bunch of individual fields… just a topic form with existing content.
- The ability for members who can’t see a forum to post to a specific forum (via this form.)
- or alternatively, a way for posts to be held in moderation until an officer/moderator can move it to a private forum for consideration.
Thank you
Hi,
in the Codex, it says that the automatic loading of locales should begin when they are at 100%. However, the German locale has not been updated in my installation since three days, that is the current date of the files in my webspace. Even though I approved strings in Glotpress every day since then.
Do you know if there is some “push” mechanism? Because WP-Members always gets updated at night (UTC) after I edited some strings. Or maybe bbpress needs to pull translations, but it does not do so, sufficiently?
~Manuel
Topic: Theme not compatible?
Hello,
We started to work with your bbpress which seems to work fine on tweety eleven theme but not with our.
It brakes most of the information and I tried to look inside the css, but no luck.
Here is the website: http://goo.gl/68qghQ
Does anyone have a beggining of idea?
Thank you in advance
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 1In 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’ve installed bbpress plugin but it seems to be conflicting with at least 2 other plugins mentioned. They work fine with each other, but not with bbpress. The symptom is I’m not able to see most of my admin pages. I can get to the control panel but all links go to a blank screen. (I have to deactivate all plugins via server control panel).
If I deactivate all other plugins I can at least see the setup for BBpress, haven’t done that yet because I need the other plugins, specifically the calendar.
I’m using WP 4.4.1 and 2010 theme (same problem in 2014). BBpress is 2.5.8.
My site is Soilhealth.net.
I’m very much a novice at coding so help will have to be very specific if I need to edit any files.
Thanks for any help!Hi,
during my little adventure this evening regarding bbpress and double clicking on links, which was a dead end afterall, I deactivated bbpress on subsite and activated on network dashboard. Then, bbpress was broken except for the main page (http://de.movemeta.org/foren/). Okay, so I deactivated on network admin and activated on subsite again. Forums worked, but Freshness is not working fine any more. There had been posts after those listed. And then, I posted another one, just to make sure, and after some minutes it, too, vanished from the Freshness display, to make room for an older one.
Okay, maybe I was stupid here, but please help… :/
I already tried various repair functions that seemed to fit the case, but to no avail.
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.Hi there,
in my new bbpress forums, and apparently also in my general site menu, since this evening one has to click on links (topics, forums,…) twice, not just once, to get ahead.
Also, when I deactivated bbpress, my site did not load except for the top right FB-circle logo. So I had to activate it again. I’m worried.
Topic: vbulletin 3.x import
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.