Search Results for 'bbpress'
-
Search Results
-
Topic: A bit of advice needed
Hi there,
I started development on a wordpress + bbpress site quite a while back. Development stalled and I’m only coming back to it now.
I had integrated wp + bbp fairly successfully but I have a feeling upgrading to WP2.5.1 might have broken a lot of that cross compatibility.
The bbpress installed version is 0.8.3.1, but essentially it’s an empty forum (a couple of test posts from myself).
Regarding upgrading to the latest version, I get a feeling I might almost be better off completely wiping the original forum version and starting again – I might run into less problems? I had a look through the trac but couldn’t really work out how much substantial change there has been between current and my older version.
Any suggestions?
Is uninstalling and reinstalling reasonably easy?
Well I didn’t break it, I think…
I’m currently using the latest version Support-Forums plugin (3.0.4), and the latest BBpress (0.9.0.2)
On the front page, most topics displays fine, with the status bubble ahead of the topic title, but for certain topics I get this error… this error code replaces where the color bubble would have been.
Warning: sprintf() [function.sprintf]: Too few arguments in /home/blog/public_html/forums/my-plugins/pb–support-forum/support-forum.php on line 657
help would be much appreciated, thanks!
Topic: Lost Key Master
Hello,
I integrated bbPress with WordPress, soooooo, now bbPress is using WordPress database… that means I have no Key Master nor Administrator for bbPress,
How can I manually convert my WordPress’ admin to a bbPress’ Key Master?
So I can change bbPress settings and stuff.
Please help, thanks!
Topic: PinoyWebStartup.com
WP and BbPress integration…
WP: http://www.pinoywebstartup.com/
BbPress: http://www.pinoywebstartup.com/forum/
i used external stylesheet, images, scripts for both wp & bbp…
use php include for the sidebar on the bbpress…
will put the latest discussion on the homepage soon…
and maybe post a tutorial about it… feel free to subscribe on the feed… there are some interesting insights about web startup even if you’re not from around
Hi there. I’ve just moved my whole installation directory for WordPress and BBPress. I thought I had followed all the directions and WordPress works fine. But when I go to the BBPress installation (A sub-directory of WP) it no longer automatically logs me on. I’ve edited any relevant config files. What do you think is the problem?
i want to integrate my wordpress with bbpress forum as when i write a post i automaticly add a topic on bbpress and comments are the same as posts (you see both comments and posts in both wordpress and bbpress)
is it possible? does anyone know how to integrate bbpress in such way?
cheers
none of the scripts inside bb-templates should be +x
otherwise users will be able to execute them and a path will be disclosed.
example:
http://www.site.com/forums/bb-templates/kakumei/register-success.php
returns an error and a path is disclosed:
Fatal error: Call to undefined function: bb_get_header() in /server/path/disclosed/forums/bb-templates/kakumei/register-success.php on line 1
comment:
I had to +x all my files in my hosting environment to make bbpress work; this directory and its content should not be +x’ed.
(bbpress will still work if this directory is not +x’ed)
this is primarily ‘my fault’ but since I think what I did (+x’ing everything to make bbpress work) could have been done by others, I’m just making this note here.