They don’t come up automatic, which is why I’m posting. It’s probably theme related, but there doesn’t seem to be much in my theme dealing with that other than calling functions from a core file.
http://hoosierhoopsreport.com/bbpress
Right now I have hashes in place of the numbers, just messing around. : )
Just turn E_DEPRECATED error logging off and you’ll be fine. XAMPP/Windows isn’t the problem, it’s PHP5.3’s new E_DEPRECATED “feature”.
I guess the most simple (and painless) way to do this will be to redirect/rewrite the profile URL from bbPress to point to the profile URL in WordPress.
You can reference the profile by the ID – in bbPress it goes like http://example.com/bbpress/profile.php?id=1 and it is equivalent to http://example.com/wordpress/?author=1
You just need some .htaccess magic
Hello,
I would like to display a link to the profiles of my WordPress website on the post.php file, just below the username and avatar.
I tried a code that I found in the profile.php file : <?php echo get_user_display_name( $user->ID ); ?>
But I can’t even make it work. Is it possible to get the Worpress user nicename to create this link? I did a complete WP/BBpress integration…
Thanks a lot for your help
It has to have my name and web site linked to somewhere on it. Then people will know my name. And my web site address. And that I’m super cool enough to be linked to from a theme that I didn’t make.
Ok bbPress lovers! The new month has started and I want to give the community a theme which would cover the needs of masses. So pour in your suggestions. I would like to cover up as many suggestions as possible.
“Forums is category” comes standard in bbPress v. 1.0+… I think you just have to mark them as categories:
http://hoosierhoopsreport.com/bbpress/bb-admin/admin-base.php?plugin=forum_is_category_admin_page
Try that, and see if your theme makes the automatic adjustment?
Somehow my bbpress integration with WPMU and buddypress (which appears on the surface to have been successful) forces all forum posts created in buddypress to come from the key master account (i.e. I’m logged in as somebody and my forum post appears as from somebodyelse)
I’m sure that this is somehow related to a cookie issue, but I can’t figure out what it could be, or where to look.
Does bbPress care if the server is running PHP 4 or 5? Mine is running 5.2.11.
Thanks.
Yes ashfame…THAT!!! That’s what I want. : )
I’m using the guangzhou theme, as it best matches my WP theme. I’m just trying to find the part of the cod where I can manipulate that. Then if I need helping making sense of the code, I’ll be back, but at least I’ll try it on my own. : )
I have added a Link Category menu from my WP to my bbPress menu if anyone is interested. It’s from the WP template tag system. If anyone is interested in that.
Have a look here (if you are using 0.9.0.5):
https://bbpress.org/plugins/topic/forum-is-category/#post-1495
I’m on my way to implement it for my forum and will report later, if the _ck_ proposed “Add Topic” patch does work – just kidding …
Which version of bbPress are you using?
I use 1.0.2 on http://needaproject.com/discussion/
Have a look, I have blanks over there
IIRC, there are a few topics about this issue with XAMP. Did you search the forums?
Never change my bbPress to other forum software.
Thanks. What javascript do I check? Also where are the tags stored? Can they be deleted from within where they are stored? I am only using 2 plugins with the theme. One is for images and the other for attachments. Link to the forum is http://www.invictatrader.com/bbpress if you want to see it. Not sure it might help as you have to login as admin to delete tags? And presently I have all the tags with the topics intact. Have not removed a topic and left a tag.
Thank you.
BTW, this seems to be an XAMPP/Windows error not a bbPress one!
I don’t have strict on. I have .htaccess set to show messages, that’s it.
Thank you for the explanation though.
Those are warnings, not errors. They are only presented when E_STRICT is on, as the PHP engine can and will disregard them and continue to compile just fine. Without looking into the problem too deep (it’s getting on, and I’m about ready for bed), off the top of my head I would suggest that the deprecated warnings are due to the fact that PHPs handling of OOP has changed mildly between v4 and 5. Objects are now passed by reference by default, whereas in PHP4 they weren’t. Since bbPress is backwards compatible to work on PHP4 (it cuts down on the snarky accusations that one might receive for being version specific), it will return warnings in PHP5 that are just that. Warnings.
That’s the only real problem too. Turn off E_STRICT and you won’t get the remaining notices. The ‘headers already sent’ errors are due to the fact that you’re getting the deprecated warning (which outputs text to the screen, thus sending headers) before the script has completed its run.
So… simply put, it can be called stable, as it’s purely your setup that is causing the issue, not bbPress itself.
Seriously! You cannot call v1.0.2 beckett stable! Before you even get to step 1…that’s right…BEFORE you get to step one it errors out! Let me repeat that. Where is it erroring out? Uh-huh, it gives errors at STEP ZERO! See screenshot:
http://www.flickr.com/photos/16731818@N00/3971382000/sizes/o/
You get the error messages as soon as you enter http://example.com/bbpress to start the install script.
You get five errors before you even think about pushing button to go to step 1. And the fact you all try to hide it (the error messages) is pretty bogus too. White text on white background? Puhleeze!
Does anyone even test stuff before putting it out there to the public? Yes, this is a rant. Why? Well because over a week ago I posted a reply and have not gotten any answers and neither has anyone else who are having the same issue and reported it before me.
Where the hell is Beau Lebens? You all need to let him know about this, HE will fix it in a jiffy if you tell him. Please refer to this thread for screenshots and content:
Errors After Pure Install
Thanks
on the plugin, BuddyBar in bbPress
https://wordpress.org/extend/plugins/buddybar-in-bbpress/
I just updated to buddypress 1.1 so that it can work, would you like to get admin info!
When I place this code to show the buddybar in my forum theaub.com/bbpress it blanks out and crashes. the buddybar doesnt show up and everything is duemed. CANT ANYONE HELP, I been going at it for two weeks.
if
( !defined( ‘ABSPATH’ ) & !defined( ‘XMLRPC_REQUEST’ )) {
define( ‘WP_USE_THEMES’, false );
//
// AND THIS CODE OR ONE OR THE OTHER //
//
include_once( ‘/hsphere/local/home/11111111/theaub.com/wp-blog-header.php’ );
header( “HTTP/1.1 200 OK” );
header( “Status: 200 All rosy” );
}
> There was some discussion of 503 errors on a bbPress install here:
That suggests a couple of things I could ask Elief’s tech support. I was mostly wondering if this was a fairly common problem — it almost gave me the impression that it was trying to process the page so fast that it kind of tripped over itself.
It looks like you’re trying to install bbPress as a plugin within WordPress?
It’s actually a separate program… you have to install it separately from WordPress. You can integrate the two, so that they have shared users.
Hello Everyone,
I teach geometry in the university and I would like to create a forum where the students can clarify their doubts and upload Images of its work. for that reason I’m try to install bbPress in my blog.
I upload the folder into the plugin-folder but when I try to install the bbpress appear this message:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Call to undefined function bb_get_option() in /usr/home/designemergente.org/web/wp-content/plugins/bbpress/bb-plugins/akismet.php on line 13
can anyone helpme to continue.
thanks in advance
Carlos de la B.