The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do I make the user names big (like in every thread in this forum), WITHOUT changing the size in the main Forum home page under Currently Active Users?
I was able to color them. Thanks! |
#2
|
||||
|
||||
![]()
Goto,
Style Manger > Postbit Templates > postbit Find: Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> Code:
<b><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></b> Code:
$post[musername] </if> Code:
<b>$post[musername] </b> </if> ![]() |
#3
|
|||
|
|||
![]()
Thank you, but it did not work.
The usernames did not change in size ![]() I even tried it in the Postbit Legacy. I have vb 3.6.4 |
#4
|
||||
|
||||
![]()
Here is the way to make your font bigger.
Goto, Style Manger > Postbit Templates > postbit Find: Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a> Code:
<font size=5><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font> Code:
$post[musername] </if> Code:
<font size=5>$post[musername] </font> </if> |
#5
|
||||
|
||||
![]()
<font size=#>
|
#6
|
|||
|
|||
![]()
I do not know why it is not working.
When I replaced those codes this time, here is what happens- The line that is normlly underneath the username is moved and it now underneath the group name. This happens under POSTBIT. I changed the code exactly the same in POSTBIT LEGACY but nothing happened there either. Here is what my code in the POSTBIT template looks like right now after the adjustment- Quote:
Did I do something wrong? |
#7
|
||||
|
||||
![]()
Maybe you should try
HTML Code:
<font size="5">
|
#8
|
|||
|
|||
![]()
For whatever reason, that still did not help. I have this in botht the POSTBIT and POSTBIT LEGACY
Quote:
|
#9
|
||||
|
||||
![]()
Yours is:
HTML Code:
<font size="5"><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></font> HTML Code:
<a href="member.php3?$session[sessionurl]u=$post[userid]"><font size="5">$post[musername]</font></a> |
#10
|
|||
|
|||
![]()
Thanks! That did it!
Also, I must say that in the Usergroups > manage usergroups > members/admin/moderators > edit permissions When I originally colored and bold them, I also had "font= 12px, verdana," I deleted the "12px" Thank you all for helping me! I really appreciate your assistance and fast responses. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|