If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Adding Guestbook to a frame  XML
Forum Index » Support Forum
Author Message
wayman
Newbie

Joined: 06/08/2004 12:16:22
Messages: 3
Offline

Hi all,

This will no doubt be a simple one to all you experts.

I am using NetObjects (still debating the choice) and want to put the guestbook in one of the frames.

Please enlighten me on how I do this
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Just put the guestbook as the frames source.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
wayman
Newbie

Joined: 06/08/2004 12:16:22
Messages: 3
Offline


Sorry confused everyone. The site is actually using tables with css.
www.wayneswinewithfood.com.au
wayman
Newbie

Joined: 06/08/2004 12:16:22
Messages: 3
Offline

If you do look at the site you will find the link to the guestbook at the bottom of the page. Currently it looks just like the standard guestbook but I want to have it match the formating of the rest of the site.
JTD
Graduate

Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline

Then you might want to follow along in this thread.
http://proxy2.de/forum/viewtopic.php?t=3460

LINK-> Use Lazarus Guestbook
[WWW] [Yahoo!] aim icon [MSN]
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Sounds like you either need to use frames (yuck) or a quick lesson in the use of includes. On a different track I suggest not using jpg's for your roll over menu images due to the jpg artifacts you get.

Anyway since includes have come up a lot I'm going to right a simple 6 webpage demo of how they work. I'll put something on here once it's done.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
mastersmurfie
Beginner

Joined: 26/06/2004 22:22:42
Messages: 14
Offline

Carbonize wrote:Sounds like you either need to use frames (yuck)


What's wrong with frames? I use them at our site www.faithtabernacleupc.net and no complaints yet . And it gives the site a more uniform "appearance". (guestbook link at the top...)

mastersmurfie
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Most web designers don't like frames. For one thing search engines have a nasty habit of linking to the framed pages and not the main page and so do other people. There is also the issue of not all browsers supporting frames.

Just to add that your cross browser marquee script in the top frame doesn't want to work in my Firefox.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Try this. I had a look at what you were using and noticed it differed from the one on dynamic drive.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
mastersmurfie
Beginner

Joined: 26/06/2004 22:22:42
Messages: 14
Offline

@carbonize...

Thanks for the tip about the marquee...(I changed it)

As for the frames on the site, I realize all those things, but this one is just a local small town site-not concerned with search engines being able to find it (yet), and I'm still very much a novice when it comes to webpage design. Maybe someday down the road, I'll change it.

Anyways, thanks again for the updated code.

mastersmurfie
Anonymous



I just wanted to take a minute and thank all those that man this forum!! I'm totally winging my way through this and have spent hours reading all the fab tips and tricks here - making me look like a pro!

I just spent some time searching for a thread that I can't find now but wanted to share how I integrated the guestbook into a site. It was quick and easy and seems to work nicely. Someone else here recommended this but I can't find the thread to thank them.

In guestbook, I changed addentry.php and index.php to addentry2.php and index2.php.

Then I uploaded my templates to the same directory and named them index.php and addentry.php AND I called the original files where I wanted the GB to appear.

The path I used for my includes (my site uses alot of includes) was
home/username/public_html/includes/file.php

I had to change all my on site links to the full path;
http://www.site.com/includes/file.php
as nothing else seemed to work right.

I also changed some of the GB wording in lang/english.php
For example, the sentence, "sign the guestbook and you'll be returned...."

And the GUESTBOOK image I took out via the templates/body.php
file. I just removed the <img src="$GB_PG[base_url]/img/gbook.gif...etc>
Of course saving the file first in case of a problem.

If anything I'm doing is blatantly WRONG..please please shout out but so far everything is testing fine and working - though it's brand spanking new and no records in the GB yet.

I just figured I'd share what I did in case some helpless newbie like myself could use it.

Here's the site I did this on;
www.janglingsparrows.com
Lauren
Anonymous



Anonymous wrote:Then I uploaded my templates to the same directory and named them index.php and addentry.php AND I called the original files where I wanted the GB to appear.

The path I used for my includes (my site uses alot of includes) was
home/username/public_html/includes/file.php


Just wanted to clarify.....when calling the addentry2.php I used the following;

<?php include("addentry2.php"); ?>

The includes I was talking about above with the path were for my site template.

Hope I didn't confuse.
Lauren
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum