• I am running a blog with WordPress 2.3.2 and a forum running SMF 1.1.4. Is there any way to integrate these two so I can use one login for both systems?

    I know of the WP-SMF bridge plugin but the page says that its only compatible up to WP 2.2. Is there any way to integrate SMF with WordPress 2.3?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pcwizcomputer

    (@pcwizcomputer)

    Also, I just tried the WP-SMF bridge plugin v.1.0.9 (latest version) and I installed the twin plugin for SMF as well, and then, after I installed the plugin and I tried to access the Admin Panel I got warning lines about the plugin and I couldn’t access the admin panel so I had to go and delete the plugin and so it didn’t work.

    I need other suggestions

    I’m fairly sure I had the same problem as you and my fix was to edit line 372 in the file wp-content/plugins/wp_smf/wp_smf.php

    from:

    $smf_api = ABSPATH.'wp-content/plugins/WP_SMF/smf_api_1.1.php';

    to

    $smf_api = ABSPATH.'wp-content/plugins/wp_smf/smf_api_1.1.php';

    Paths are often case-sensitive!

    Yes, I am running WordPress 2.3.2 and a forum running SMF 1.1.4 and they are integrated so if a user joins one they are automatically joined at the other with the same name and password and they only have to login in once to have access to both. I am using the WP & SMF 1.09 plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SMF & WordPress Integration’ is closed to new replies.