I wroted plugin for WP, which create topic and post in bbPres forum, when you publish post in WP blog. Plugin can edit post in bbPress forum, when you edit it in WP.
Page of plugin.
Sorry for my English.
I wroted plugin for WP, which create topic and post in bbPres forum, when you publish post in WP blog. Plugin can edit post in bbPress forum, when you edit it in WP.
Page of plugin.
Sorry for my English.
I have talked it over with the author of the plugin and we are trying to figure out some code for older mySQL databases. He wrote the plugin for mySQL over version 4 and I have 3.23.58. While the plugin works for me (with many errors) I just need to make a couple of changes to the mySQL statements in the plugin to get rid of the errors.
The plugin in question is located at:
http://dev.mbzeus.net/downloads/bbpress_post_en.zip
The first error I recieved was on the 'admin page':
WordPress database error: [You have an error in your SQL syntax nearbb_forums
'; ' at line 1]
SELECT forum_id,forum_name FROM ;
The second errors were when I tried posting a topic in wordpress:
WordPress database error: [You have an error in your SQL syntax nearbb_posts
'; ' at line 1]
SELECT post_id FROM WHERE forum_id=21 AND topic_id=242poster_id
AND =14 AND post_time = '2006-11-05 07:20:10' LIMIT 1;topic_posts
WordPress database error: [You have an error in your SQL syntax near
'=1 WHERE topic_id=242 LIMIT 1' at line 1]bb_topics
UPDATE SET topic_last_post_id=,topic_posts=1 WHEREtopic_id
=242 LIMIT 1;
Warning: Cannot modify header information - headers already sent by
(output started at/www/html/wp-includes/wp-db.php:104) in
/www/html/wp-includes/pluggable-functions.php on line 269
If anyone could help me with this I would be greatly appreciated. I am sure it is just changing around the mySQL statements in their formatting, but I can't seem to figure it out!
I managed to change around the mySQL queries a bit and got this plugin working with my site (except a few small things I can't fix myself) and it seems to be fine for posting the Wordpress posts in bbPress and placing a link. It wouldn't be a problem if I didn't have an old mySQL database!
You must log in to post.