adding a popup window message on post comment

Permalink
When guests sign the guestbook their comments do not appear immediately as I have selected to approve them first (filtering inappropriate language). I have posted a note in the right hand column of my page stating that their comments will be reviewed and after approval their comments will appear. That turns out to be to passive.

How do I configure a popup window with a message stating the same when they press post comment?

How do I configure a workflow so that everytime a comment is posted I receive email notification that a new comment has been posted.

jmdemers
 
enlil replied on at Permalink Reply
enlil
You could always edit your guestbook/view.php file and at the bottom of it before the last closing div and after the closing form tag insert something like this:
<?php echo t('Comments visible upon approval'); ?>

which would place the statement much closer to the submit button, bringing closer attention to it.

As for the emails, you should be able to enter your email address in the add/edit dialogue and begin receiving emails every time someone posts to it.
jmdemers replied on at Permalink Reply
jmdemers
Thanks Enlil,

The view.php solution is a good option. Thanks.

Added my email address to the dialog box "Notify Email on comment" in the Edit Guestbook/Comment form.

Now I wonder if I will be able to "internationalize" this so that this text gets translated for the french guestbook?

How can posted comments appear in both guestbooks?
https://j-mdemers.ca/en/about/guestbook...
https://j-mdemers.ca/fr/propos/registre/...

JM