Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Install finished but it’s as if my forum doesn’t exist


chrishajer
Participant

@chrishajer

It looks bad because the path to your style.css is wrong. The stylesheet should be here, but it’s not:

http://vistarewired.com/test2/forums/bb-templates/kakumei/style.css

So, where is it really? I suspect the path in the config.php and the URL you are using to access the forum are not the same, and that’s why you see the forum without any styling.

Wait – it’s actually here:

http://vistarewired.com/test2/bbpress/bb-templates/kakumei/style.css

So, in your config you called the directory forums but you actually installed it in the directory bbpress. You need to fix your config.php.

You have this:

$bb->uri = ‘http://vistarewired.com/test2/forums/’;

It needs to be this:

$bb->uri = ‘http://vistarewired.com/test2/bbpress/’;

(or, you can leave the config alone and change the name of the bbpress directory to forums.)

Fix that and everything will look as it should. You may need to do a hard refresh or clear the cache in your browser to see the effect of the changes. CTRL SHIFT R in Firefox.

Skip to toolbar