insert GB into an existing web page?
insert GB into an existing web page?
I wish to insert the GB into an existing web page, I have a certain theme and wish to maintain the overall page look, is this possible? Thanks
Re: insert GB into an existing web page?
Hello wizard1,
Short answer: Yes
Long answer:
I don't know how much you want to modify the guestbook to make it fit into your pages.
The easiest way is to just add html code the the header.txt and footer.txt files. These will be shown on the top and bottom of the page.
If you want to modify more, you can edit style.css file or any of the files in the templates/default folder (instead of editing the default template it is be advised to copy the folder to a new folder and edit that one. And than refer to the new template in the settings.php file, $settings['template']='default'; .
Greetings,
Henrie
Short answer: Yes
Long answer:
I don't know how much you want to modify the guestbook to make it fit into your pages.
The easiest way is to just add html code the the header.txt and footer.txt files. These will be shown on the top and bottom of the page.
If you want to modify more, you can edit style.css file or any of the files in the templates/default folder (instead of editing the default template it is be advised to copy the folder to a new folder and edit that one. And than refer to the new template in the settings.php file, $settings['template']='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.