There is a trac ticket started for it already:
https://trac.bbpress.org/ticket/649
It’s just a warning though, not an error. Display of warnings on a production server should be turned off. If this is from your logs, then it’s not a big deal and someone will address the trac ticket.
atomAstro, how did you get your titles/rss to work?
(I’m assuming your using WordPress for your blog)
I think I might have a problem with the theme I’m using, but I’m not sure.
Thanks!
-Baldwin
We’ve been talking about that a lot here:
https://bbpress.org/forums/topic/1140
Somewhat like this website:
http://www.ppacp.org/
I still can’t get the titles to work correctly though, (see if you can, and let me know what you did),
-Baldwin
Done, I wrote to Sadish to inform to him. My English is not very good but I hope that he understands to me. Thanks for the advice Trent
I have WP working fine, and BBPress working fine, they communicate they users and everything. wow. Anyway, I would like to integrate the forum on my WordPress theme, so that when I click on a forum page tab the header, footer, and so on looks consistent.
I have read a lot but cant find the solution.
My website is http://www.lumencreativegroup.com.
Thanks.
Can’t remember if this plugin fixes that issue or not….maybe try it? Nothing else jumps out at me.
Trent
This is a beauty! Make sure you drop Sadish a line and let him know that you did this (I am sure he will be ok), as he likes to know these things and sometimes has a problem with it!
Trent
My username on my blog is “The Geek”, which does not work in bbPress… cannot even login, even though I’m already logged into WordPress.
This is not an integration issue, because other usernames without spaces work perfectly fine between WordPress and bbPress.
I’m comfortable with hacking the source… just wondering if anybody else has already found and fixed this issue already.
Ok tks, I hope that plugin can be created to integrate it to the WP, since he would be very useful
English:
Looking for that of themes for bbpress (no that almost there is) encontre one for k2 that single towards modifications to the style sheet css and then playing with that same code I adapted a little in the style of the subject MistyLook 3,0 of Sadish theme made by Sadish Bullet, with influence of ReOrganize and translated to the Castilian by Car to me Pla. The installation: 1. It decompresses the folder and subelo to “bb-templates” 2. Actualizalo and Enjoy! 3. To see that it seems to them!
You can download of http://www.ecosatelite.com/?p=35
Preview http://www.carpinteriamx.com/foro/
Español
Buscando aquello de los themes para bbpress (que casi no hay) encontre uno para k2 que solo hacia modificaciones a la hoja de estilos css y pues jugando con ese mismo código lo adapté un poco al estilo del tema MistyLook 3.0 de Sadish Un theme realizado por Sadish Bala , con influencia de ReOrganize y traducido al castellano por Carme Pla.
La instalacion:
1. Descomprime la carpeta y subelo a “bb-templates”
2. Actualizalo y Enjoy!!
3. A ver que les parece!
Lo puedes descargar de http://www.ecosatelite.com/?p=35
Vista Previa http://www.carpinteriamx.com/foro/
It works just fine in the huge majority of cases. It’s nothing to do with FF and bbpress – it’s a problem between the server and FF.
Not yet, or at least, not as far as I know. Note that that website doesn’t have it as a WP Page, either. You can, however, put it in a folder in the desired location and make it look like a WP page.
I want to begin integrating bbPress into my Page. But this damn failure makes me fear, that it wouldn´t work on some other firefoxes , too.
I am having the same problem. I muddled through installing bbpress into my MAMP installation on OS X, wanting to play around with the forum locally. I can see the forum, but clicking on links returns a Not Found error. bbpress can’t find the Profile, Topic, Forum, or View directory. It seems Atsutane’s advice suggests I create a new file called htaccess in the root directory of bbpress. I am unclear on how to proceed, not being much of a coder. Any suggestions much appreciated.
Integration wht data base no problem, but can i integrate bbpress to a WordPress Page? like http://www.bbpress.es/foro/
fel64: I thought of that first, but while going to the old database would allow me to log in, I wouldn’t be able to make the WP user a keymaster since WP and bbPress wouldn’t be linked anymore.
I ended up editing the database (well, I asked someone who knew what he was doing
) and it worked. This is the post Omarvelous was talking about:
https://bbpress.org/forums/topic/1048?replies=2#post-6618
Do you have your old database still? You could change your settings back to use that, log in as keymaster, and make your new desired account keymaster.
Or you could just reinstall. Surely it’s not that much of a problem?
Run a search for key_master. Some1 had deleted theirs, and another user provided a key to add in wp_usermeta.
I had originally installed bbPress on a different database than WordPress and later I set the config file to use the WP database for users (I know, I know, but it was my first time installing bbPress…). It works fine except for one detail. Since the keymaster user was set on the bbPress db, after the switch I lost it, and now I can’t log in to the control panel.
Is there a way to make a WP user a keymaster? I tried adding the $bb->new_keymaster = ‘admin’; // thing to the config file and re-running the install (told me it was already installed) and the upgrade (told me nothing to upgrade) with no luck.
Off the top of my head, change this line:
if (bb_current_user_can('administrate')) :
to something like this:
if (bb_current_user_can('moderate')) :
That should get it working!
Trent
No, images flow is separate from rest, this was my first change in the bbpress and I made it in not best way, because this is not a plugin, I changed original bbpress files in bb-includes etc. (gallery doesnt work as a plugin)
Apply this fix, then go to each profile, set the bozo status to 0 and update.
Here’s a plugin for this.
http://www.network.net.au/bbpress/plugins/post-count-titles/post-count-titles.latest.zip
However, my hosts DNS servers are having some issues so it may timeout on some people. It should be added to the official plugin browser soon.
MAN….. see what searchin does? Fixed my problem too! Thx!