30
To check that the changes that predator suggested (
https://xoops.org/modules/newbb/viewto ... id=104459#forumpost104459) have been done correctly, please find the revised version of both files below :
'notification.inc.php' file now reads :
function forum_notify_iteminfo($category, $item_id)
{
$module_handler =& xoops_gethandler('module');
$module =& $module_handler->getByDirname('newbb');
and 'post.php' now reads :
include_once 'include/notification.inc.php';
$forum_info = forum_notify_iteminfo ('forum', $forum);
This is how I understood Predators e-mail. Is this correct? Have I renamed the right things?