Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bug loading topic pages when using Internet Explorer

Published on February 26th, 2009 by

I’ve installed bbPress 1.0.6. alpha and integrate it with WordPress 2.7.1. Everything is fine.

But there is one big problem:

When user with IE is registered, he can use forum for 2 or 3 days, after that he cannot open no one topic. After User is log in and click on topic link page loads and there is error pop-up, that says (translated to English):

Can not load page –there is url to topic page–

Operation aborted

With “OK” button.

After clicking “OK” there is IE page, that says “Internet Explorer can not view this page”.

In Firefox, Chrome, K-Meleon and Opera everything is fine.

You can test it on: http://oakdaily.ru/forum

Sorry for my English.

BayAnime.com – WP2.6 and bbPress 0.9 complete cookie integration!

Published on February 26th, 2009 by superann

WP 2.6 and bbPress 0.9 completely integrated with single sign-ons and offs sitewide. Themes are integrated for a consistent design. Tons of custom and customized plugins with no edits to the core!

BayAnime.com – San Francisco Bay Area community and resource for fans of anime, manga, and Japanese pop culture

Can’t get the config to start…

Published on February 25th, 2009 by

I copied all the files over and went to the address and this is what I get:

Index of /

Icon Name Last modified Size Description

Apache/2.0.54 Server at lounge.thespiritoftheusa.com Port 80

3 New Blank bbPress Themes

Published on February 25th, 2009 by refueled

I know these have been done before, but I have released 3 blank bbPress themes that match my blank WordPress themes.

You can download them here.

I’ve also taken a long break from bbPress theme development. I’m getting back into it, so expect more themes for bbPress soon.

Slash text issue in 1.0-alpha-6, have searched

Published on February 25th, 2009 by chazbeaner

Getting slashes before quotes/apostrophes in bbPress 1.0-alpha-6 integrated with WP.

Have searched forum for solution, but most seem to be from 2 years ago (what can be found anyway). The core file that needs to be edited (bb-includes/template-functions.php) in those instructions is no longer called that (yes, i know which one it has become), but the code also looks markedly different.

While I have *some* PHP knowledge and can follow most step-by-step stuff, I’m starting out with a different syntax than the instructions, which makes me a little nervous.

Here’s the code I think I may need to change:

‘function get_post_text( $post_id = 0 ) {

$bb_post = bb_get_post( get_post_id( $post_id ) );

return apply_filters( ‘get_post_text’, $bb_post->post_text, $bb_post->post_id );’

and then what about forum titles?

Is there an easier way to do this now, or do the core files still have to be edited?

Customize Front Page…

Published on February 25th, 2009 by jpanizzoli

I’m trying to combine some of the functions in the “Latest Discussions” table with the main “Forums” table. I’d like to include the “Latest Poster” and “Freshness” to my forums section. So far, I’ve successfully displayed these items within the table, but they’re not showing the appropriate data. Instead, I’m getting only the most recent poster and freshness displayed for every forum. This should help clarify:

www (dot) eco-wheelz (dot) com/forum

This is the code:

<table id="forumlist">

<tr>

<th><?php _e(‘Main Categories’); ?></th>

<th><?php _e(‘Topics’); ?></th>

<th><?php _e(‘Posts’); ?></th>

<th><?php _e(‘Last Poster’); ?></th>

<th><?php _e(‘Freshness’); ?></th>

</tr>

<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

<?php while ( bb_forum() ) : ?>

<tr<?php bb_forum_class(); ?><?php topic_class(); ?>>

<td><?php bb_forum_pad( ‘<div class=”nest”>’ ); ?>“><b><font color=”#339900”><?php forum_name(); ?></font></b><small><?php forum_description(); ?></small><?php bb_forum_pad( ‘</div>’ ); ?></td>

<td class=”num”><?php forum_topics(); ?></td>

<td class=”num”><?php forum_posts(); ?></td>

<td class=”num”><?php topic_last_poster(); ?></td>

<td class=”num”>“>

<?php topic_time(); ?></td>

</tr>

<?php endwhile; ?>

<?php endforeach; endif; // $topics ?>

</table>

THANKS FOR YOUR HELP!

Bug, when editing message title

Published on February 25th, 2009 by hpguru

Hello,

I noticed a bug in bbPress, when editing message title. When using url rewriting option, bbPress doesn’t fix the url to the htaccess file.

Change title First forums to First forum

URL (No change) = …forums/first-forums

Can somebody repair that?

Post Notification Plugin

Published on February 25th, 2009 by

Hi!

I’m using the post notification plugin ( https://bbpress.org/plugins/topic/post-notification/)

I’m wondering if there is an opportunity that i’ll get the actual post instead of just getting a notification…

I guess I would have to change that:

$message = __(“There is a new post on: %1$s nReply by: %2$s nn%3$s “);

but have no idea how…

Anybody any help for me?

Cheers!

Will there be a 0.9.x.x release that works with php4?

Published on February 25th, 2009 by

I’ve read the threads on the problem with 0.9.0.4 and php4. For example:

Warning: cannot yet handle MBCS in html_entity_decode()!

Are we going to see a version before 1.0 that I can run properly without upgrading the server to php5?

This forum tagline is tell us what you are thinking?

Published on February 24th, 2009 by kevinjohngallagher

I have to say, i’m a little offended that my forum post has been closed, some 9 minutes after posting.

It is in the correct section (requests & feedback), doesn’t swear or flame anyone.

It gives high level list of where i think we are falling down (or as i call it feedback) and suggests ways we can improve upon that feedback (requests). While not praising everything BBpress, i felt the tone was one of how we can work together to improve this product.

Maybe i’m missing something, but i think closing down this sort of discussion, especially in the “Requests and Feedback — Tell us what you’re thinking” section is somewhat draconian.

Skip to toolbar