MyBB Community Forums

Full Version: Shorten links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If i post a link f.a.
[http://rapidshare.com/files/411339966/Sh....part4.rar]

on my forum you see than
http://rapidshare.com/files/411339966/Sh....part4.rar

I know that you most chance it in inc/class_parser.php

find
if(my_strlen($url) > 55)
{
$name = my_substr($url, 0, 40)."...".my_substr($url, -10);
}
and chance 55 to a higher number but this do not work with mybb16

In mybb16 there is standing alt in stead of url

Anyone any other idea?

grtz

erigo19

Lol also here the link is shorten

Anyone a idea how i can fix this problem?

grtz erigo19
You could add a plugin to shorten all links with a link shortening service