if (vbstrlen($tmp) > 55 AND $this->is_wysiwyg() == false)
{
$text = htmlspecialchars_uni(substr($tmp, 0, 36) . '...' . substr($tmp, -14));
}
if (vbstrlen($tmp) > 80 AND $this->is_wysiwyg() == false)
{
$text = htmlspecialchars_uni(substr($tmp, 0, 61) . '...' . substr($tmp, -14));
}
Smeker said:However, showing only short links can save your ass from leechers.
xzdQITW3l said:I started this thread, and I am kicking you in the balls now. I didn't ask if you thought it was a good idea or not. You mods can get angry at me, but you all started picking on me because you just don't know me, no other reason.