Script URL:
Version of script: 1.7
Hosting company: itsmirhosting.co.uk
URL of phpinfo.php: http://www.itsmirhosting.co.uk/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution: approval message
Write your message below:
Hi there,
Am building a gbook (in an iframe) here: http://www.whitenightevents.nl/test/forfans.html Entries are set to be approved before posting which works correctly however the 'Thank you. Your entry has been submitted for approval.' message does not appear and the user is taken back to the guestbook.
I've made sure I have the latest files and checked settigs.php numerous times all to no avail.
Any advice would be much appreciated.
Thanks in advance
Miriam
'Awaiting approval' message not showing up
Re: 'Awaiting approval' message not showing up
You either have this code missing in overall_header.php template file.
Or this language variable missing in the language file: $lang['t85']
Code: Select all
<!--NOTICE -->
<?php
if (isset($settings['notice']) && !empty($settings['notice']))
{
echo '<div class="gbook_sign_notice">'.$settings['notice'].'</div>';
}
?>
<!--NOTICE END -->
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: 'Awaiting approval' message not showing up
Super - all sorted now.
Thanks for your help Klemen
Thanks for your help Klemen
