Script URL: Gbook
Version of script: 1.7
How do I remove the 'Website' heading from the notification emails? I haven't included the website field in my guestbook so I don't want this entry to appear in the email, particularly the one the person who signs the guestbook gets.
How do I remove the 'Website' heading from the notification
Re: How do I remove the 'Website' heading from the notificat
Try deleting this code from gbook.php file (twice):
Code: Select all
$message.= "$lang[t19] $url\n";
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Re: How do I remove the 'Website' heading from the notificat
Many thanks. That's done the trick.