The 1.0 will be support WordPress theme integration ?
I tried to integrate it with my existing wordpress, yes.
Is this a standalone bbPress or integrated with WordPress?
1.0 will include XML-RPC for all bbPress content.
It would be quite easy to create a plugin for WordPress which fetches content via XML-RPC and turns it into an array.
@myu
It has to do with people using different character encoding for their database tables other than UTF-8. I’m probably overstating the threat as the same problem exists on all data input and we filter it out the problem there. I was also just reviewing WordPress injection attacks of days gone by, so it was on my mind.
In any case, the solution in the future is to change your display name after registration. Display names are UTF-8 friendly.
Those two versions are not compatible for integration. I still don’t know what your problem is, but maybe that’s part of it.
https://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101
Ah, now I remember when they changed/fixed that in WordPress. Because my logs became full of the cron entries with WordPress pinging back to itself through the server. I think it polls like every few minutes too which was annoying. Hopefully that’s changed too or it will have to be deleted asap (along with xmlrpc).
1.0 is going to be so much more bloated over 0.9
Snoopy/http class alone is 40k.
I went to your forum but I can’t read Russian to know what exactly is going wrong. I’ve never seen the problem.
What version bbPress did you install, and is it integrated with WordPress (and if so, what version there)?
Use the existing database, but be sure the table prefixes are different. By default WordPress uses wp_ and bbPress uses bb_ – those are safe. When you get into the installation, you will see a place where it asks what the WordPress table prefix is.
The blog says, “To enable cron I’ve included the very new WP_Http class in BackPress.” This class is documented here: https://codex.wordpress.org/Version_2.7#HTTP_API which I read as providing exactly what you suggested – URL fetching to do a pseudo multi-task.
I want to integrate bbPress with WordPress. In the installation of bbPress, should I use my existing WordPress database or should I create a new one?
Just remember that the cron in bbPress/WordPress is fake and not parallel tasking. Meaning that the user waits while the task is completed when the task is triggered. Unless they are using url fetching via php to do a pseudo multi-task, which I doubt.
Sometimes (most times) a real cron is better. I asked them way-back-when cron was first introduced in WordPress to allow a real cron job to be substituted but still work with the API and I don’t believe they’ve ever done that.
I’m busy with a working plugin but doesn’t get the page titel modified:
https://bbpress.org/forums/topic/replacing-page-title
check the forum link in my profile page to get an idea for the unfinished version
This is the only SEO related plugin I know of for bbPress. Not sure if it works with the latest release, but it could be a start.
https://bbpress.org/forums/topic/plugin-seo-meta
There’s no easy way to embed bbPress into a WordPress page, I don’t think. There are forum plugins for WordPress that work inside a WordPress page, but I have no experience with them.
https://wordpress.org/extend/plugins/search.php?q=forum
(sorry, that search is pathetic but that’s where I’d start)
I found this method to include forum topics within wordpress:
‘<?php include_once(ABSPATH . WPINC . ‘/rss.php’); wp_rss(‘http://example.com/bbforum/rss.php’, 5); ?>’
Is that any help? Still not sure how to format it entirely though.
Hi:
I have been use the wordpress for long, and the all in one SEO plugin works good,my questions is :
If there is a good plugin for bbpress SEO ?
Regards.
Hey,
I’ve recently begun to play with bbpress in conjunction with wordpress.
I’ve figured out how to include an RSS feed of a bbpress post & author to display as “author on “title of the post”” by using the following code:
<?php include_once(ABSPATH . WPINC . ‘/rss.php’); wp_rss(‘http://example.com/bbforum/rss.php’, 5); ?>
Does anyone know how to include an excerpt of the post, time and change the formatting.
Basically I’m aiming for the feed to create something like this….
…Alternativly, is there an easier way to include or embed bbpress or any other forum into wordpress?
Any advice is very much appreciated
I’m trying to integrate WPMU 2.6.1 and bbPress 1.0 alpha, and I’m having some troubles. Here’s how the installation process went for me:
Database details were fine.
The bbPress salt etc details were left blank as this is usually added later in the WordPress integration area.
In the integration area I inserted the WPMU address into the two URL textfields. For the keys I used the following from the wp-config.php file in my WPMU root:
WordPress "auth" cookie key -> AUTH_KEY
WordPress "auth" cookie salt -> SECRET_SALT
WordPress "secure auth" cookie key -> SECURE_AUTH_KEY
WordPress "secure auth" cookie salt -> SECURE_AUTH_SALT
WordPress "logged in" cookie key -> LOGGED_IN_KEY
WordPress "logged in" cookie salt -> LOGGED_IN_SALT
I then selected ‘Add user database integration settings’ and left WP_ as the prefix.
This went through fine.
In the Site Settings area I added the site name and URL, but something struck me right here – it was asking for ‘key master’ account details, previously this has already been the site admin for the WordPress install.
I added the username of the admin user, ‘admin, and that failed saying the account already existed. I tried the install again, and changed the ‘key master’ to another username, and this time it failed but said ‘The key master could not be created. You may need to replace bbPress with a fresh copy and start again.’
Am I doing something wrong, or is this a bbPress issue?
I’m guessing WordPress and WordPress MU integration is planned for the final 1.0 release?
Thanks,
Alex
Yeah for sure. Big pain. I saw that you submitted a ticket, so hopefully they will fix that soon and we can even get rolling with the alpha install. In the meantime I am downgrading to make it work.
What about already registered accounts on bbpress/wordpress? Mine don’t work together and in fact if I log in in my bbpress it breaks my wordpress, I have to clear the cache/cookies to be able to login to the WP again.
It should be noted that using non ascii characters in bbPress is not supported and you could open yourself to a whole range of potential SQL injection threats by doing so.
WordPress has never supported non-ascii characters in usernames and has compensated by allowing display names, bbPress 1.0 now allows display names as well for the same reason.
I had the same issue as the original poster. I tried the .htaccess solution but I couldn’t get it to work. I used the other solution (editing the register.php) and I’ll keep in mind to check it again on updates.
Hello finalwebsite,
I just paid the minimum 2 month plan USD 4.99 x 2 .I think use wordpress and bbpress is ok.