Page 1 of 1

delete date

Posted: Wed Aug 09, 2006 10:00 pm
by mirnot
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when searching for a solution:

Write your message below:
How do i take the "date" out of the script
so you dont see it at all in the guestbook?

Posted: Fri Aug 11, 2006 8:13 pm
by Henrie
Hello Mirnot,

In GBook version 1.43 change the following:

In the file gbook.php change in lines 465 and 819

Code: Select all

<td width="50%" align="left"><font class="smaller">Added: '.$added.'</font></td>
to

Code: Select all

<td width="50%" align="left"></td>
Greetings,
Henrie