MyBB Community Forums

Full Version: "Last post" Member Name too long
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Similar to this thread;
http://community.mybb.com/thread-134215.html

Though I want to limit the viewing on the index page of the last posters name to lets say only 10 characters.

How would we do this?

Thanks Smile


Like this:

FooFigh...
Truncating a user's name is very, very strange. You should just increase the width of the column or decrease the max username length.

If you're set on this, an overflow: hidden; with a gradient image would look OK, probably.
Thanks brad, I was just hoping I could achieve it like my example for my name...

"Foofighter"

Have the maximum set to 7 so my name in last post on index page would look like;

"Foofigh..."

Huh
Anyone else know how to make this work effectively?
(2013-03-05, 11:53 PM)FooFighter Wrote: [ -> ]Anyone else know how to make this work effectively?

good question i am also wondering to Cool
(2013-03-06, 08:23 AM)AmatureDJ Wrote: [ -> ]
(2013-03-05, 11:53 PM)FooFighter Wrote: [ -> ]Anyone else know how to make this work effectively?

good question i am also wondering to Cool

I'm still in need of this Smile

Thanks
Wrap the name in a div with overflow hidden. Problem solved Big Grin
Just won't be super pretty.