PHPmotion Wiki : SmfbridgeV35

HomePage :: Contents :: PageIndex :: Login/Register

Installing SMF Forum Bridge


SMF Bridge


Back to Installation

Featured PHPmotion Sponsor: Cirtex Web Hosting - PHPmotion compatible hosting services. With instant auto installation.



Before you begin


IMPORTANT INFORMATION

- Currently the SMF Bridge will only work with PHPmotion V3.5 & SMF Forum v1.1.11
- Your Forum installation must be new i.e. you will need to be installing SMF Forum new with no members/posts etc


Before you start installing the SMF Forum(tm) Bridge make sure you have done the following

- Downloaded the most recent version at: http://phpmotion.com/forum/index.php/topic,18612.0.html
- Ordered and received our copy of the license file




General Instructions



Unpacking the Files

  • Unzip the downloaded file onto your computer. You will now have a folder called V3.5_SMF
  • You will now have on your local computer
    1. /V3.5_SMF/forum
    2. /V3.5_SMF/install
    3. /V3.5_SMF/upload_in_binary


  • Installing SMF Forum



    Changing Forum Theme



    Once the forum installation is complete, log in to your FTP and do the following

    PHPMotion V3.5 Users (using the Default PHPmotion Theme)



    PHPMotion V3.5 Users (using a Custom Theme)

    Instructions coming soon.........





    Completing The installation



    Upload SMF Bridge Files
    You must now upload the following files into the respective locations in your FTP

    Files on your computer FTP Destination
    /V3.5_SMF/install/install_smf_3.5.php /install_smf_3.5.php
    /upload_in_binary/v3_smf_forum.inc.php /forum/v3_smf_forum.inc.php
    smf license file we sent you (license_smf_v3_5.php) /forum/license_smf_v3_5.php



    Run the Bridge Setup File
    Open your website to the url : http://www.yoursite.com/install_smf_3.5.php and follow the instructions given.

    Once done, delete this file from your FTP

    Edit SMF Forum (index.php) file
    Download the SMF Forum index file from your FTP /forum/index.php. Edit it as follows
    INSTRUCTION: Look for this line
    -------------------------------
    
    // Load the settings...
    require_once(dirname(__FILE__) . '/Settings.php');
    
    
    INSTRUCTION: Add just below it the following code
    -------------------------------------------------
    //////////////////////////////////////////////////////////////
    // load some extra function for the smf integration
    if ( file_exists(dirname(__FILE__) . '/v3_smf_forum.inc.php') ) require_once(dirname(__FILE__) . '/v3_smf_forum.inc.php');
    //////////////////////////////////////////////////////////////





    For further help with installation you can try


    Order our installation services
    Peer support in our forum







    Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
    Page was generated in 0.0402 seconds