Search Results for '\"wordpress\"'
-
Search Results
-
Topic: next release ideas
#1. have a smoother “intuitive” integration between wordpress and bbpress?
#2. plugins and theme options pages in control panel *doh*
#3. in the bbpress control panel, have a link that says “over to wordpress” and vice versa; that would require bbpress and wordpress to “recognize” each other’s presence on the website. a result of suggestion #1
#4. search function? etc
that’s all i can muster… otherwise it’s awesome.
first, i setup my bbPress, tested it… worked great! now i went to the config.php and changed the settings to point to my wordpress. my wordpress has in the root directory and mt bbpress was i a folder root/forums/ … for the configuration, i’m sure i did everything right. changed the wordpress prefix from false to wp_ then added in the urls of my wordpress as required. i then removed the // on the next line as the instructions said.
now i loaded the directory with bbpress… i expected to go thru the whole installation thing again but it failed. someone please help?
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
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.