6
the latest release 3.20 . two bugs
1- Anonymous can not add msg even if you enable it .
Simple fix : open xfcreate.php change line 154
if ('' == $_POST['uman']) {
to
if ('' !== $_POST['uman']) {
2- if you disable email asking . it will keep asking to insert your email anyway
sorry do not have time to investigate this one ..