News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

TrimUrl

Started by JayBachatero, August 18, 2006, 02:17:04 PM

Previous topic - Next topic

Arantor

There's no way to do it without major changes to the guts of SMF; this mod operates on the BBC parser, the BBC parser doesn't know what kind of context that content has, whether it's for display for for emails.

Which is why the CSS solution came about.

Biology Forums

Quote from: spiros on December 17, 2012, 10:44:25 AM
Attached a version for SMF 2.

Work done by Dragoon, following a paid request of mine.

Or use this css (by Antechinus)

.inner a {
   display: inline-block;
   white-space: pre;
   overflow: hidden;
   text-overflow: ellipsis;
   max-width: 24em;
   vertical-align: bottom;
}


Officially removed this mod and implemented these changes on 1.1.18, thank you.

Advertisement: