Border at avatar Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Border at avatar

    avatar
    Guest
    Guest


    Solved Border at avatar

    Post by Guest November 11th 2010, 9:06 am

    Hiw i can put a Border at avatar? how is here Border at avatar Sadddd
    th4nhc0n9
    th4nhc0n9
    Forumember


    Male Posts : 161
    Reputation : 3
    Language : Vietnam

    Solved Re: Border at avatar

    Post by th4nhc0n9 November 11th 2010, 9:10 am

    Design an avatar with border and upload blackeye
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 9:18 am

    isn't from avatar is an border from CSS/or from tamplate ...i need the cod ..
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 12:04 pm

    Are u using phpbb2? Very Happy
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 5:11 pm

    yeap Very Happy
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 5:36 pm

    OK Very Happy
    Go to
    ACP - Display - Templates - General - Viewtopic_body:
    Find:
    Code:
    {postrow.displayed.POSTER_AVATAR}
    Replace it with:
    Code:
    <div class="user-avatar1">{postrow.displayed.POSTER_AVATAR}</div>

    Save + Publish

    Now go to ACP - Display - Colors - CSS stylesheet:
    Put this code there:
    Code:
    .user-avatar1 {border: 2px solid #006666;border-radius: 3px;-moz-border-radius:3px;}
    Change the color as you want.
    PS: The code is not tested (:


    Last edited by Gangstar15 on November 11th 2010, 6:52 pm; edited 1 time in total (Reason for editing : Edited)
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 6:43 pm

    The border don't appear ..i was replace and put the code in CSS but don't appear
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 6:47 pm

    Okay :d

    I will test it (:
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 7:57 pm

    Mr Taz you are a plagiarist and this is my forum Razz

    Gangstar15 wrote:Find:
    Code:
    {postrow.displayed.POSTER_AVATAR}
    Replace it with:
    Code:
    <div class="user-avatar1">{postrow.displayed.POSTER_AVATAR}</div>
    Save + Publish
    Now go to ACP - Display - Colors - CSS stylesheet:
    Put this code there:
    Code:
    .user-avatar1 {border: 2px solid #006666;border-radius: 3px;-moz-border-radius:3px;}
    You forgot to add some properties :
    Code:
    .user-avatar1 {
    border: 2px solid #006666;
    border-radius: 3px;
    -moz-border-radius:3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;}

    Spoiler:
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 8:13 pm

    You don't need all these:
    Code:
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;

    I test it and works fine Razz
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 8:20 pm

    Gangstar15 wrote:You don't need all these:

    If you want to look better, you can put them Laughing
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 8:36 pm

    Now appear Very Happy Thanks guys Razz

    The God Please Read:

    Thanks again guys Very Happy
    avatar
    Guest
    Guest


    Solved Re: Border at avatar

    Post by Guest November 11th 2010, 9:29 pm

    Solved + Locked