Author |
Message |
10/01/2004 07:33:35
|
Anonymous
|
Howdy
There is a headline above the table containing the guestbook form that says, simply:
Sign the Guestbook
I want to remove it, but I'm not finding the addentry.php file as easy to edit as index.php - too much of a php noivce.
Where can I find this headline so I can remove it?
Tanx
P3
|
|
11/01/2004 23:30:50
|
awhfy99
Newbie
Joined: 11/01/2004 13:40:40
Messages: 2
Location: Texas
Offline
|
Look in LANG folder, pick whever you are using (probably english.php). line $LANG["BookMess6"] "XXXXXXX"; is where it is at. It also effects the text (in bold type) above it.
|
|
12/01/2004 02:22:02
|
Anonymous
|
Thanks for enlighting me on its location. I remove the words "Sign the Guestbook" form the quotation marks saved it on the server and refreshed my page. It still shows up on my page. Went as far as removing the entire string:
$LANG["BookMess3"] = "Sign the Guestbook";
Saved it to the server and confirmed the server copy is missing this string. Still displays "Sign the Guestbook" on the page - even after refreshing.
Weird.
Don't suppose you know which file has the code to call that string - do you?
Thanks
Brian
|
|
|