bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

stylesheet problem (known problem see post)

(2 posts)
  • Started 1 year ago by willspill
  • Latest reply from willspill
  • This topic is not resolved

Tags:

  1. My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.
    The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.

    <link rel="stylesheet" href="http://localhost\bbpress/bb-templates/kakumei/style.css" type="text/css" />

    notice how after localhost the "\" is the wrong way.
    Not sure if anyone can tell me how to fix it.

    -------------------------------------------------

    in the admin page, the stylesheet path is correct
    <link rel="stylesheet" href="http://localhost/bbpress/bb-admin/style.css" type="text/css" />

    ---------------------------------------------
    my config.php looks like this

    // If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
    // Adjust the domain and path to suit your actual URL.
    // Just the domain name; no directories or path. There should be no trailing slash here.
    $bb->domain = 'http://localhost'; // Example: 'http://bbpress.example.com'
    // There should be both a leading and trailing slash here. '/' is fine if the site is in root.
    $bb->path = '/bbpress/'; // Example: '/forums/'

    Posted 1 year ago #
  2. did some more searching and found this post about localhost installs.
    seems to be a known problem http://bbpress.org/forums/topic/988?replies=6

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.