Sitenizin kurulu olduğu dizinde kurulum komutunu çalıştırın. Örneğin:
npm install nodebb-plugin-user-levelKurulumu.Net'te kullandığım Özel CSS'ler
-
-
-
@volanar You have to do this with the plugin. It will disappear with updates as it is not in the core. Unfortunately, I don’t have time to write a plugin right now.
-
@mekici, içinde söyledi: Kurulumu.Net'te kullandığım Özel CSS'ler
@volanar You have to do this with the plugin. It will disappear with updates as it is not in the core. Unfortunately, I don’t have time to write a plugin right now.
Thanks for the reply. I don’t understand why the developers hide the search. The search functionality is very critical for the community. This should be in the core, not a separate plugin.
Is it possible to replace the mobile block with a block of buttons from the desktop menu without writing a plugin?
I think it will be faster and better for usability -
@volanar I don’t think this is possible with CSS, but I’ll try.
-
Is it possible to use CSS to change the images of the likes counter to emoticons?
-
@volanar The codes below should do that.
.fa-chevron-up:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 17px; content: '\f118'; margin-right: 4px; vertical-align: -1px; color: #91C483; } .fa-chevron-down:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 17px; content: '\f119'; margin-right: 4px; vertical-align: -1px; color: #D22779; }
-
@mekici, içinde söyledi: Kurulumu.Net'te kullandığım Özel CSS'ler
@volanar The codes below should do that.
.fa-chevron-up:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 17px; content: '\f118'; margin-right: 4px; vertical-align: -1px; color: #91C483; } .fa-chevron-down:before { font-family: 'Font Awesome 5 Free'; font-weight: 600; font-size: 17px; content: '\f119'; margin-right: 4px; vertical-align: -1px; color: #D22779; }
Thanks
. It looks fun) But something is missing. Is it possible to make the color change when hovering, and the size increase by about 15-20%?
-
It would also be great if, with 1 or more votes, the hover color remained, as it would be brighter. And for the red smiley, on the contrary, it is brighter with voices -1 and lower
-
@volanar It gives green color for +1 vote and red for -1 vote.
.topic [component="post/upvote"].upvoted { color: #009688; } .topic [component="post/downvote"].downvoted { color: #e91e63; }
-
@mekici thx for the code
you are missing just a
{
after “downvoted” -
@crazycells Aslında
}
var. Kaydırınca gözüküyor.