Search Results for 'bbpress'
-
Search Results
-
bbPress is adding slashes to edited posts in front of all apostrophes – why? How to fix.
The interesting thing is the number of slashes grows with each edit. So if the post is edited three times, there are three slashes in front of all the apostrophes.
Topic: Time is all messed up…
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

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.