Script URL: www.zydegonutz.nl
Version of script: 1.6
Hosting company: Hosting2Go
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: date, date field
Write your message below:
I would like the date and time on one line, but don't know where to change it.
Now it's breaking in a funny way.
Don't mind if the word Toegevoegd is not present.
Date and time on one line
Hallo Jomar,
At first, my advise is to upgrade to version 1.7 (in case you missed that there is a new version).
As for your answer:
Open the file gbook.php in a suitable editor.
Find the following lines (2 times, once for private messages and once for the public messages)
and change it to
Greetings,
Henrie
At first, my advise is to upgrade to version 1.7 (in case you missed that there is a new version).
As for your answer:
Open the file gbook.php in a suitable editor.
Find the following lines (2 times, once for private messages and once for the public messages)
Code: Select all
<td style="width:50%" class="smaller">'.$lang['t31'].' '.$added.'</td>
<td style="width:50%; text-align:right">
Code: Select all
<td style="width:75%" class="smaller">'.$lang['t31'].' '.$added.'</td>
<td style="width:25%; text-align:right">
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
This code is placed inside the gbook.php file and changes the layout. So the change should be visible the next time the guestbook is viewed.
Changes that are only available when the next entry is added are changes that are stored in the entries.txt file where the data of the entries are stored.
Greetings,
Henrie
PS. I might just take you up on that offer
Changes that are only available when the next entry is added are changes that are stored in the entries.txt file where the data of the entries are stored.
Greetings,
Henrie
PS. I might just take you up on that offer

I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Hi Jomar,
Did you make the change yet? I could not see a change on your guestbook.
Remember, you have to make the change twice, once for the private messages and once for the public messages.
Greetings,
Henrie
Did you make the change yet? I could not see a change on your guestbook.
Remember, you have to make the change twice, once for the private messages and once for the public messages.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
I thought it would be something like that.
It happened to me too, when i wanted to see how i could change it. Wondering why it did not change immediately. then i remembered that the private messages part is first found in the gbook.php
But most important is, you have got it working now.
Greetings,
Henrie
When i will be visiting the Harleyday next year, i will contact you first
(if i don't forget)
It happened to me too, when i wanted to see how i could change it. Wondering why it did not change immediately. then i remembered that the private messages part is first found in the gbook.php

But most important is, you have got it working now.
Greetings,
Henrie
When i will be visiting the Harleyday next year, i will contact you first

I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.