Hi,
I have an issue, i cant add custom fields to additional details of a meeting in the calendar module.
It is working in the List view of a Meeting in the meetings module, but not in the Calendar module.
What i want is to add a custom field to the additional details of a meeting in the Calendar module when you pass the mouse over.
I already added the custom field to the meeting and modified the file Root\modules\Meetings\metadata\additionalDetails.p hp
Code:
if(!empty($fields['RESULTADO_C'])) {
$overlib_string .= '<b>'. $mod_strings['LBL_RESULTADO'] . '</b> ' . substr($fields['RESULTADO_C'], 0, 300);
if(strlen($fields['RESULTADO_C']) > 300) $overlib_string .= '...';
$overlib_string .= '<br>';
}
but it doesnt seem to work.
If someone knows how to do this i would appreciate the anwer.
Kind regards,
Diego B.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks