Page 1 of 1

How do I remove the 'Website' heading from the notification

Posted: Tue May 20, 2014 4:52 pm
by Annie
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.

Re: How do I remove the 'Website' heading from the notificat

Posted: Tue May 20, 2014 8:23 pm
by Klemen
Try deleting this code from gbook.php file (twice):

Code: Select all

$message.= "$lang[t19] $url\n";

Re: How do I remove the 'Website' heading from the notificat

Posted: Tue May 20, 2014 9:48 pm
by Annie
Many thanks. That's done the trick.