Page 1 of 1

Text Submit doesn't show

Posted: Tue May 18, 2010 1:15 pm
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

Posted: Tue May 18, 2010 2:54 pm
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';

Posted: Tue May 18, 2010 2:59 pm
by zolon
Oh my god, that was fast!
And it worked! Super!
Problem solved :P

Thanks a million :D