delete date

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
mirnot
Posts: 38
Joined: Mon Aug 07, 2006 4:57 pm

delete date

Post 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?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post 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
Post Reply