Great Idea! I took your solution and added a few lines of CSS to hide the downvote arrow and remove the whitespace.
// Change the icon for votes span.votes { // not voted is outline heart .fa-chevron-up:before { content: "\f08a"; } // upvoted is solid heart .upvoted .fa-chevron-up:before { content: "\f004"; } } // hide the downvote element to remove whitespace a[component="post/downvote"] { display: none; } // reduce margin of post-submenue for alignment .topic .moderator-tools { margin-left: 0px; }Changing the order of multiple badges
-
Hi,
We have multiple badges on in the forum (Persona Theme). But I could not see any settings to change the order of the badges. I guess right now earliest created group badge is going to the end. Is it possible to change for already-created-groups?
-
Hi @baris , I would like to carry this request to git-hub.
Where would be the best place to open an issue?NodeBB itself? or persona theme? or any other page?
Thanks.
-
Probably on nodebb tracker.