The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Preventing Line Break
Through some rather simple template modification, I moved the user title to below the post count, instead of having it right under the username like it is set up to be from the start. Now, I want it to say "Status:" and then the user's user title. I got that to work, however it automatically puts in a line break so what should look like this:
Quote:
Quote:
Thank you. |
#2
|
|||
|
|||
Please post the code...
did you use a <div> tag when calling the user title? |
#3
|
|||
|
|||
Code:
Status:<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if><if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if> |
#4
|
|||
|
|||
change your <div> tags to <span> tags...<div> adds a line break by default.
|
#5
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|