Search Results for 'bbpress'
-
Search Results
-
Topic: Using RSS Feeds
Hi,
I just noticed on the WordPress Development page
(http://wordpress.org/development/2006/10/mu-and-bbpress/)
That bbPress has RSS Feeds. How do I call them?
What would be prefect is something like the Del.icio.us site, where you can customize the output.
TIA
Topic: wp bb login issues
I got this from the documentation,
“If you’ve installed bbPress into a subdirectory of your WordPress installation, define $bb->wp_home and $bb->wp_siteurl as your WordPress blog address and WordPress address, respectively. Both sites will now share the same cookies so that when you’re logged into one, you’re logged into the other.”
so why would’nt this work for me? probably something simple that i’m overlooking. But i do have those two variables set (in my case, they are both, http://exampledomain.com), and nothing!, i have to login to both systems.
They do share the same usertable, just not the session cookies.
Topic: Combined Register + Post
I’m running the latest bbpress at http://yammy.sourceforge.net/forums. After registration, users dont receive their passwords by email.
Perhaps sourceforge does not support this. Can I configure bbpress to display the password on screen?
Thanks
I’ve just upgraded bbpress and am running into this error when I use the WP function get_footer():
Warning: extract() [function.extract]: First argument should be an array in /home/drills/public_html/wp-includes/functions.php on line 2139
The forum in question is located at http://43drills.com/forum/
The error can be found just above the gigantic RSS button in the footer in the above link.
Topic: UTW Error
Well i have try many time and i still cannot make bbpress play nice with UTW. Anyone know a trick on how to use UTW and bbpress at the same time?
Quick Version:
Is it feasible internally, to have a user post a comment to the forum and register at the same time?
Detail:
Something that’s been mentioned already by a regular reader of my blog is that he’d be far less inclined to leave a comment anywhere that he had to register first.
The BBPress registration process is mind-numbingly simple, but users first have to get over the two-step-hurdle of registering and then leaving their comment.
So it strikes me that, since the registration details are the same as you have to provide when blog-commenting some middle ground might be beneficial.
I imagine it working such that when the user submits their comment (topic) their confirmation message is along the lines of:
From here it becomes a small step to replace the wordpress comment mechanism with bbpress, which is somehting I’d like to do.