Add link in timeline crop / in the end.
Hello more sites do not have redirect and say 404 (500) how to fix that?
-
- · Will Monte
- ·
Have you informed your hosting about this, could be a server issue.
-
- · Rocco
-
·
In reply to Will Monte
- ·
I test it on una.io that is una script problem(
-
- · Will Monte
-
·
In reply to Rocco
- ·
Oh i see
-
-
·
LeonidS
- ·
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.
-
·
LeonidS