Search Results for 'test'
-
Search Results
-
I have just re-launched a site containing about 43000 topics and over 300000 posts…
I had severe performance issues on all sites using the get_latest_topics functionality (the frontpage was severe because it is using more than once in my custom theme).
Because of the “index” design it file-sorting because it’s sorting on topic_time and is mysql is hitting the stickies index.
The solution was to create a new index only with the topic_time field in it. However I was unable to force this index in the query without touching the core files.
This is what i did:
Could there be a filter there so I could move this out into a plugin?
BB_Query::generate_topic_sql function:
$index_append = '';
switch ($this->query_id) {
case 'get_latest_topics':
$index_append = ' FORCE INDEX (topics_time_order) ';
break;
}
$this->request = $this->_filter_sql( $bits, "$bbdb->topics AS t $index_append" );I guess I will find more places where I could do some index optimization that fit’s my install… I can’t be the first running into this issue?
Topic: IntenseDebate and BBpress
Been really excited about BBpress 1 and was planning on incorporating it into my WordPress site when it finished Alpha testing.
Anyone have any clue how IntenseDebate (via WordPress plugin) interacts with BBpress 1? Anyone have problems?
Obviously with Automatic behind both I’m sure its only a matter of time before BBpress, IntenseDebate and WordPress go together like Peanut butter, Jelly, and bread.
Hello,
I’ve finished the front-page styling for my future French SEO forum, here’s a screenshot ( the forum itself is not yet online, so I can show you only a screenshot sorry ) : http://img55.imageshack.us/img55/7527/forumscreenshotyb4.png .
And here’s the same design rendered using Lynx ( I use it to test accessibility, even if it isn’t the “perfect” accessibility checker ) : http://img98.imageshack.us/img98/3513/forumscreenshotlynxzc6.png .
What do you think ? It is good or bad ?
Hi!
I want to use a couple of WordPress function so i tried to include wp_blog_header in bb_config like this:
“require_once(‘../wp-blog-header.php’);”
This works well if i am in the forum section but as soon as i go into bb-admin i get the terrible feared:
Warning: require_once(/wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in C:wampspeedrevisionforumbb-config.php on line 49
Fatal error: require_once() [function.require]: Failed opening required ‘/wp-blog-header.php’ (include_path=’.;C:php5pear’) in C:wampspeedrevisionforumbb-config.php on line 49
This worked great in 0.9.0.3 but in the latest unstable version 1 A4 it does this, why?
And why does it say that a forum is locked when i am trying to make a post?
Would really appreciate some help
Topic: Help! Can’t install
I had the stable version 9.03? And I thought it was integrated with my word press. I then went to do the upgrade to the latest version and the Admin area was all screwy. I have the day off so I decided uh I can just start over, deleted word press, deleted bbpress I got wordpress back and now I cant get bbpress going.. i use vista Firefox and I am getting a loop redirect error and I cant get by it