@Panda You’ll need to do that with js. With some quick CSS changes, it looks like this
d619844f-fbfe-4cf1-a283-6b7364f6bf18-image.png
The colour choice is still really hard on the eye, but at least you can now read the text
How to downgrade plugin version on NodeBB?
@cagatay Uninstall the previous version via ACP, then from the CLI, use
npm install nodebb-plugin-name@version
So, for example
npm install nodebb-plugin-recent-cards
Becomes
npm install nodebb-plugin-recent-cards@1.0.2
@phenomlab thank you. by the way why you limeted 6 vote per day?
@cagatay I thought I’d fixed that !! Will have to have another look. It’s not a limit set by me, but the extension itself.
@phenomlab why solutions post repeated?
@cagatay Because the “solution” post is copied to the top of the topic. With multiple posts, it’s not simple to find. In this case, there’s only the one response, which is set as best answer, so it looks like it’s there twice.
@phenomlab i see.
@phenomlab said in How to downgrade plugin version on NodeBB:
@cagatay Because the “solution” post is copied to the top of the topic. With multiple posts, it’s not simple to find. In this case, there’s only the one response, which is set as best answer, so it looks like it’s there twice.
How to add solution post, i m also using that plugin but i can not choose the post of solution one.
@cagatay you should have an option to “select this post as the best answer” in each post if nodebb-plugin-question-answer
is installed
@phenomlab yeap find it, sorry we far from main topic
@cagatay no problems