Postbit Legacy Help

Discussion in 'vBulletin Discussions' started by drumming207, Oct 6, 2009.

  1. drumming207

    drumming207 Adept

    133
    10
    104
    I'm not sure how to change the post bit legacy border color. I thought someone here might have a quick answer.

    awww.adminaddict.net_data_MetaMirrorCache_65a3c942326815afefc727ba3ba125c1.png

    Do I need to wrap these below?

    PHP:
    <if condition="$post['field2']"><div class="pbit"><div>$vbphrase[location_perm]: $post[field2]</div></div></if>
    <if 
    condition="$post['joindate']"><div class="pbit"><div>$vbphrase[join_date]: $post[joindate]</div></div></if>
    <if 
    condition="$post['posts']"><div class="pbit"><div>$vbphrase[posts]: $post[posts]</div></div></if>
    Thanks!
     
  2. David

    David Regular Member

    1,088
    133
    518
    Let me know what color you want them changed to and I can do it this weekend for you ;)

    vBulletin AdminCP -> Styles & Templates -> Style Manager -> Choose Your Skin and in the drop down menu -> Main CSS -> search for .pbit
     
  3. drumming207

    drumming207 Adept

    133
    10
    104
    Thanks, Dave. That was a quick fix. :D
     

Share This Page