• blindshooter

    (@blindshooter)


    Hi there everyone.
    I installed this plugin and it works great, with one caveat – it lodges all topics into the same forum. The config page speaks of a custom ‘forum’ key, but I’ve tried it in every way that I could imagine and it still sends the posts to the exact same location.
    Any ideas?

    Numeric ID of the smf forum where topics for new posts will be created (if none specified in the ‘forum’ custom field of the WP post). If blank, no topics will be created unless ‘forum’ custom field of the post is set

    And in the code of the plugin itself there seems to be hints to it

    $props = get_post_custom($id);
    […]
    $ID_BOARD=$props[‘forum’][0];
    if ($ID_BOARD == ”) {
    $ID_BOARD = get_option(‘post_to_smf_defforum’); // id of the board to post to

    Or at least, it seems to be that way 😛

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Post to SMF] Assigning posts to different forums’ is closed to new replies.