Page 1 of 1

changing "view guestbook" page

Posted: Wed Aug 09, 2006 9:56 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:
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

Posted: Fri Aug 11, 2006 8:27 pm
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