Page 1 of 1
Removal of "Back to website name" on guestbook hea
Posted: Thu Apr 28, 2005 12:07 pm
by jj
As l don't know php can you tell me what code l need to delete in order to remove the words "Back to <website name>", as this is not needed as the guestbook is going to be integrated into the website.
Justin
Posted: Thu Apr 28, 2005 4:19 pm
by Klemen
Hi,
Open gbook.php in a plain text editor like Notepad or Wordpad then use the search function to find this code:
<p align=\"center\"><a href=\"$settings[website_url]\">Back to $settings[website_title]</a>
Delete this line from gbook and you may aslo delete the | from the next line.
Regards,
Posted: Wed Jun 01, 2005 7:51 pm
by Nor7on
Open gbook.php in a plain text editor like Notepad or Wordpad then use the search function to find this code:
<p align=\"center\"><a href=\"$settings[website_url]\">Back to $settings[website_title]</a>
Delete this line from gbook and you may aslo delete the | from the next line.
add this line:
<p align=\"center\">
to:
<a href=\"gbook.php?a=sign\">Sign guestbook</a></p>
<div algin=\"center\">
look this:
<p align=\"center\"><a href=\"gbook.php?a=sign\">Sign guestbook</a></p><div algin=\"center\">