What version of bbPress are you using?
Is it integrated with WordPress?
AND
Are you using a customized theme? If so, try the included default kakumei theme and see if the functionality works.
Hi at all, there is a way for integrate bbpress and wordpress avatar?I want to use only the bbpress avatar upload for upload the avatar but i want to post on my wordpress blog the bbpress avatar.
kikko088
I added a specific page number and nothing.
Then I visited the specific page then it started generating the code to the uploads folder.
In the admin section and your screen-shot (http://pixopoint.com/uploads/theme_integrator_adminpage1-480×668.png) notice it doesn’t have “.html” after.
<?php require( '/homepages/0/xxx/htdocs/xxx/wordpress/wp-content/uploads/pixopoint-theme-integrator/chunk1' ); ?>I added html and it’s working so far.
I’m still going…
http://pixopoint.com/forum/index.php?topic=1605.0
I’m having the same problem. I have nothing set other than the default settings. Nothing is being written to the uploads folder.
Also: “Chunks of text to remove” boxes numbers keep increasing, it started with 3 boxes now it’s 11 boxes with nothing in them.
I’m using Version 1.0.2 beta
I need some help with getting bbpress on my wordpress blog. I am totally confused and have not a clue on where to go for help. Can someone give me simplified directions on what to do?
I went the PHP route.
At the top of register.php I put this code:
<?php
header( ‘Location: http://www.arguemax.com/wordpress-2.9.2/wordpress/wp-login.php?action=register’ ) ;
and it works.
While I try several combinations of this I thought I would throw this out for consideration.
PHP is not like HTML. PHP generates HTML or browser code on the server and spits it out onto the browser on the client side. I am just thinking now that maybe you cannot use this method of redirection because the functionality is overwritten. I am just asking. Has anyone tried this redirection method with PHP before?
As I type this, I am deleting the browser histrory/memory to see if that helps because so far this method does not redirect anything.
there is a way for add in this function the form of login?instead use a link to wp-login.php have a form where put user and pass?
So we can have on wordpress sidebar the Form for login, the link for register when user isn’t logged and whe can have a link to admin dashboard or a link to the profile page when the user is logged
thank you
kikko088
I did set up the role map in bbPress WordPress integration during installation.
Try:
RewriteRule ^.*/bb-login.php$ http://www.arguemax.com/wordpress-2.9.2/wordpress/wp-login.php [R=301,L]
or:
Redirect 301 /bb-login.php http://www.arguemax.com/wordpress-2.9.2/wordpress/wp-login.php
Yes, I wrote the “Skip Akismet” plugin last year to do that.
https://bbpress.org/plugins/topic/skip-akismet/
It’s cross compatible with bbPress and WordPress, however they refused to accept it into the WordPress plugin repository and told me to submit it to the core (which I didn’t bother if they are going to be like that).
Later I discovered the akismet plugin itself already has a “trusted user” filter via bb_is_trusted so my method is overly complicated, but my plugin could in theory be modified to trust users who have X number of posts or pass a certain minimum membership age.
This method however would be much cleaner:
add_filter( 'bb_is_trusted_user','more_trusted',10,2);
function more_trusted($trusted,$user_id) {
// bb_get_user here and determine if trusted, possibly cache result
return $trusted; // boolean true/false
}
Feel free to develop that, let me know if you need help.
oh.
That is pretty clever. I like that. I think I will use this technique. Now I just need to refresh my memory on how to code .htaccess
I have created the file, .htaccess and I included the lines
And I gave it a shot, but it did not work. Is there something I need to do such as make the file a certain type or read/write privledge?
Yes it’s good for testing, that’s why it is released as a beta.
It seems to be working fine on the one site I installed it on, but I guess I mucked up something in the instructions so I’ll need to sort that out – probably in a few weeks time.
If you want I’ll allow you to test it on my site 
1. I can’t do it myself.
2. Its good for testing, correct?
It is great indeed, the only section i miss is the THEME section.
Just like wordpress.org
extend
– plugins
– themes
I think this will also result in more themes.
Everything else is just great, love to see bbpress is getting more mature, in a few years bbpress will be the most used forumboard.
Keep it up!
I’m trying to install bbpress on my site.
I have wordpress installed at the root, have uploaded the bbpress folder and started the config.
Once I’m at the last step I get a page of white text on a white background with the attached errors (Theres several pages of the fwrite() errors)
At the bottom of the page it states the installation completed and the log shows no errors.
This is a virtual host, IIS6
Warning: fopen(C:InetpubvhostsXXXXXhttpdocsbbpress/bb-config.php) [function.fopen]: failed to open stream: Permission denied in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1044
Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051
Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051
Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051
Warning: fwrite(): supplied argument is not a valid stream resource in C:InetpubvhostsXXXXXhttpdocsbbpressbb-adminincludesclass.bb-install.php on line 1051
Hi, yes is the same problem happan on endurodoc, now I put all on a web site test,
http://www.scrocco.netsons.org/wordpress/
http://www.scrocco.netsons.org/wordpress/forum/
0 plugin,
[07-May-2010 17:06:04] PHP Fatal error: Cannot redeclare wp_clone() (previously declared in /home/scroccon/public_html/wordpress/forum/bb-includes/backpress/functions.core.php:1043) in /home/scroccon/public_html/wordpress/wp-settings.php on line 308
kikko088
I tried downloaded and installing everything from the beginning. Untouched new WordPress 2.9.2 and bbPress 1.0.2.
1. Install WP.
2. Paste secret keys in wp-config.
3. Install bbPress in another database with keys from wp-config. Set up seperate user database settings.
4. Enable bbPress integration plugin in WP and paste code into wp-config.
5. Set up role map in bbPress.
Registered users in WP show up in bbPress, and registered users in bbPress how up in WP. Logins also work on both. But any changes to user roles does not transfer over to the other platform.
So what am I doing wrong?
Sorry, haven’t checked back here until now.
All it does is buffer the HTML output of sections of the WordPress theme and then create static files from it.
That way you can grab the head section of your WordPress site (scripts and all) and dump it into another piece of software. This allows things like widget areas, plugin functionality etc. to be transferred across to the other software dynamically. If you alter a widget area on your WordPress powered site, that will be displayed automagically in the other software. The advantage of doing it this way is that you don’t have the negative impacts of bogging the server down as if you did it with deep integration with bbPress, plus it works with other software as well, not just bbPress/WordPress.
This is the second complaint I’ve received about the instructions so I’ll try to improve them. I thought it was fairly straightforward though. I can’t think of an easier way to explain than how I did on the page, but I’ll do my best
I’m quite busy right now so it may not be for a few weeks at least.
From what I’ve heard, there may be an error in the instructions too so I’ll need to sort that out when I rewrite them (I think one of my function names my be incorrect in the instructions but don’t have time to deal with that right now).
you need to set them up under WordPress integration settings, only unassigned roles will be effected. http://wpwebhost.com/wp-content/uploads/2010/04/userrolemap.png
which plugin are you using?
When I change the user roles in WordPress the change does not transfer over to bbPress, and vice versa. I can still change the roles, but I have to do it as two places, which makes the whole integration worthless.
Registrations in WP transfer over to bbPress (and vice versa) and logging in to WP let you login to bbPress so the cookies are working correctly. However new WP registrations does not assign a role in bbPress (unless I use the plugin).
I have assigned the role map. I am using the bbPress Integration plugin. Not using deep integration. I have done pretty much every thing I could think of, but it’s not working.
I’m using WP 2.9.2 and bbPress 1.0.2. WP and bbPress is sharing the same database.
There has always been some overlap with functions being declared in both bbPress and WordPress. I don’t know the solution to this one.
Does the same problem happen on endurodoc.net? Installing on localhost on MAMP can be troublesome, and if you’re going to host it on the Internet anyway, it would be better to solve problems in the environment where it will ultimately reside.
I think we had some successful people using it with WP 3.0. I personally don’t recommend automatic upgrade. Sometimes it might be a drastic code change that will mess your integrated bbpress theme.
so there is no way to reply to a comment, only to the entire post thread? how does somebody quote another person to reply to them within the post?
You copy and paste into your reply and just wrap it in html <blockquote>
Replies are not threaded in bbPress. Comments *are* threaded in WordPress, if you want them.