Announcement

Collapse
No announcement yet.

How to install vB5 manually

Collapse
X
Collapse
  •  

  • How to install vB5 manually

    These instructions show you how to manually configure the two config files that come with vBulletin 5.

    1. Download the newest vB5 release from the members' area. https://members.vbulletin.com

    2. Unzip the files and go to the "upload" folder.

    3. You need to rename this file:

    /config.php.bkp

    To:

    /config.php

    Then, you need to rename this file:

    /core/includes/config.php.new

    To:

    /core/includes/config.php

    Then, in that file, you need to complete the following fields:

    $config['Database']['dbname'] = 'forum';
    Change forum to whatever your database name is.

    $config['Database']['technicalemail'] = '[email protected]';
    Change the email address to your own.

    $config['MasterServer']['username'] = 'root';
    Change root to the database username

    $config['MasterServer']['password'] = '';
    Enter the database password inside the '' marks.

    All other fields should be left as default, unless your database is on a separate server, in which case this will need changing:

    $config['MasterServer']['servername'] = 'localhost';

    4. You need to rename this file:

    /htaccess.txt

    To:
    /.htaccess

    5. Upload all files to your server/webspace/whatever and browse to yourforumpath.com/core/install/install.php.

    6. Enter your customer number and the installation will proceed.

    7. Delete the /core/install directory after the installation has finished.
      Posting comments is disabled.

    Article Tags

    Collapse

    There are no tags yet.

    Latest Articles

    Collapse

    • How to install vB5 manually
      by Mark.B
      These instructions show you how to manually configure the two config files that come with vBulletin 5.

      1. Download the newest vB5 release from the members' area. https://members.vbulletin.com

      2. Unzip the files and go to the "upload" folder.

      3. You need to rename this file:

      /config.php.bkp

      To:

      /config.php

      Then, you need to rename this file:

      /core/includes/config.php.new
      ...
      9 March 2016, 22:59
    • How to fix or add back Mark Channels Read
      by Mark.B
      By default, "Mark Channels Read" is present in the navbar, but it only works on 'Forum' pages.
      As of 5.2.3 it is no longer present AT ALL in new installs.

      Here's how to make it work on any page if it does already exist. (If it doesn't exist, instructions for adding it back are at the bottom, but you still need to do this part!)

      First, go to AdminCP > Style Manager, and from your chosen style, select "Add New Template" from the dropdown.
      ...
      9 March 2016, 22:49
    • Add a Gallery to vBulletin 5
      by Mark.B
      Here's how to add a Gallery like the one seen on this site.

      My site has done it by using a forum called "Gallery" that is set not to display in the forum listings (set its display order to "0" in the channel manager).
      Create a link in the navbar to that forum and call it "Gallery".

      Then, go into that forum, and using Site Builder, set the tabs to display "Photos" by default, and not to display "Topics" whatsoever....
      9 March 2016, 20:47
    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎