MyBB Community Forums

Full Version: MyLikes v1.0.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Try this:
$(id).text(new_likes+" "+lang_likes);
Thank you very much!! It works perfectly Big Grin

I hope in new version where user can see own "I like" and, in future, integration with myAlerts :x
Hi,

.mylikes_like {
    background-image: url(../../../images/valid.png) !important;
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

Great Plugin... but there is a Problem with grayscale.
It works with Chrome, but when I use Firefox the Icon stay colored. Who can help?
solution:

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
INSTALLED IT AND ITS GOOOD LOVED IT.
Jones H

what you change in reputation.php?
One bug which stopped mylikes from working. The bug is fixed in 1.8.1 so the file is only needed when you're on 1.8.0 and will be removed with the next release.
persian Translate


Parsian Group


[attachment=32929]
Thanks, but I can only see "?" as character, did you save the file with the correct encoding?

Seems like an issue with my editor...
It would be good, the most liked post feature.

Most liked post can shown after first post.
Pages: 1 2 3 4 5 6 7 8 9