Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    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

    Thread Starter RicoRoco

    (@ricoroco)

    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

    Thread Starter RicoRoco

    (@ricoroco)

    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

    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

    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

    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

    maby simply convert your smf to smf 2.0?

    Regards ??
    roco

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