Search Results for 'code'
-
Search Results
-
Topic: Suggestions and misc
Where do i put them? here? if so..
i think bbp should have 2 options at install, standalone or integrate with WP .. and since so many ppl want this under WP it should be default

So i added
require_once($_SERVER . ‘/kent/wp-blog-header.php’);
in my config and it seems working fine. Can i now use functions as is_user_logged_in() and wp_list_categories() in my bbp templates ?
Can either sides registration/login be totally skipped? ex. remove bbp´s registration?
A little bit of self-promotion here…
(mods: delete if not allowed)
I just wrote an article on how to install bbPress locally.
You can read it here: http://www.refueled.net/install-bbpress-locally/
For those experts out there: if there are any errors within the article, I would appreciate if you could let me know.

Hope it’s useful.
On front-page.php I’d like the “first poster” column to show the users’ display_name (bbPress is synced with WP).
I’ve tried this
<td class="num"><?php echo(get_author_name(topic_author())); ?></td>which calls this
function get_author_name( $auth_id ) {
$authordata = get_userdata( $auth_id );
return $authordata->display_name;
}but it still shows “user_login” which tend to have ugly underscores etc.
Topic: 403 error in post.php
I’ve got Windows XP users saying they can’t post in my install of bbPress
they get this error:
Error 403
We're sorry, but we could not fulfill your request for /esprit/topic/102?replies=6#post-356 on this server.
You do not have permission to access this server.
Your technical support key is: 5246-fa61-dfd9-b1ad
You can use this key to fix this problem yourself.The only way they are able to successfully post is to hit the ‘back button’ after the error and find they have indeed successfully posted.
I searched and didn’t find this error.
What could it be?
xxxxxbb-includesbozo.php on line 173

