Author |
Message |
|
Thanks for your help.
I have tried, but it doesn't work. Ok, I am a Newbie and it's too complicate for me changing all these things.
Now I think about Lazarus.
|
|
|
Thank you so much for your reply, Carbonize.
I know, I'm too pedantic, but it don't look great having different pages for the specific errors.
I have tried to change in add.class.php, but something goes wrong.
Could you explain me, where and what I need to edit?
Thanks a lot.
|
|
|
Hi all (and Carbonize),
Me again:
I have used the FAQ and the 'Search' and I could find, how to change the Email-Field into a required field. So far so good. It works almost fine.
But I couldn't find something about this: The Error page is opening up instead of a pop up (like the Name-error).
This I have added in form.php:
function checkForm() {
document.book.gb_email.value=trim(document.book.gb_email.value);
document.book.gb_comment.value=trim(document.book.gb_comment.value);
if(document.book.gb_email.value == "") {
alert("$LANG[ErrorPost12]");
document.book.gb_email.focus();
return false;
}
Could someone explain a Newbie in detail, what I should do?
Thank you so much for your help.
Andrea
|
|
|
add.class.php is spot-on.
Thanks a lot, Carbonize
|
|
|
Hi all,
where and how do I remove the page after signing the guestbook. I mean the page with "Thank you for signing...". I like to go directly to the guestbook without this page.
Thanks for your answers.
Andrea
|
|
|
Hello Carbonize,
thank you so much for your prompt reply.
Andrea
|
|
|
Hi all,
today I have installed the AG and it's really a great guestbook and all works fine. But now I have a little problem. My guestbook is in English language, but the button of the picture-upload (Sign the guestbook) has the caption "Durchsuchen". How and where can I change that. I want to change this in "Browse". Since hours I search this file, but I can not find it. Please help me.
Many thanks for your answers.
Andrea
|
|
|