MyBB Community Forums

Full Version: Max characters in last post thread title/last post info?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks buddy I am really bad at PHP but I am really willing to learn Smile
(2014-05-26, 06:33 PM)marcus123 Wrote: [ -> ]Thanks buddy I am really bad at PHP but I am really willing to learn Smile

Well keep learning buddy php is good to know Smile I would start making plugins But I have no clue what to do. Most of the ideas are taken xP
If you dont mind supporting only modern browsers then the css3 ellipse property would work:

#myDIV
{
overflow:hidden;
text-overflow:ellipsis;
}
Pages: 1 2