Quote:
Originally Posted by Lynne
You didn't do what post 7 said to do. It said nothing about ==1, it said > *a big number*
|
Thank you, man i did it
Quote:
b) Changed only value of maximal chars.
|
but it still did not worked.
Im pasting what i have:
Code:
if (!trim($link) OR $text == $rightlink)
{
$tmp = unhtmlspecialchars($text);
if (vbstrlen($tmp) > 500 AND $this->is_wysiwyg() == false)
{
$text = htmlspecialchars_uni(vbchop($tmp, 36) . '...' . substr($tmp, -14));
}
}
When i post new post with long link ~200 chars, its still shortened.
PS: i have vbseo, but did not found any setting for this