MyBB Community Forums

Full Version: More text in Username Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So when i used a long username style for my admins, they didn't work. I checked to see why and it turned out that some of the text is getting cut off from the end of the username style. Is there any way to increase the size, or bypass it? Thanks
Edit: Just tried to edit it through phpmyadmin and got this error
Warning: #1265 Data truncated for column 'namestyle' at row 1
Edit 2: just found a way to do it through css.
(2011-05-11, 08:59 PM)Damion Wrote: [ -> ]
(2011-05-11, 09:10 AM)kjmh Wrote: [ -> ]how to increase the length of the text in username style
default max length is 200!

sorry my english not good!

<span class="user-admin">{username}<img src="img url here"></span>

In global.css
.user-admin {
/* You can put as much styling as you need here.
}

Hope this helps.
Is there anyway to just increase the max char length for the username styles, or is it always going to be 200?
Actually, using a CSS class to style username may be the best way to go.