The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Hi I've seen this happening in some sites, that by editing postbit_legacy , the avatar part, all avatars will have a framebox around it, gray whichever color
how can i apply this to my template code ? PHP Code:
I checked one of the site where some ppl have this done and this is what they did PHP Code:
PHP Code:
Additional CSS Definitions for example like and use it PHP Code:
But how to apply all that to this code PHP Code:
|
#2
|
||||
|
||||
![]()
You would add the new css into your style in Styles & Templates > sTyle Manager > find your style > Main CSS > go to the bottom of the page to Additional CSS Definitions and put the postbit_avatar CSS in there.
Then modify your postbit(_legacy) templates: HTML Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img class="postbit_avatar" src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> |
#3
|
||||
|
||||
![]()
Thanks Lynne, do you know how would i a creat a good additional css ?
I mean something like this, .avatar_postbit { padding-left: 3px; padding-right: 0px; padding-top: 3px; padding-bottom: 3px; background-color: #E0E0F6 border-top: 2px solid #E0E0F6; border-right: 2px solid #E0E0F6; border-left: 3px solid #b7ccfc; border-bottom: 2px solid #E0E0F6; margin-bottom: 7px; } |
#4
|
||||
|
||||
![]()
I have not tried that css (and btw, it should be called .postbit_avatar if you used the class name in my example above). Did you try it?
|
#5
|
||||
|
||||
![]()
I will try it and let you know i just have to figure out it for the avatar
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|