Search Results for 'bbpress'
-
Search Results
-
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.
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!
Topic: 3 New Blank bbPress Themes
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.
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?