0.8 kubrick bug
-
nyquil
0.8 kubrick bug
in the comments.tpl, {$CONST.REPLY} doesnt return anything, which ends up with no (Reply) link in comments view. I just changed it to say "Reply" and that "fixed it." I'm not sure where those $CONST values get defined, so I don't know how to really fix it.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: 0.8 kubrick bug
Are you using the 0.8 release kubrick theme? Ther a config.inc.php should be loaded, which in turn loads the 'lang_en.inc.php' file in which the constant REPLY is defined...?
Regards,
Garvin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
nyquil