The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
In the process of making a style and want the username to be in bold on memberlist, but cant find the right way to do it, been testing somte things in the memberlist template but no luck. Hope to get some help here?
Currently running 3.6.1. |
#2
|
|||
|
|||
![]()
AdminCP > Usergroups > Usergroup Manager > Edit Administrators (/whichever group) > Username HTML Markup
First box is opening tag, second is closing. For bold you can use <strong> </strong> or <b> </b> (depreciated but still works), or css is <span style="font-weight:bold"> </span> That style will be shown everywhere that the username is shown. |
#3
|
||||
|
||||
![]()
If you wanted it only for the memberlist, here's how.
In template memberlist_resultbit find: HTML Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a> HTML Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]"><strong>$userinfo[musername]</strong></a> ![]() |
#4
|
|||
|
|||
![]()
Thanks
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|