The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adjust the size of the user title in postbit legacy?
Ahh, annoying simple question. I feel all new to this again, since the vb4 release.
I'm doing this: Finding: Code:
{vb:raw post.musername} Code:
<font size=+1">{vb:raw post.musername}</font> |
#2
|
||||
|
||||
You was missing a "
Code:
<font size="+1">{vb:raw post.musername}</font> |
#3
|
|||
|
|||
Still don't work.
|
#4
|
||||
|
||||
I didn't check if it worked I just fixed the missing " LOL
Code:
<span style="font-size:larger;">{vb:raw post.musername}</span> |
#5
|
|||
|
|||
I'll try it now.
--------------- Added [DATE]1260671380[/DATE] at [TIME]1260671380[/TIME] --------------- Still doesn't work. :s |
#6
|
||||
|
||||
Worked for me.
|
#7
|
|||
|
|||
Code:
<div class="postdetails"> <div class="userinfo"> <div class="username_container"> <vb:if condition="$post['userid']"> {vb:raw memberaction_dropdown} {vb:raw post.onlinestatus} <vb:else /> <span style="font-size:larger;">{vb:raw post.musername}</span> </vb:if> </div> I don't think it worked? What's up with that. |
#8
|
||||
|
||||
Are you editing the correct template because I don't even see that in your source code.
|
#9
|
|||
|
|||
postbit_legacy?
|
#10
|
||||
|
||||
In the correct style? I just looked and do not see the code I posted above in the source.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|