Removal of "Back to website name" on guestbook hea

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jj

Removal of "Back to website name" on guestbook hea

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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,
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Nor7on

Post 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\">
Post Reply