This is an early release. That means some features wont automatically work until the next version of OSClass is released. Details below...Plugin Name: SMF BridgeDescription: This bridge will allow your OSClass users to be automatically logged into an SMF forum residing on the same domain.
To use:
Step 1: Install an SMF forum.
Step 2: This step is
only needed for Osclass versions
3.0.2 and earlier. You must manually add a line of code to your root file
login.php. Simply change this line (around line 110):
From this:$this->redirectTo( $url_redirect ) ;
To this:osc_run_hook("after_login");
$this->redirectTo( $url_redirect ) ;
Step 3: Install the SMF Bridge plugin.
Step 4: Configure the plugin (through the SMF Bridge page listed in the Plugin menu).
That's it!Use:Now whenever you log into OSClass, you'll also be logged into your SMF forum. The same goes for all your users. This plugin is
NOT intended to integrate with
existing SMF forum users.
- OSClass users can change their forum display name by going into their OSC Dashboard >> Forum settings.
Hopefully Step 2 will be unneeded in the future assuming this hook gets added to the core of OSC.