The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Thanks alot Xplorer4x4, i have increased the links to allow up to 400 chars in this "patch" before getting wrapped.
Its actually just a number changed from 55 to 400 instead. Since im far from being a coder, i tried to use common sense, and it says: Code:
// under the 55 chars length, don't wordwrap this ![]() Find Code:
$tmp = unhtmlspecialchars($rightlink); if (vbstrlen($tmp) > 55 AND $this->is_wysiwyg() == false) Code:
$tmp = unhtmlspecialchars($rightlink); if (vbstrlen($tmp) > 400 AND $this->is_wysiwyg() == false) I hope this thread is somewhat usefull for some. At least it fixed the issue for me. Thanks again :up: your the best! |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|