Search Results for '"wordpress"'
-
Search Results
-
Is there information on or a plugin on exporting wordpress posts into bbpress?
I’d like to export an old wordpress blog into my forums.
Topic: Integration issues?
I’ve been using WordPress for years so when it came to adding a forum to my site bbpress made sense to me. However I’m having some integration issue which I would appreciate some help on.
I’ve gone through the process of integrating bbpress with wordpress following these instructions http://bbpress.org/documentation/integration-with-wordpress/ which seemed to work fine but…
When I look at my users in bbpress I can see them all there but if I try to edit any of them (to create a modorator for example) by clicking edit (http://www.forums.geekpulp.co.nz/profile/1/edit), I just get a 404
I also have the same issue when I attempt to view any posts/forums create. The url looks like this http://www.forums.geekpulp.co.nz/topic/3?replies=1
Any ideas?
Topic: Error on click :(
I’ve just installed the last version of bbpress on last version of wordpress, its all ok but, when I click on “view your profile” or other links the result is: “Not Found The requested URL /forum/profile/1 was not found on this server.”
Why?
Many Thanks
I saw the post at http://bbpress.org/forums/topic/323?replies=11#post-1569
It seemed to get derailed into some other topic though. Here’s the scenario:
– WordPress has been up and running with a few users (not many)
– admin gets bright idea to convert phpbb to bbpress and integrate everything
– bbpress conversion from phpbb goes okay, all 300+ users can login fine.
– admin wants to merge these users with the WordPress wp_users table, so they can add comments to WP, subscribe, etc.
The bbpress sync plugin at http://bbpress.org/documentation/integration-with-wordpress/ works the exact opposite, it merges WP users into bbpress!
This leaves those of us who took the plunge into converting from a phpbb type platform… stranded! It’s probably just a few SQL queries away from working, right?
I’m not sure if I should ask this here or over at WordPress.org, but perhaps this is more of a bbPress question in the end.
I have the latest bbPress and WordPress installations, and both are running fine. The user databases are integrated, and I have also managed to get bbPress to use my WordPress theme after some poking around.
What I actually did with the theme integration was that I made bbPress to call the WordPress header and footer files instead of the bbPress ones, having in turn modified the WordPress files in a way that everything except for the page-specific content is in those two files. This way, the forum shows up where the WordPress content (posts, pages, etc.) would otherwise go. Life is good.
My problem now is that I would like WordPress to recognize bbPress when it is serving a bbPress page. In other words, I would like to have something like an “if” condition for example in my WordPress header that checks whether the page currently being shown is a bbPress page. If I could do that, then I could do something like “if bbPress then echo bbPress headers, else echo WordPress headers”.
The most basic solution that I could come up with was the following: before having a bbPress page call the WordPress header, introduce a variable like “$forumpage” and set it to “true”. Then simply include a check in the WordPress header that checks whether $forumpage is “true”. For some reason, however, this doesn’t work as the variable seems to get erased.
I also tried something like using the condition if($forums) in the WordPress header, which I saw was in bbPress, but that gave no results, either.
There probably is a(n easy) solution to all this, so I would really appreciate it if someone could point me to the right direction. I’ve spent most of the evening working on this, and have tried just about everything that I can think of and have read about on these forums and over at WordPress.org, but alas without the desired results.
Thanks for reading!