Skip to:
Content
Pages
Categories
Search
Top
Bottom

404 Error new install

Published on January 2nd, 2009 by

I just setup bbpress on my domain and moved away from simple forums. I am however getting a 404 error when I go to my site.

http://www.greenfitnessworld.com/forum you can also view bbpress at

http://www.greenfitnessworld.com/bbpress

Thanks in advanced for any help you can give on fixing this problem

Which Version Should I use?

Published on January 2nd, 2009 by

I am using WordPress 2.7 and wanted to know which bbpress would be compatible with it?

bbpress vs phpbb

Published on January 2nd, 2009 by

Hi there!

I am sorry if someone else has already created a post on this.

I have a website (powered by wordpress) that has a bunch of how-to windows tech articles. I need to get a forum for my site users. Which one would be better? My users will need the capability of uploading files, pasting code and images. Which forum program would put less pressure on my servers and hopefully keep the running a little faster?

Thank you ahead of time for any help.

.htacces for login and register

Published on January 2nd, 2009 by

I have always found the pretty permalinks awesome in bbPress. I really like them.

But there are a few places they aren’t consistent and still use the .php extension (bb-login.php and register.php) or even $_GET for tags.php. I would highly recommend patching this up when pretty permalinks are on.

Can this be done?

Get latest topics performance “problem” and “solution”

Published on January 1st, 2009 by anotherdan

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?

IntenseDebate and BBpress

Published on January 1st, 2009 by

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.

bb_profile_data_form automatically generating table?

Published on January 1st, 2009 by john010117

Hi – the template function bb_profile_data_form automatically generates HTML tables, which I really do not want in my theme. I do not understand why it cannot be put in a separate template file so that us theme designers can style it however we want. Is this planned to be “fixed” in 1.0?

bbpress INSIDE theme?

Published on January 1st, 2009 by daand

I thought it would be nice to intergrate a forum into my website, but i want it inside the website, like a page..

Like: https://wordpress.org/support/

Now my forum opens in a new page and my wordpress layout is nowwhere to be found..

How can i intergrate it into my website?

www.leukespreekbeurt.nl

Thanks in advance,

Reply to Topic Link Not Working

Published on January 1st, 2009 by

I created a theme so the Forum looks integrated with the rest of the site, but now the Reply link does not work and the Reply box does not show up. I’m not sure how to fix it. When I change it back to the default theme, everything works fine. I didn’t make any major changes to the files, but maybe I deleted something? If anyone can help me figure out how to fix this I would appreciate it!

Here is the forum: http://www.fallforthebook.org/bbpress

And here is an example of the issue: http://fallforthebook.org/bbpress/topic.php?id=2

Need Review for my template ( currently only front-page )

Published on January 1st, 2009 by

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 ?

Skip to toolbar