Author |
Message |
22/11/2004 00:29:47
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
Hi Folks
forgive my lack of experience but can I embed the guest book into my web html page? If so what is the easiest and or recommended method?
TIA
|
|
22/11/2004 02:02:11
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
NeoisD1 wrote:Hi Folks
forgive my lack of experience but can I embed the guest book into my web html page? If so what is the easiest and or recommended method?
TIA
The recommended method is to use the search feature of the forum to find all the other threads about doing this.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
22/11/2004 11:56:31
|
Anonymous
|
I would search if I new what I was looking for.
What key words should I enter. When I said novice - I meant it. Or do you know a a link?
|
|
22/11/2004 12:08:42
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
Just went through 12 pages of information using serach engine and found zilch
anyone have any ideas?
|
|
22/11/2004 13:32:01
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
This thread is still on page one. You can tell by the title it is the same question as yours:
How can I integrate my guestbook into an existing site?
http://proxy2.de/forum/viewtopic.php?t=3863
This is also on page one. It seems like it would be a good place to look for modifications:
Advanced Guestbook Fixes and Mods
http://proxy2.de/forum/viewtopic.php?t=3563
A simple search of "Embed AND Guestbook" returns half a dozen threads on this subject.
|
|
22/11/2004 15:16:21
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
thanks have book marked and will work thourhg them.
|
|
23/11/2004 01:12:44
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
I managed to get the php page to appear within my html page but the images were missing and the links did not work on the guestbook. It appeared the shortcuts were pointing to the root of the dite and not the root of the guestbook folder. ANy ideas?
|
|
23/11/2004 04:30:47
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Did you set your base url in the admin/config.inc.php file? Look in the topic Advanced Guestbook Fixes and Mods and find the instructions for the admin/config.inc.php file.
|
|
23/11/2004 12:15:37
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
Seem to be getting there - pictures now visible
last bit seems to be the url hyperlinks
Instead of going to . . .
http://www.mysite.com/guestbook/addentry.php
they are point to
http://www.mysite.com/addentry.php
I have the base url set to
http://www.mysite.com/guestbook
and the files are stored there too excpet fot the html page with the include - that is in http://www.mysite.com
hope that makes sense?
|
|
23/11/2004 21:47:16
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Change www.mysite.com to you actual domain if you haven't already.
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
23/11/2004 21:54:35
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
and the files are stored there too excpet fot the html page with the include - that is in http://www.mysite.com
This sounds like a problem. If what you are saying is true, that would be your home page. Your guestbook should not be included on your home page.
Post a link to your site if you still need help.
|
|
23/11/2004 23:32:35
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
yes have changed my site etc
and no is not on my index page is on a page called guestbook which resides in the root directory of the web not the guestbook directory
|
|
23/11/2004 23:38:56
|
amber222
Graduate
Joined: 07/05/2004 21:13:07
Messages: 586
Offline
|
Well I'm sure that's your problem. The initial guestbook page and addentry.php are supposed to be in the same directory. That's why it's looking for addentry.php in your root. Your guestbook page is supposed to be index.php and should be in the guestbook's directory along with all the other guestbook files it needs.
|
|
24/11/2004 07:43:04
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
Ok I was hoping I could change it - ok will move the file to same directory.
|
|
24/11/2004 07:47:34
|
NeoisD1
Beginner
Joined: 22/11/2004 00:21:52
Messages: 10
Offline
|
Okey doke you were spot on - page and link works. Many thanks.
When I click on sign the guest book it takes me out of my page though.
Is there a way I can keep the signing part within my html page too?
|
|
|