You need to copy the onEventCreate function from inc/classes/BxDolTwigModule.php and place it in modules/boonex/groups/classes/BxGroupsModule.php then add the line of code as shown below :
function onEventCreate ($iEntryId, $sStatus, $aDataEntry = array())
{
if ('approved' == $sStatus) {
$this->reparseTags ($iEntryId);
$this->reparseCategories ($iEntryId);
}
$this->_oDb->joinEntry($iEntryId, $this->_iProfileId, true);
if (BxDolModule::getInstance('BxWmapModule'))
BxDolService::call('wmap', 'response_entry_add', array($this->_oConfig->getUri(), $iEntryId));
$this->_oDb->createForum ($aDataEntry, $this->_oDb->getProfileNickNameById($this->_iProfileId));
$oAlert = new BxDolAlerts($this->_sPrefix, 'add', $iEntryId, $this->_iProfileId, array('Status' => $sStatus));
$oAlert->alert();
}
This is just one of the many improvements I added in the Premium Groups mod.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz