EventEditedPre and News?
Posted: Tue Oct 06, 2020 6:35 pm
Hi I am trying workout how would use EventEditedPre and how would do with News module.
for example with ContentEditPre I have
How would do this for the Calendar EventEditedPre and Also I couldnt see a NewEditedPre?
For me I think its more important that I can do this with News and the Calendar as they get updated more frequent by the admin users.
Thank you guys.
for example with ContentEditPre I have
Code: Select all
$content_obj =& $params['content'];
$text = $content_obj->GetPropertyValue('content_en');
$newcontent = CleanHtml($text);
$content_obj->SetPropertyValue('content_en',$newcontent);
For me I think its more important that I can do this with News and the Calendar as they get updated more frequent by the admin users.
Thank you guys.