Page 1 of 1
Comment buttons empty after update to 9.1
Posted: Thu Feb 23, 2006 10:47 am
by randulo
I didn't notice this right away but now the comment form shows properly but the submit buttons have no text. Where exactly are these buttons generated?
thanks,
r
Code: Select all
<input type="submit" name="serendipity[submit]" value="" />
Re: Comment buttons empty after update to 9.1
Posted: Thu Feb 23, 2006 10:49 am
by garvinhicking
The buttons are generated inside the commentform.tpl file. Can I see your page to see that phenomenon? Maybe the language file of yours is missing some constants?
Does your template have a config.inc.php?
Regards,
Garvin
Posted: Thu Feb 23, 2006 10:56 am
by randulo
This is interesting. Because there was no commentform.tpl in my own template, as soon as I copied the default one, things worked again.
I thought s9y looked in default if it didn't find a tpl in the current template?
Posted: Thu Feb 23, 2006 11:06 am
by garvinhicking
You updated to 0.9.1 or to 1.0?
Did you have the commentform.tpl inside the default directory? Because then things should work...?! (and they do work for me...)
Regards,
Garvin
Posted: Thu Feb 23, 2006 11:10 am
by randulo
garvinhicking wrote:You updated to 0.9.1 or to 1.0? Did you have the commentform.tpl inside the default directory? Because then things should work...?! (and they do work for me...)
Hi Garvin, I was updating from 0.8 something to 0.9.1. The commentform.tpl
is in the template/default directory. However, the button text values were blank in both languages. When I copied the .tpl over to my template directory, it worked again.