Comment buttons empty after update to 9.1

Having trouble installing serendipity?
Post Reply
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Comment buttons empty after update to 9.1

Post 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="" />
Last edited by randulo on Thu Feb 23, 2006 10:50 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Comment buttons empty after update to 9.1

Post 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
# 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/
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# 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/
randulo
Regular
Posts: 141
Joined: Thu Jul 21, 2005 10:28 am

Post 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.
Post Reply