Improve reputation code application and change emoticon icon. 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

    Improve reputation code application and change emoticon icon.

    avatar
    Yuushishio
    Forumember


    Posts : 117
    Reputation : 4
    Language : English

    Solved Improve reputation code application and change emoticon icon.

    Post by Yuushishio Wed Feb 10, 2016 4:11 pm

    My forum is: this forum
    I'm using and editing base on the theme silverlight by Ange tuteur
    I wish to know about how to improve reputation system like this topic because I try to do all the steps but the vote bar isn't appear...?

    One more thing, how can I change this icon.
    Improve reputation code application and change emoticon icon. Change10
    I want to use another image for that emoticon button but I can't find where the part of that code is to edit.
    avatar
    Yuushishio
    Forumember


    Posts : 117
    Reputation : 4
    Language : English

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by Yuushishio Wed Feb 10, 2016 4:47 pm

    Sorry for the misunderstanding, I told my friend to sign up another acc and we already saw the reputation system.
    Still I want to ask how to change the icon like the question above.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by Ange Tuteur Wed Feb 10, 2016 6:59 pm

    Hi,

    Add this CSS code to your stylesheet :
    Admin Panel > Display > Colors > CSS stylesheet
    Code:
    /* emoticon */
    .sceditor-button-emoticon div {
        background-image:url('/myimage.gif') !important;
        background-position:0 !important;
    }

    To change the button icon simply replace /myimage.gif with the image you want displayed. Note : Each icon on the editor is about 16x16 pixels. If you want to change any other button icons this topic should help.
    avatar
    Yuushishio
    Forumember


    Posts : 117
    Reputation : 4
    Language : English

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by Yuushishio Wed Feb 10, 2016 7:53 pm

    Edit: I fix the problem of mention improvement, sorry I made mistake of my forum is using phpbb3

    [Thank you very much. May I ask for another problems?
    I add this improvement for mention system but it didn't work.
    there's no '@' icon appear before the name.] (< fixed)

    Beside, about the mention system, my friends said that they didn't receive the notification when they were mention (me too). Is there anything can help?

    Also I wish to know how to configure the 2. and 3. in picture below.
    Improve reputation code application and change emoticon icon. Xw6dCo3X

    the height between Avatar and username, I need some padding here.
    and the width between post range and profile column. Even I resize the column the post range is still narrow and didn't fix with the collum.
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1442
    Reputation : 220
    Language : English

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by SarkZKalie Thu Feb 11, 2016 12:48 am

    2) Add this to your CSS
    Code:
    .postbody {
        width: 80%;
    }
    3) Find and replace this in your viewtopic_body template
    Code:
    {postrow.displayed.POSTER_AVATAR}
    by
    Code:
    {postrow.displayed.POSTER_AVATAR}<br />
    avatar
    Yuushishio
    Forumember


    Posts : 117
    Reputation : 4
    Language : English

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by Yuushishio Thu Feb 11, 2016 9:58 am

    Everything solved. Thank you!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Improve reputation code application and change emoticon icon.

    Post by SLGray Thu Feb 11, 2016 6:53 pm

    Topic solved and archived



    Improve reputation code application and change emoticon icon. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.