Title: RicoRoco's Replies | WordPress.org

---

# RicoRoco

  [  ](https://wordpress.org/support/users/ricoroco/)

 *   [Profile](https://wordpress.org/support/users/ricoroco/)
 *   [Topics Started](https://wordpress.org/support/users/ricoroco/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ricoroco/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ricoroco/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ricoroco/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ricoroco/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ricoroco/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSMF - Wordpress to SMF] [Plugin: WPSMF – WordPress to SMF] Special characters in "SMF Recent Post" widget](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-special-characters-in-smf-recent-post-widget/)
 *  [RicoRoco](https://wordpress.org/support/users/ricoroco/)
 * (@ricoroco)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-special-characters-in-smf-recent-post-widget/#post-1643405)
 * Hi 🙂
 * If You have the same charset on WP and SMF like UTF-8, please simply edit file:“
   widget.php” (with Notepad++ or another good editor).
 * Look for this cod e:
 *     ```
       <?php
                         foreach($ssi_recentTopics as $topic):
                            echo ('<li><a href="'.$topic[href].'">'.utf8_encode($topic[subject]).'</a></li>');
                         endforeach;
                      ?>
       ```
   
 * And replace the code for this code:
 *     ```
       <?php
                         foreach($ssi_recentTopics as $topic):
                            echo ('<li><a href="'.$topic[href].'" target="_blank">'.$topic[subject].'</a></li>');
                         endforeach;
                      ?>
       ```
   
 * ..or better You see this code: [here](http://www.simplemachines.org/community/index.php?topic=387438.msg2724199#msg2724199)
 * And the second answer..
 * I think is possible..
    Look on the screens first, from Plugin WPSMF
 * Ins config in AP >> WPSMF You have (down right) –> **Categories Map**
    and ins
   this section You have >> left: **WP Category** with all yours WP-Category.
 * And rigth: **SMF Category** where you tip the ID from SMF Category.
 * I think You can tiped the same ID (from SMF Category) by all WP-Category.
 * And after, go to **Export Posts**
 * In view posts, choose to turn their categories, and only then export the posts.
   
   first Category, and one after another, etc.. I do not know for sure, but it is
   logical and should be able to…
 * Regards 🙂
    roco
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSMF - Wordpress to SMF] [Plugin: WPSMF – WordPress to SMF] WPSMF – Comments Export – problem](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-wpsmf-comments-export-problem/)
 *  Thread Starter [RicoRoco](https://wordpress.org/support/users/ricoroco/)
 * (@ricoroco)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-wpsmf-comments-export-problem/#post-1598119)
 * Hay SchattenMann 🙂
    Yes we know about it, and that’s why I invited you to discuss
   smf.org. There are definitely better, even if the presentation code, etc. Notifications
   via email and it work very quickly. Yours sincerely, and I believe it can be 
   put into practice, proposal to extend the plugin. Se ya 🙂 Roco
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSMF - Wordpress to SMF] [Plugin: WPSMF – WordPress to SMF] WPSMF – Comments Export – problem](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-wpsmf-comments-export-problem/)
 *  Thread Starter [RicoRoco](https://wordpress.org/support/users/ricoroco/)
 * (@ricoroco)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-wpsmf-comments-export-problem/#post-1598115)
 * Hi 🙂
    The problem is [Resolved] 🙂
 * Your Plugin is really good job 🙂
 * Thats was “mea culpa” – my fault
 * I found the error cause. In no case is the fault of this great plugin.
    I’m sorry
   but I was really very busy
 * Earlier I made the conversion from Nulecleus to WordPress. The base has been 
   cleaned and are from the old blog entries and comments only. 700 posts and 300
   comments.
    I started to browse the files in the plugin and I looked through the
   database. It turned out that the table wp_commens in a cell of the table -> “
   comment_type” I found at all the entries (for all the comments), entry: “**comment**“
 * [Link to foto](http://poligon.ricoroco.com/fora/foto/uploads/167cbe7e51.jpg)
 * I cut out all the entries, “comments” and plug it worked perfect. With the speed
   of light .. wow
 * Therefore verry sorry for the confusion, I should myself ..
 * Widget to work, but in spite of utf-8 encoding and the Forum and the Blog is 
   on the sidebar you could see a problem with encoding. This can be solved in such
   a way that should cut imposed on charset.
 * For rest, please read this post on SMF.org [[Resolved problem] + more tips](http://www.simplemachines.org/community/index.php?topic=387438.msg2724199#msg2724199)
 * SchattenMann, please look to this topik, I have tips for Your Plugin, but here
   is not good place for prezentation code.
 * I need the 3 important thinks:
 * 1. – postscript so under exported post on smf board I needed date from articel
   
   2. – + backlinks to the Art. Thats was easy and code you have one SMF.org in 
   the topik (link top)
 * 3. – I need the realy date of post on WP in to the topics on smf. So I needed
   the same tade here and here..
 * Thank You for Your Great Plugin and please extended ..she
 * Regards 🙂
    roco
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPSMF - Wordpress to SMF] [Plugin: WPSMF – WordPress to SMF] Cannot Install (Fatal Error)](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-cannot-install-fatal-error/)
 *  [RicoRoco](https://wordpress.org/support/users/ricoroco/)
 * (@ricoroco)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-wpsmf-wordpress-to-smf-cannot-install-fatal-error/#post-1607559)
 * Hi
    I gave you the answer to simplemachines.org, but you have not given there
   smf version.
 * Okay, you can forget, this plugin works only with version 2.0 and it is not the
   same.
    Giving his version of smf, you saved my time ..nevemind [Topic on the SMF community](http://www.simplemachines.org/community/index.php?topic=387438.msg2725167#msg2725167)
 * maby simply convert your smf to smf 2.0?
 * Regards 🙂
    roco

Viewing 4 replies - 1 through 4 (of 4 total)