tslocum / kusaba

This project is discontinued. Use TinyIB: https://gitlab.com/tslocum/TinyIB
0 stars 1 forks source link

(d & b) not appearing #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the (d & b) is not appearing next to posts after i logged in
i do have javascript enabled, any reasons this may happen?

Original issue reported on code.google.com by Sventhek...@gmail.com on 19 Sep 2007 at 4:45

GoogleCodeExporter commented 9 years ago
Well, a quick way we can test what is happening is for you to make a temporary
administrator account through the staff page, and email me the credentials.  
I'll log
in and go to a board page, and if I don't see the D&B links, it is most likely a
misconfiguration.

If I do see the links, then it is probably your browser.

Original comment by tslocum on 19 Sep 2007 at 4:47

GoogleCodeExporter commented 9 years ago
alright i sent you the email

Original comment by Sventhek...@gmail.com on 19 Sep 2007 at 4:59

GoogleCodeExporter commented 9 years ago
domain=.aotf.tvaotf.tv kumod=yes; expires=Wed, 19-Sep-2007 06:22:35 GMT; 
path=/i/;

That is in the response headers from the manage page.

Your KU_DOMAIN is incorrect.  If you are unable to correct it yourself, you can 
paste
the entire line here and I will give you a line you can put in its place.

Original comment by tslocum on 19 Sep 2007 at 5:24

GoogleCodeExporter commented 9 years ago
            $cf['KU_WEBPATH']   = 'http://' . $_SERVER['HTTP_HOST'] . $cf['KU_WEBFOLDER']; /*
The path to the index folder of kusaba, without trailing slash */
            $cf['KU_DOMAIN']    = '.aotf.tv' . $_SERVER['HTTP_HOST']; /* Used in cookies for
the domain parameter.  Should be a period and then the top level domain, which 
will
allow the cookies to be set for all subdomains.  For http://www.randomchan.org, 
the
domain would be .randomchan.org; http://zachchan.freehost.com would be
zach.freehost.com */

Original comment by Sventhek...@gmail.com on 19 Sep 2007 at 5:37

GoogleCodeExporter commented 9 years ago
$cf['KU_DOMAIN']    = '.aotf.tv';

Original comment by tslocum on 19 Sep 2007 at 5:58