Script URL: http://www.bibleversusconstitution.com/ ... ition.html
Version of script: 1.7
Hosting company: ipower
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Is it possible for me to add a footer and a header to the email that notifies when the Guest book has been signed?
Thanks - Charlie
Can I add a header / footer to email notification
Re: Can I add a header / footer to email notification
Hello Charlie.
Yes it is possible.
The most easy is to add text to the language.inc.php file text strings and
Or if you want more freedom in layout you can change code in the gbook.php file.
For the approval e-mail, the message code starts at line 939 (26 lines below /* Manually approve entries? */ code).
For the regular notification e-mail the message code starts at line 977.
Greetings,
Henrie
Yes it is possible.
The most easy is to add text to the language.inc.php file text strings
Code: Select all
$lang['t43']='Someone has just signed your guestbook!'; // <-- This is text inside e-mail
Code: Select all
$lang['t46']='End of message';
For the approval e-mail, the message code starts at line 939 (26 lines below /* Manually approve entries? */ code).
For the regular notification e-mail the message code starts at line 977.
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Re: Can I add a header / footer to email notification
Hi Henrie - Thanks for responding. I'm sorry I wasn't more specific. As footers / headers, I was wanting to add an image, not text. Is this possible?
Thanks - Charlie
Thanks - Charlie
Re: Can I add a header / footer to email notification
I'm afraid not, because emails are sent as plain text and not as HTML so adding images in to supported.
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