Search Results for 'bbpress'
-
Search Results
-
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?
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?
Topic: Post Notification Plugin
Hi!
I’m using the post notification plugin ( http://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!
I’ve read the threads on the problem with 0.9.0.4 and php4. For example:
Are we going to see a version before 1.0 that I can run properly without upgrading the server to php5?