Avatar Circle 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.
4 posters

    Avatar Circle

    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Avatar Circle

    Post by Malevolence November 12th 2015, 2:05 am

    Is there a way you can make the avatar circle work for everywhere like on the Memberlist and even when viewing a profile?

    When I send a PM the profile icon is just as big as the avatar, anyway to fix this?

    I'm having trouble copying and pasting in the CSS for some reason because whenever I hold down it just flashes (on iPad 1st Generation), any fix to that?
    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Re: Avatar Circle

    Post by Malevolence November 14th 2015, 4:25 am

    Bump
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Avatar Circle Empty Re: Avatar Circle

    Post by SarkZKalie November 14th 2015, 7:22 am

    Give them a class or id, e.g: user avatar in viewtopic_body template (Punbb)

    Find and search AVATAR in viewtopic_body, message_posting, memberlist ... any template have it
    Code:
    <span id="vt_bavatar">{postrow.displayed.POSTER_AVATAR}</span>
    Then, add this to your CSS
    Code:
    #vt_bavatar {
    border-radius: 100%;
    width: xx;
    height: xx;
    }
    Don't forget to publish it. héhé



    Avatar Circle Sarkzk10
    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Re: Avatar Circle

    Post by Malevolence November 14th 2015, 3:37 pm

    Will this work for PhpBB3? Also, will it work in the Chatbox as well?
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Avatar Circle Empty Re: Avatar Circle

    Post by SarkZKalie November 15th 2015, 5:51 am

    Of cuz yes! Twisted Evil



    Avatar Circle Sarkzk10
    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Re: Avatar Circle

    Post by Malevolence November 15th 2015, 5:26 pm

    I tried it and it did not work :/
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Avatar Circle Empty Re: Avatar Circle

    Post by SarkZKalie November 16th 2015, 2:40 am

    Could you please provide your template that you applied? I wanna see your page too Very Happy



    Avatar Circle Sarkzk10
    Van-Helsing
    Van-Helsing
    Hyperactive


    Male Posts : 2431
    Reputation : 116
    Language : English, Greek

    Avatar Circle Empty Re: Avatar Circle

    Post by Van-Helsing November 16th 2015, 3:31 am

    Hello,
    Sometimes you must force the CSS rule, try this CSS code:

    Code:

            #vt_bavatar {
            border-radius: 100%!important;
            width: xx;
            height: xx;
            }

    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Re: Avatar Circle

    Post by Malevolence November 17th 2015, 11:03 pm

    I can't copy and paste, I'll try tomorrow if I go to the library.
    Nintenex
    Nintenex
    Forumember


    Other / Decline to state Posts : 109
    Reputation : 5
    Language : English

    Avatar Circle Empty Re: Avatar Circle

    Post by Nintenex November 19th 2015, 1:10 pm

    where do you paste this code?

    ACP>??
    Malevolence
    Malevolence
    Forumember


    Male Posts : 97
    Reputation : 5
    Language : English
    Location : No where

    Avatar Circle Empty Re: Avatar Circle

    Post by Malevolence November 25th 2015, 3:30 am

    Bsenvery busy due to school, I'll be Ble to reply soon hopefully.
    Nintenex
    Nintenex
    Forumember


    Other / Decline to state Posts : 109
    Reputation : 5
    Language : English

    Avatar Circle Empty Re: Avatar Circle

    Post by Nintenex November 25th 2015, 5:31 am

    wheres the code for the circle avatars?