The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
It DO NOT works!!!!
In includes/class_bbcode.php i have: if (vbstrlen($tmp) == 1 AND $this->is_wysiwyg() == false) { $text = htmlspecialchars_uni(vbchop($tmp, 36) . '...' . substr($tmp, -14)); } a) I even commented + deleted out whole if{} b) Changed only value of maximal chars. Deleted cache. Newly added long links are still shortened! WHY?! |
#12
|
||||
|
||||
![]()
You didn't do what post 7 said to do. It said nothing about ==1, it said > *a big number*
|
#13
|
|||
|
|||
![]() Quote:
Quote:
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)); } } PS: i have vbseo, but did not found any setting for this |
#14
|
||||
|
||||
![]()
Disable all modifications on your site and then see if it works.
Also, did you change that code *every place* where it is in that file (at least 3 places)? |
#15
|
|||
|
|||
![]()
Im sorry for my ignorance Lyne, i did not thought there could be more locations in file. Now fixed
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|