'Awaiting approval' message not showing up

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
itsmir
Posts: 4
Joined: Sun Mar 25, 2012 9:01 am

'Awaiting approval' message not showing up

Post 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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: 'Awaiting approval' message not showing up

Post 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']
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
itsmir
Posts: 4
Joined: Sun Mar 25, 2012 9:01 am

Re: 'Awaiting approval' message not showing up

Post by itsmir »

Super - all sorted now.

Thanks for your help Klemen :D
Post Reply