Comment to Add link in timeline crop / in the end.
-
Hello Rocco !
The inserting link is processed via the method actionAddAttachLink in the modules\boonex\timeline\classes\BxTimelineModule.php and the end slash is dropped by this part there:
$sUrl = bx_process_input(bx_get('url'));
you may change it to:
$sUrl = bx_process_input(bx_get('url'), BX_DATA_HTML);
But it would not so good for the safety.