Search Results for 'code'
-
Search Results
-
Ehlo all,
i just want to share a solution for BBPress 1.0 Alpha 6 – WordPress MU 2.7 cookie integration — or a hack. My problem is that after installation of WPMU and BBPress, i can not make a single sign on : to make a user log in to BBPress can access WordPress without another login and a user log in to WordPress can access BBPress without another login.
I just use Cookie integration with WordPress installed at
/home/usr1/myweb
And bbpress at
/home/usr2/myweb/bbpress
After Googling i found hint about cookie domain, SECRET KEY etc, but it does not work …
When i check the cookie, the cookie from BBPress is appended with some words for example :
wordpress_logged_in_170v36454
meanwhile the cookie for wordpress is simply
wordpress_logged_in
I then change a line of code at bb-settings.php from
define(‘BB_HASH’, $bb->wp_cookies_integrated ? md5($bb->wp_siteurl) : md5($bb->uri));
to
define(‘BB_HASH’, ”);
Somehow IT WORK !
Ok hey alll.
Lets say i have something like: http://www.mysite.php/?cat=623
and inside that category i have one post
and i want to show in that post the bbpress forum
dunno if u get my point here on what i want to do
i want to have bbpress to show inside a page that belongs to a category that lets say i called it Forums
is there some integration code that i have to put in that page or something ?
thanks
I hate to bring this up again, but do to the lack of documentation for bbPress, I have to. I know the approach I’m taking will use more server resources and that most bbPress people tell you not to do it, but whatever.
I’m shooting for 100% seamless integration, with the same exact sidebar as the rest of my WP pages that updates with the rest of the site.
WordPress 2.7 is installed in / on my server, while bbpress 1.0-alpha is installed in /bbpress.
I added the following to/bbpress/bb-config.php:
include('../wp-config.php');Then I replaced
bb_get_header()withget_header()in the theme files, so my WordPress header loads just as expected, BUT wp_head does not execute, so most of the styling for my template is not loaded.At what point does wp_head fail or get canceled? I tried this exact same thing with the stable version of bbPress, and wp_head executed fine, but I couldn’t log in (it logged into WordPress instead, weird?).
Topic: Just a Community
Might as well, add my forums that I and a friend is working on.
I am using bbPress and WordPress for user intergation from my blog.
(Still being designed
)
Joel Spolsky has great article on 12 steps to better cording.
http://www.joelonsoftware.com/articles/fog0000000043.html
#6 refers directly to why keeping an up-to-date schedule is important and why “when it’s done, it’s done” it not an answer.
Now, looking at bbPress Roadmap

http://trac.bbpress.org/roadmap
We are over 6 months behind and it’s is NOT up-to-date
thanks!
Great work.
oh thank you….johnhiler and _ck_