Page 1 of 1

customizing the look of guestbook

Posted: Sun Apr 08, 2012 1:40 pm
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?

Re: customizing the look of guestbook

Posted: Sun Apr 08, 2012 5:41 pm
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

Re: customizing the look of guestbook

Posted: Sun Apr 08, 2012 5:54 pm
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!