Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

WPSMF – WordPress to SMF

Descrição

Automatically posts wordpress post to a SMF board.

WPSMF adds WordPress posts as topics in SimpleMachines Forum 2.x, and allows to put a link to the topic below the WordPress post.

Contains a Synchronize utility for latter use if WP already contains posts.

In order to use you need to provide your SMF (local) Path and map WP users to SMF user ID.

Also only posts in Categories with a corresponding SMF board ID are Synch.

WP COMMENT EXPORT IS IN BETA. PLEASE USE IT CAREFULLY

Script tested up to 15000 comments exported without problems!

Main features:

* SMF post is added when the WordPress post is published
* SMF post is updated any time the WP post is updated
* SMF Comment is added when the WordPress post is published
* SMF Comment is updated any time the WP post is updated
* It is possible to show the link to the topic bellow WordPress Post
* It is possible to map a WP Category to a SMF Topic
* It is possible to map a WP User to a SMF User
* Supports all HTML
* Include a "check all" option when using the "synchronize" menu
* Option to remove WP posts from SMF
* Remove trackback and pings from comment export
* Option to enable/disable auto post function
* Fancy filtering option on export utility

Admin page options:

* WP Category to SMF Board ID to post to
* WP User to SMF User ID to set the post author
* SMF Forum path
* Link from WordPress to Forum text
* Choose SMF Charset
* Enable/Disable auto post

To Do List:

* work with SMF 1.1.11
* Export WP Users to SMF
* Export WP Categories to SMF
* Create uninstall script
* Import from SMF to WP

Is it broken?

Tell me where so i can fix it!

Don’t you like it?

Tell me why so i can improve it!

Do you like it?

What’s missing so you love it?

Do you love it?

Buy me a beer!

Imagens de tela

  • WPSMF Admin Area
  • Export Result Example

Instalação

  1. Upload WPSMF folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to WPSMF Options and fill the required fields
  4. Use Sync Util or Start Posting

(Optional) If desired post the following on you template single.php to display SMF Link Text

<?php 
    if (function_exists(myWPSMF_link_to_smf)){ 
        myWPSMF_link_to_smf(get_the_id());
    }
?>

FAQ

SMF Path: i put the path but it didn’t worked!

that field needs the absolute path to your SMF forum (on the same machine offcourse!)

so if you have for example:

http://www.yourdomain.com/mysmfforum
http://www.yourdomain.com/mywpblog

it will probably be

/home/user/public_html/mysmfforum

so the field would need “/mysmfforum” (without quotes)

the easier way is to search for SSI.php on smf folder.

the path needs to point to that specific file.

Avaliações

9 de Maio, 2018
It does export posts from the current version of WP into the current version of Simple Machines Forum. It successfully transferred new posts automatically, and it transferred old posts en masse. But it did not create the link in the WP posts as advertised, and it leaves visible orphaned html tags in the SMF post. Honest, I was surprised it worked at all. Thus the generous three stars.
Leia todas as 2 avaliações

Contribuidores e desenvolvedores

“WPSMF – WordPress to SMF” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Contribuidores

Registro de alterações

0.4

  • NEW : Fancy Filtering options
  • NEW : Remove Option
  • NEW : Enable/Disable Auto Post

0.3.2

  • NEW : Add option to remove WP posts from SMF
  • NEW : PHP code improvements
  • NEW : Remove trackback and pings from comment export

0.3.1

  • Bugfix : minor bugfix

0.3

  • NEW : WP comments are now sync (beta stage)
  • NEW : Is Possible to chose the SMF Charset (UTF-8 or ISO-8859-1)

0.2.1

  • NEW : Add option to unlink WP posts from SMF
  • Changed : Update Admin Layout
  • NEW : 100% compatibility with WP 3.0

0.2

  • NEW : include a “check all” option when using the “synchronize” menu
  • Bugfix : pauses so that it does not overload the server, when synchronizing huge blogs
  • Bugfix : order by ID ASC so posts on WP appears on the same order in SMF
  • Bugfix : increase user postcount on SMF
  • NEW : add more information, like the total number of blog posts listed etc

0.1

  • Created WPSMF