changing "view guestbook" page

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

changing "view guestbook" page

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:
I want to change the layout of the view guestbook page
the layout of the table where you see the comments posted, date etc.
does ANYONE know where the HTML can be found
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello Mirnot,

You will have to edit the file gbook.php (version 1.43).

Search for the tag <table to find the start of the different tables used on the different pages (sign page, view page, private post page, etcetera).
The table of the view guestbook page starts at line 781 with the first table row <tr>
The actual <table> start tag is at line 204

Code: Select all

<table border="0" cellspacing="0" cellpadding="2" width="95%" class="entries">';
Don't change to much at once if you're not very experienced. A faulty syntax in the gbook.php file has as a result that the gbook will not work.

Succes!

Greetings,
Henrie
Post Reply