how to start/open with messages screen

More
11 years 11 months ago #12382 by ceeq
The program opens with de screen to fill in a new message.
Is it possible to change it so that it opens/starts with the guestbook itself (all the messages)?

Thanks.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #12383 by Pete
You must be using an older version of the guestbook, because Version 1.7.2 opens with the guestbook message list (see index.php file content):
Code:
<?php $URL="list.php?page=1&order=asc"; header ("Location: $URL"); ?>

Download the latest version and upgrade to it to resolve the issue.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #12452 by Karin
all the settings are as you put above still i dont see the messages on my guestbood page, just add entry and vieuw guestbook, so you need to click first to see the messages ( www.ckj-art.com ) can you help me fix that please?

oo btw i downloaded guestbook yesterday from the main page so that will be the newest release i suppose

thanks so much
karin

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #12453 by Pete
Hello Karin,

Your iframe is not pointing to the correct location. Try pointing your iFrame to www.ckj-art.com/guestbook/list.p ... &order=asc .

Thanks,
Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #12454 by Karin
Pete, thanks for responding so quickly :)

so i go to index.php and change
Code:
<?php $URL="list.php?page=1&order=asc"; header ("Location: $URL"); ?>

into
Code:
<?php $URL="www.ckj-art.com/guestbook/index.php/list.php?page=1&order=asc"; header ("Location: $URL");

or
Code:
<?php $URL=" http://www.ckj-art.com/guestbook/guestbook/lis ... &order=asc/list.php?page=1&order=asc"; header ("Location: $URL");

because i 've tried both and they didn't work, i don't understand what i am doing wrong can you explane to me?

thanks
karin

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #12455 by Pete
Actually, you will have to go to guestbook.html which is at www.ckj-art.com/guestbook.html .

Find this line:
Code:
<iframe src="guestbook/list.php?page=1&amp;order=asc%3F" style="border: 0pt none ;" height="650" width="100%"></iframe>

Change it to the following:
Code:
<iframe src="guestbook/list.php?page=1&order=asc" style="border: 0pt none ;" height="650" width="100%"></iframe>

This should do it for you.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.128 seconds
Powered by Kunena Forum