Fresh Install - Style vanished , all text and white

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pbPrice
    New Member
    • Oct 2012
    • 2
    • 4.2.X

    Fresh Install - Style vanished , all text and white

    AdminCP looks perfect but when i go to forums i get this http://pedobearleague.com/

    Anyone able to help , heres my presentation cfg
    My forum url is set to http://pedobearleague.com/forums/core
    running PHP Version 5.3.19

    Code:
    <?php
    /*======================================================================*\
    || #################################################################### ||
    || # vBulletin 5 Presentation Configuration                           # ||
    || # ---------------------------------------------------------------- # ||
    || # All PHP code in this file is ©2000-2012 vBulletin Solutions Inc. # ||
    || # This file may not be redistributed in whole or significant part. # ||
    || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
    || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
    || #################################################################### ||
    \*======================================================================*/
    
    /*-------------------------------------------------------*\
    | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
    +---------------------------------------------------------+
    | When making changes to the file, the edit should always |
    | be to the right of the = sign between the single quotes |
    | Default: $config['admincpdir'] = 'admincp';             |
    | Example: $config['admincpdir'] = 'myadmin';  GOOD!      |
    | Example: $config['myadmin'] = 'admincp'; BAD!           |
    \*-------------------------------------------------------*/
    
    
        //    ****** Base URLs ******
        // The following settings all deal with the url of your forum.
        // If set incorrectly your site/software will not function correctly.
        // These urls should NOT include a trailing slash
        // This is the url and web path of your root vBulletin directory
    $config['baseurl'] = 'http://pedobearleague.com';
    
    
    // This will only be used if you wish to require https logins
    // You will not need to change this setting most of the time.
    $config['baseurl_login'] = $config['baseurl'];
    
        // If you do wish to use https for login, uncomment this line
        // Then fill in your https url.
    //$config['baseurl_login'] = 'https://www.yourdomain.com/folder';
    
    
        //    ****** System Paths ******
    
        // This setting allows you to change the name of the admin folder
    $config['admincpdir'] = 'admincp';
    
        //    ****** Cookie Settings ******
        // These are cookie related settings.
        // This Setting allows you to change the cookie prefix
    $config['cookie_prefix'] = 'bb';
    
    
    //    ****** Special Settings ******
    // These settings are only used in some circumstances
    // Please do not edit if you are not sure what they do.
    
    // You can ignore this setting for right now.
    $config['cookie_enabled'] = true;
    
    $config['report_all_php_errors'] = false;
    $config['no_template_notices'] = true;
    
    // This setting should never be used on a live site
    $config['no_js_bundles'] = false;
    
    // This setting enables debug mode, it should NEVER be used on a live site
    $config['debug'] = false;
    
    // Assumes default location of core. 
    // These are the system paths and folders for your vBulletin files
    // This setting is for where your vbulletin core folder is
    $config['core_path'] = realpath(dirname(__FILE__)) . '/core';
    
        // This is the url and web based path to your core directory
    $config['baseurl_core'] = $config['baseurl']  .  'http://pedobearleague.com/core';
    
    
    /*======================================================================*\
    || ####################################################################
    || # Downloaded: 
    || # CVS: $RCSfile$ - 
    || ####################################################################
    \*======================================================================*/
    Last edited by pbPrice; Sat 22 Dec '12, 9:05am.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    Change this line:
    PHP Code:
        // This is the url and web based path to your core directory
    $config['baseurl_core'] = $config['baseurl']  .  'http://pedobearleague.com/core'
    To this:
    PHP Code:
        // This is the url and web based path to your core directory
    $config['baseurl_core'] = $config['baseurl']  .  '/core'

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools &lt;- awesome site for html/css help

    Comment

    • gefest33020
      New Member
      • Dec 2012
      • 7
      • 4.2.X

      #3
      I have a same problem but in the AdminCP, I dont see a style..

      Code:
      <?php/*======================================================================*\
      || #################################################################### ||
      || # vBulletin 5 Presentation Configuration                           # ||
      || # ---------------------------------------------------------------- # ||
      || # All PHP code in this file is �2000-2012 vBulletin Solutions Inc. # ||
      || # This file may not be redistributed in whole or significant part. # ||
      || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
      || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
      || #################################################################### ||
      \*======================================================================*/
      
      
      /*-------------------------------------------------------*\
      | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
      +---------------------------------------------------------+
      | When making changes to the file, the edit should always |
      | be to the right of the = sign between the single quotes |
      | Default: $config['admincpdir'] = 'admincp';             |
      | Example: $config['admincpdir'] = 'myadmin';  GOOD!      |
      | Example: $config['myadmin'] = 'admincp'; BAD!           |
      \*-------------------------------------------------------*/
      
      
      
      
          //    ****** Base URLs ******
          // The following settings all deal with the url of your forum.
          // If set incorrectly your site/software will not function correctly.
          // These urls should NOT include a trailing slash
          // This is the url and web path of your root vBulletin directory
      $config['baseurl'] = 'http://www.profaan.net';
      
      
      
      
      // This will only be used if you wish to require https logins
      // You will not need to change this setting most of the time.
      $config['baseurl_login'] = $config['baseurl'];
      
      
          // If you do wish to use https for login, uncomment this line
          // Then fill in your https url.
      //$config['baseurl_login'] = 'https://www.profaan.net';
      
      
      
      
          //    ****** System Paths ******
      
      
          // This setting allows you to change the name of the admin folder
      $config['admincpdir'] = 'myadmincp';
      
      
          //    ****** Cookie Settings ******
          // These are cookie related settings.
          // This Setting allows you to change the cookie prefix
      $config['cookie_prefix'] = 'bb';
      
      
      
      
      //    ****** Special Settings ******
      // These settings are only used in some circumstances
      // Please do not edit if you are not sure what they do.
      
      
      // You can ignore this setting for right now.
      $config['cookie_enabled'] = true;
      
      
      $config['report_all_php_errors'] = false;
      $config['no_template_notices'] = true;
      
      
      // This setting should never be used on a live site
      $config['no_js_bundles'] = false;
      
      
      // This setting enables debug mode, it should NEVER be used on a live site
      $config['debug'] = false;
      
      
      // Assumes default location of core. 
      // These are the system paths and folders for your vBulletin files
      // This setting is for where your vbulletin core folder is
      $config['core_path'] = realpath(dirname(__FILE__)) . '/core';
      
      
          // This is the url and web based path to your core directory
      $config['baseurl_core'] = $config['baseurl']  .  '/core';
      
      
      
      
      /*======================================================================*\
      || ####################################################################
      || # Downloaded: 
      || # CVS: $RCSfile$ - 
      || ####################################################################
      
      \*======================================================================*/[COLOR=#333333][/COLOR]

      Comment

      • pbPrice
        New Member
        • Oct 2012
        • 2
        • 4.2.X

        #4
        Originally posted by Lynne
        Change this line:
        PHP Code:
            // This is the url and web based path to your core directory
        $config['baseurl_core'] = $config['baseurl']  .  'http://pedobearleague.com/core'
        To this:
        PHP Code:
            // This is the url and web based path to your core directory
        $config['baseurl_core'] = $config['baseurl']  .  '/core'
        Thank you Lynne , it worked perfectly.

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          Originally posted by gefest33020
          I have a same problem but in the AdminCP, I dont see a style..
          Please start your own thread about your own problem. It is easier for us to help with only one issue/person per thread.

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools &lt;- awesome site for html/css help

          Comment

          Related Topics

          Collapse

          Working...