The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
how do you make it so that way the username doesn't wrap when using more then 12 characters? is there a way to extend that and make it longer so my 12 character username doesn't end up like this
Save The Queen because my username on my forum is Save The Queen and it wraps it drops the queen down underneath and i don't want that. i'd like to to flow all the way across |
#2
|
||||
|
||||
![]()
In your postbit template, you need to wrap the username variable with no wrap attributes.
|
#3
|
|||
|
|||
![]()
lol and how do you do that?
|
#4
|
||||
|
||||
![]()
Find:
Code:
$post[username] Code:
<span style="white-space: nowrap;"> Code:
</span> |
#5
|
||||
|
||||
![]()
I thought they stopped using the white-space and went to nowrap="nowrap", although I see both of them in the templates.
|
#6
|
||||
|
||||
![]()
Both work, my way is using CSS and your method is just using HTML attributes. I prefer CSS BTW
![]() |
#7
|
|||
|
|||
![]()
hmm didn't work at all.. you're more then welcome to come to my forum and show me how.. because i did it like you said only there is like 32042903 spots that say $post[username]
so which one is the right one? |
#8
|
||||
|
||||
![]()
Well, as in my post (first one), I said to edit the postbit (or postbit_legacy, depending on which you use).
![]() |
#9
|
||||
|
||||
![]()
Which one is vb going to, do you know? They have it both ways in the templates. I agree, CSS is the better way to go.
|
#10
|
||||
|
||||
![]()
I have no idea which way vBulletin is going (I'm not a dev
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|