The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi! Vbulletin automaticaly make all the links as short.
For example, PHP Code:
PHP Code:
|
#2
|
|||
|
|||
![]()
I've been searching the interweb for almost 2 days now and have not been able to find anything related to this issue.
Could anyone be so kind and tell me this too, as im also looking for a solution. Best regards, Karmian |
#3
|
||||
|
||||
![]()
Are you talking about how it shows up in a post? It is only shortening what you see, it isn't actually shorting the link when you click it.
|
#4
|
|||
|
|||
![]()
Yes, i want the complete URL to show up inside the post, not shortened, since people with download managers should be able to copy / paste the links instead of having to "right click" -> "copy shortcut" for every single link if there's 20 of them
![]() |
#5
|
|||
|
|||
![]()
Karmian, I have exactly the same problem. Thank you for make this thread up
![]() |
#6
|
|||
|
|||
![]()
Well I havent figured it out but I can tell you this much, it has something to do with lines 1770-1811 in includes/class_bbcode.php
|
#7
|
|||
|
|||
![]()
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! |
#8
|
|||
|
|||
![]()
I know this is old now - but does anyone know of a way to do this?
I don't appear to find any template with the above code in it (though I'm noob and I guess I might be looking wrong. I'm assuming this advice was for an earlier version, and I'll need to look elsewhere to make the adjustment for v3.72 Any comments pointers or help you can give would be very gratefuly recieved! |
#9
|
||||
|
||||
![]() Quote:
|
#10
|
|||
|
|||
![]()
Thank you Lynne for pointing it out! I didn't have access to the server at the time, but now I have I've found and editted the file and can confirm this works 100% fine.
Thank you all! |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|