Text Submit doesn't show

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
zolon
Posts: 4
Joined: Tue May 18, 2010 12:34 pm

Text Submit doesn't show

Post by zolon »

Script URL:www.stefannyman.se/gbook/gbook.php
Version of script:1.7
Hosting company:Surftown
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:Reading and serching every post

Write your message below:
Hello,
I have a little problem. The text "Submit" doesn't show up on the button on write/post comment page. But the text show up on the button when admin wants to remove a post or read a private message.
I've been looking in the script and it seems that [t29] is missing...
Can someone help me out?

Thanks for the best guestbook ever! :)

//zolon
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Actually it's $lang['t88'] that seems to be missing, you probably have the language file from before 25th November 2009 and the template from after that date (as it was changed on 25th Nov).

Try adding this line to the bottom of your language.inc.php file, just before the ?> tag:

Code: Select all

$lang['t88']='Submit My Comment';
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
zolon
Posts: 4
Joined: Tue May 18, 2010 12:34 pm

Post by zolon »

Oh my god, that was fast!
And it worked! Super!
Problem solved :P

Thanks a million :D
Post Reply