How to change thumb-up AKA "Like" button

Go to inc/class/bxDolVote.php  

   protected function _getIconDoLike($bVoted)

    {

        return $bVoted && $this->isUndo() ?  'thumbs-up' : 'thumbs-up';

    }

change thumbs-up to arrow-circle-up (or whatever icon you like)

una team this original code should be one for up and one for down no?

  • 515
  • More
Replies (4)
    Login or Join to comment.