Hi - anyone know where to limit the lenght of the event description in the all events list?
As it is now, whole description is displayed in the events list no matter how long it is...
Well, I can always remove it from Bxdolevents.php L. 662-664:
<div class="cls_res_info_p">
{$sDescriptionC}: <div class="clr3">{$sDescription}</div>
</div>
However, would like a function to limit lenght of {$sDescription} if possible