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 
editing advanced guestbook indx php  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello,
I have successfully installed the guestbook, www.newcityfellowship.com/guestbook1
but as it is for my church, I need to change the greeting that says "thank you for stopping by my site". I cannot find the html page to edit. Can someone advise me?
Thank you,
Linda
Anonymous



linda gutherie wrote:Hello,
I have successfully installed the guestbook, www.newcityfellowship.com/guestbook1
but as it is for my church, I need to change the greeting that says "thank you for stopping by my site". I cannot find the html page to edit. When I "view source" I see the html, but on my server all the index php shows is
<?php
$include_path = dirname(__FILE__);
require_once $include_path."/admin/config.inc.php";
require_once $include_path."/lib/$DB_CLASS";
require_once $include_path."/lib/vars.class.php";
require_once $include_path."/lib/template.class.php";
require_once $include_path."/lib/gb.class.php";

$gb = new guestbook($include_path);
$entry = (isset($HTTP_GET_VARS["entry"])) ? $HTTP_GET_VARS["entry"] : 0;
$entry = (isset($HTTP_POST_VARS["entry"])) ? $HTTP_POST_VARS["entry"] : $entry;
echo $gb->show_entries($entry);
?>

Can someone advise me?
Thank you,
Linda
Hawkslayer
Beginner

Joined: 26/10/2002 16:00:35
Messages: 42
Location: Georgia USA
Offline

You need to edit the /lang/english.php file.

Hawkslayer

http://www.fuchsialand.co.uk
[WWW] [ICQ]
LindaGutherie
Newbie

Joined: 27/08/2003 23:08:30
Messages: 1
Location: Tennessee, USA
Offline

The ONLY file I didn't search for code to edit - thanks a zillion,
Linda

Linda Gutherie
[WWW] [Yahoo!]
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum