how to add Website(s) name in postbit like WJ

Discussion in 'vBulletin' started by Divvy, Jun 30, 2011.

  1. #1
    I was doing this for couple of days ,but I just dont get it right. :(

    I wanna add Website(s) name in postbit like wjunction

    [​IMG]

    Did some of my own ,and the results are terrible

    [​IMG]

    Is any of you guys know how to do it right ? :)

    Below is what I did so far.

    Added to CSS:
    .tinyfont {
        font-size: 10px;
    }
    .tinyfont .webs {
        margin-bottom: 4px;
    }
    .tinyfont .webs div {
        -moz-border-bottom-colors: none;
        -moz-border-image: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #F9FAFA;
        border-color: #E5E5E5 #E5E5E5 #E0E0E0;
        border-radius: 2px 2px 2px 2px;
        border-style: solid;
        border-width: 1px;
        margin-top: 2px;
        overflow: hidden;
        padding: 2px 3px 3px;
        white-space: pre;
        width: 130px;
    }
    .tinyfont .webs div:hover {
        border: 1px solid #CCCCCC;
    }
    .tinyfont .webs div a {
        display: block;
    }
    Code (markup):
    Added the code below to postbit_legacy:
    <div class="tinyfont"><div class="webs">
    <if condition="$post['field5']">$post[field5]</if>
    </div></div><br /><br />
    Code (markup):

    What I'm missing?
    Can someone help me? :)

    Thank you!
     
    Divvy, Jun 30, 2011 IP