PDA

View Full Version : [ASK] Number USER ID Bold


player378
12-15-2012, 10:56 AM
I need help for vBulletin 4.2
I managed to bring up the user ID on the display post
https://vborg.vbsupport.ru/external/2012/12/16.png

with this code
<vb:if condition="$post['userid']"><dt>User ID:</dt><dd>{vb:raw post.userid}</dd></vb:if>

I would like to ask
its how its user ID number to be bold
on which code should be put <b> blabla </ b>
https://vborg.vbsupport.ru/external/2012/12/17.png

please help her

mokujin
12-15-2012, 11:01 AM
<vb:if condition="$post['userid']"><dt>User ID:</dt><dd style="font-weight: bold;">{vb:raw post.userid}</dd></vb:if>

Not sure, but try it :D :D :D

player378
12-15-2012, 01:11 PM
<vb:if condition="$post['userid']"><dt>User ID:</dt><dd style="font-weight: bold;">{vb:raw post.userid}</dd></vb:if>

Not sure, but try it :D :D :D

work
I do not understand in this
thank you very much for her help