@pitaj short and clean solution, thank you! How about rewriting the title? Here is the custom CSS but I guess this will not get translated to Chinese for e.g.:
@media(max-width: 992px) { .page-login #content .row { display: flex; flex-direction: column-reverse; } .alt-login-block h4 { visibility: hidden; } .alt-login-block h4:after { position: absolute; padding: 0px; top: 0px; display: block; visibility: visible; content:'Social Login'; } }Reddit style vote up/down feature
-
Does nodebb come with Reddit style vote-up/vote-down feature?
-
I want these features:
- replies collapsed (like reddit) after certain down votes.
- thread moved back to certain pages
fancy feature, nice to have
3) to view a collapsed reply or a thread that received X down votes, user will need to have certain reputation or use certain points to do that. -
@MYU sure you can do that with NodeBB, but it will require customization.
If you want a Reddit a like site you maybe want to look for the actual Reddit site script on GitHub.
-
-
@AOKP Thank you. Reddit is too much work, I think.
-
@JasperNL Thank you, I will give it a try.
-
@julian any updates on this? This seems like an awesome feature to have.