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
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.
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?
This is exactly what I have been looking for!
Does this work with the newest version of SMF 2.0?
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?
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".
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??
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
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.
Any update for SMF 1.1.10?
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.