(HELP)Want to make Large Avatars and Postbit Info borders , Help Please

Discussion in 'vBulletin Discussions' started by Madi, Apr 15, 2010.

  1. Madi

    Madi Regular Member

    Joined:
    Apr 6, 2010
    Messages:
    76
    Likes Received:
    1
    Hello Everybody, I want to make the avatars larger than they are on my forums

    and I also want to put the information of the member like post counts, Join Date, Location, etc..
    shading borders

    I will add pictures to make you understand what I want :-

    This is an example of an avatar in my forums:

    awww.adminaddict.net_data_MetaMirrorCache_d47f454aa926af1a81fbcf2d4c7cb06b.png

    I want it to be like that one:-

    awww.adminaddict.net_data_MetaMirrorCache_caf2c47a4ee568b1cbb3047b91deb736.png

    Please Help me Here, DON'T provide me with links to similar threads please :S
     
  2. gnatster

    gnatster Regular Member

    Joined:
    May 31, 2009
    Messages:
    717
    Likes Received:
    98
    Location:
    Down the hall
    First Name:
    Nathan
    Avatar sizing is set in the usergroup permissions under the Picture Uploading Permissions area.
     
  3. Madi

    Madi Regular Member

    Joined:
    Apr 6, 2010
    Messages:
    76
    Likes Received:
    1
    No, This is the Maximum width and height permissions, but I want to know to make it Big by itself, Auto Sizing I mean

    NOTICE: YOU DIDN'T TELL ME HOW TO MAKE THE INFO OF THE POSTBIT-LEGACY IN BORDERS !!! :D
     
  4. gnatster

    gnatster Regular Member

    Joined:
    May 31, 2009
    Messages:
    717
    Likes Received:
    98
    Location:
    Down the hall
    First Name:
    Nathan
    I don;t mean to be a jerk but I offered what I know how to do off the top of my head. Don't yell at me for offering some information.

    You didn't state you wanted to auto-size to a max you set. In order to offer help complete details of what is desired need to be given otherwise there is the chance there will be a misunderstanding.

    That said I don't think there is a method out of the box to re-size an avatar on the fly. You will need a hack to do so. Off the top of my head I can't think of one that does avatars. I use this mod The Image Resizer. Powered with Lytebox / Highslide / Lightview / and many more! - vBulletin.org Forum but it does not include avatars.
     
  5. Madi

    Madi Regular Member

    Joined:
    Apr 6, 2010
    Messages:
    76
    Likes Received:
    1
    DUDE, I Was just joking off with you, I didn't give it a yell at all :)

    I use this mod too, but this one do not resize avatars,

    Anyway, Thanks for your help my friend.

    Can you now tell me how to put the User Info under his avatar in a cute form Borders like here in AA.
     
  6. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    you need to edit the postbit to change the layout of that section.
    you can edit the usergroups to allow users to use larger avatars
    there are mods at the Org on ways to modify the postbit, have you looked at any of them?
     
  7. Madi

    Madi Regular Member

    Joined:
    Apr 6, 2010
    Messages:
    76
    Likes Received:
    1
  8. kneel

    kneel Regular Member

    Joined:
    Jun 25, 2009
    Messages:
    612
    Likes Received:
    16
    to make boxes. (and this could be completely wrong)

    1) In your AdminCP > Styles & Templates > Style Manager > Main CSS Options > Additional CSS place the following code:

    .postinfo {
    border-top: solid 1px #E0E0E0;
    border-left: solid 1px #E0E0E0;
    border-right: solid 1px #D7D7D7;
    border-bottom: solid 1px #D7D7D7;
    margin: 3px 5px;
    padding: 2px;
    color: #808080;
    background: #d2dee3;
    font-size: 10px;
    }

    2) You should change the background color to suit your style. Then click Save.

    3) In your AdminCP > Styles & Templates > Style Manager > Edit Templates > postbit_legacy find the following code:

    For Join Date: (other Examples At The Bottom!)

    <if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>

    4) Replace the relevant DIV tags as shown below.

    <if condition="$post['joindate']"><div class="postinfo">$vbphrase[join_date]: $post[joindate]</div></if>

    5) Replace the revevant DIV tags for any other information you wish to be shown boxed.

    Credit to sumone at the the Org.
     
    2 people like this.
  9. Madi

    Madi Regular Member

    Joined:
    Apr 6, 2010
    Messages:
    76
    Likes Received:
    1
    I owe you that one, Thank you Master
     

Share This Page