Page 1 of 1

'Awaiting approval' message not showing up

Posted: Sun Mar 25, 2012 9:14 am
by itsmir
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

Re: 'Awaiting approval' message not showing up

Posted: Sun Mar 25, 2012 2:04 pm
by Klemen
You either have this code missing in overall_header.php template file.

Code: Select all

<!--NOTICE -->
<?php
if (isset($settings['notice']) && !empty($settings['notice']))
{
	echo '<div class="gbook_sign_notice">'.$settings['notice'].'</div>';
}
?>
<!--NOTICE END -->
Or this language variable missing in the language file: $lang['t85']

Re: 'Awaiting approval' message not showing up

Posted: Sun Mar 25, 2012 7:36 pm
by itsmir
Super - all sorted now.

Thanks for your help Klemen :D