Forum Replies Created
-
In reply to: Forum didn’t read the CSS
I do try to change it to kakumei, but it still not working.
I don’t think this is the problem.
I think it must something wrong with the setting,
In reply to: Forum didn’t read the CSSThx Trent so patience to help me out.
Actually, yes this is still problem. I didn’t fix it and i just copy the css file from http://kaespace.com/bbpress/my-templates/kakumei_i and put it in the “http://kaespace.com/bbpress/” directory.
When you visit my site, look at the source code and the css link shows
<link rel=”stylesheet” href=”style.css” type=”text/css” />
I looks others fourm’s source code they have address like http://domain.com/my-templates/kakumei/style.css in the href.
So I am wonder, is it my config.php didn’t set it right or some other thing I have to do.
I do put the patch-to-URL.php in my-plugins folder
In reply to: Forum didn’t read the CSSI was try to fix the fourm this afternoon, so if you can’t access maybe is because I was worrking on it .
The Fourm address is right
In reply to: Forum didn’t read the CSSActually I know I have to make my-templates folder and I do have it.
But before I put css file in the root, the forum don’t even read the default theme.
I do try to change it in admin panel, but somwhow it just don’t work.
In reply to: Forum didn’t read the CSSI found out that most people’s bbpress has this code in index.php
<link rel=”stylesheet” href=”http://yourdomain.com/style.css” type=”text/css” />
however my index.php shows
<link rel=”stylesheet” href=”style.css” type=”text/css” />
in the bbpress root there is no css file, so I think that’s why it didn;t work.
Can anyone told me how to fix it?
Right now I just dump my css file in the root so index can reads it.
In reply to: Forum didn’t read the CSSI have set my config.php
$bb->domain = ‘http://kaespace.com’;
$bb->path = ‘/bbpress/’;
I thought this is right setting.