customizing the look of guestbook

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
123sette
Posts: 5
Joined: Mon Mar 05, 2012 7:01 pm

customizing the look of guestbook

Post by 123sette »

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:

is there an easy way to do this or can it only be done in code?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Re: customizing the look of guestbook

Post by Henrie »

There is no visual interface to see in realtime what changes you are making.

The changes can only be made through changing code.
You can add your own header and footer to the page by adding code to the header.txt and footer.txt in the gbook folder.
Colors and fonts can be changed through the style.css file in the templates\default folder.
You can change the layout and view of the different pages by changing the template files in the templates\default

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.
123sette
Posts: 5
Joined: Mon Mar 05, 2012 7:01 pm

Re: customizing the look of guestbook

Post by 123sette »

Henrie wrote:There is no visual interface to see in realtime what changes you are making.

The changes can only be made through changing code.
You can add your own header and footer to the page by adding code to the header.txt and footer.txt in the gbook folder.
Colors and fonts can be changed through the style.css file in the templates\default folder.
You can change the layout and view of the different pages by changing the template files in the templates\default

Greetings,
Henrie
thanks for the quick answer!
Post Reply