Valter
08-28-2005, 01:26 PM
Hi people
Has anyone modified 3.5 to show full links in posts and not like this:
http://aaa.aaa.aaa/bbbbb...cccc.html
Is it possible to make a plugin for this?
Thx
EDIT: I removed line 1655 from includes\class_bbcode.php:
$text = htmlspecialchars_uni(substr($tmp, 0, 36) . '...' . substr($tmp, -14));
and now full links are shown in posts. I just want to know is it safe to remove this code?
Thanks
Has anyone modified 3.5 to show full links in posts and not like this:
http://aaa.aaa.aaa/bbbbb...cccc.html
Is it possible to make a plugin for this?
Thx
EDIT: I removed line 1655 from includes\class_bbcode.php:
$text = htmlspecialchars_uni(substr($tmp, 0, 36) . '...' . substr($tmp, -14));
and now full links are shown in posts. I just want to know is it safe to remove this code?
Thanks