Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: kochab on January 26, 2009, 12:37:14 PM

Title: Post wordpress posts to SMF
Post by: kochab on January 26, 2009, 12:37:14 PM
Hi,
I would like to point out that I've developed a wordpress plugin for posting wordpress posts to SMF topics by using SSI.php
you can find more info here:
http://wordpress.org/extend/plugins/post-to-smf-forum/
and
http://www.zonca.org/wordpress-post-to-smf/

this plugin doesn't integrate users at all.
It is designed for replacing the wordpress comment system with SMF threads
Title: Re: Post wordpress posts to SMF
Post by: theivo on January 27, 2009, 06:05:10 PM
Hi,
probably not on the right place - but is there any way to show latests SMF posts to my Wordpress (except RSS). There's already plugin for Joomla, but can't find nothing for wordpress.
Title: Re: Post wordpress posts to SMF
Post by: spun2u on February 22, 2009, 02:26:37 AM
Quote from: kochab on January 26, 2009, 12:37:14 PM
Hi,
I would like to point out that I've developed a wordpress plugin for posting wordpress posts to SMF topics by using SSI.php
you can find more info here:
http://wordpress.org/extend/plugins/post-to-smf-forum/
and
http://www.zonca.org/wordpress-post-to-smf/

this plugin doesn't integrate users at all.
It is designed for replacing the wordpress comment system with SMF threads

Nice plugin, i've been using it but now after I installed the SMF & WordPress plugin in WP the post--to-smf gives me this error when I add a post:

QuoteFatal error: Call to undefined function db_query() in /home/admin/xxxx/bb/Sources/Subs-Post.php on line 1501

The code at line 1501 is:
$request = db_query("
SELECT memberName, emailAddress
FROM {$db_prefix}members
WHERE ID_MEMBER = $posterOptions[id]
LIMIT 1", __FILE__, __LINE__);


What was changed that would have broken this plugin?
Title: Re: Post wordpress posts to SMF
Post by: dewdrinker19 on February 24, 2009, 05:37:56 AM
This is exactly what I have been looking for!

Does this work with the newest version of SMF 2.0?
Title: Re: Post wordpress posts to SMF
Post by: ranka on March 28, 2009, 05:39:39 PM
X-posted.

Why this script dosen't support special characters like - "ä", "ö", "ü" etc.

If I make in wordpress post like: "ära mängi täis peaga", then in wordpress it's fine but in the forum it shows: "ära mängi täis peaga".

Any ideas, how I can fix it or what cause this problem?

Title: Re: Post wordpress posts to SMF
Post by: Sarge on March 28, 2009, 06:05:44 PM
Quote from: ranka on March 28, 2009, 05:39:39 PM
Why this script dosen't support special characters like - "ä", "ö", "ü" etc.

If I make in wordpress post like: "ära mängi täis peaga", then in wordpress it's fine but in the forum it shows: "ära mängi täis peaga".

Any ideas, how I can fix it or what cause this problem?

1. SMF supports UTF-8.

2. If you installed WordPress as UTF-8, SMF has to be in UTF-8 too, so that special characters show up the same.

3. You can convert SMF to UTF-8 from SMF Admin > Forum Maintenance > "Convert the database and data to UTF-8".
Title: Re: Post wordpress posts to SMF
Post by: juanpons14 on June 21, 2009, 08:29:06 AM
Don't work I've the same error of spun2u
    Fatal error: Call to undefined function db_query() in /home/admin/xxxx/bb/Sources/Subs-Post.php on line 1501

Any support??
Title: Re: Post wordpress posts to SMF
Post by: juanpons14 on June 21, 2009, 01:19:30 PM
Can anybody tell me how can i fix it?

Pleasee i really need this plugin....

I put the plugin's archive in the attachaments

Please i think is easy to fix it but i don't know can anybody fix it for 1.1.9 smf version?

Bye
Title: Re: Post wordpress posts to SMF
Post by: Aleksi "Lex" Kilpinen on July 09, 2009, 03:26:24 AM
As that is not one our tools as I understand, you would probably be best off trying to reach the author of the tool.

And since this topic is not really seeking support as I understand,
I'll mark this solved.
Title: Re: Post wordpress posts to SMF
Post by: drroot on October 23, 2009, 08:07:26 AM
Any update for SMF 1.1.10?
Title: Re: Post wordpress posts to SMF
Post by: Norv on October 25, 2009, 08:44:10 AM
drroot: please check out the site of the plugin, as pointed out in the first post. It might be better to direct questions to the author, as the author can answer them.