18
first, i would like to thanks sbruchet for bringing this module to us. i do hope you will continue working and improving this module.
i start to review and implement this module.
i found one issue so far, the submitter can not enter the recipe content in the submit form. i found that it is because in the iclude/storyform.inc.php file, it's been set as follow:
//If admin -> if submit privilege
if ($approveprivilege) {
$sform->addElement(new XoopsFormDhtmlTextArea(_AM_EXTEXT, 'bodytext', $bodytext, 15, 60, 'bodytext_hidden'), false);
}
only the ones that have approval privilege who can enter the recipe content??
i fix it by dropping the: if ($approveprivilege) command.