-Designing Crew-

How to put pictures in the reputation buttons Logo16
Welcome to our Hellenic FIFA Community! Here you can watch and learn about games and news for games also you can download fifa greek patches, you can watch League of Legends in live stream , you can learn photoshop trics and tutorials , also you can costume your Windows7 , also you can watch funny videos and more...


Join the forum, it's quick and easy

-Designing Crew-

How to put pictures in the reputation buttons Logo16
Welcome to our Hellenic FIFA Community! Here you can watch and learn about games and news for games also you can download fifa greek patches, you can watch League of Legends in live stream , you can learn photoshop trics and tutorials , also you can costume your Windows7 , also you can watch funny videos and more...

-Designing Crew-

Would you like to react to this message? Create an account in a few clicks or log in to continue.

top:15px;right:15px;


    How to put pictures in the reputation buttons

    -Lavdakos-
    -Lavdakos-
    Administrator
    Administrator


    Posts Posts : 291
    Reputation Reputation : 81
    Join date Join date : 2011-10-25
    Age Age : 25
    Location Location : Μοσχάτο

    How to put pictures in the reputation buttons Empty How to put pictures in the reputation buttons

    Post by -Lavdakos- March 31st 2012, 20:45

    Go to : AP->Display->Colors->CSS Stylesheet

    And insert this :
    Code:
    .vote {width: 16px; margin: 0px 0px 0px 3px;}
    .vote .vote-button {margin: 0px;}
    .vote .vote-bar {width: 6px; border: none;}


    Then , go to AP->Modules->Javascript codes management

    After you go there insert in Javascript this :
    Code:
    $(function() {
        $('.vote-no-bar').before('<div style="height:10px;"></div>');
        $('.vote-no-bar').remove();
        var x=$('.vote-button a').get();
        for (i=0; i<x.length; i++) {
            if (x[i].innerHTML=='+') {
                x[i].innerHTML='<img title="Like" src="(your +/like button URL)" />';
            }
            else {
                x[i].innerHTML='<img title="Dislike" src="(your -/dislike button URL)" />';
            }
        }
    });

      Current date/time is March 28th 2024, 20:35