- πΊπΈUnited States tr Cascadia
Anyone in the community is allowed to answer support questions, you know.
Does anyone want to give it a try?
- Status changed to Fixed
about 1 month ago 4:57am 25 February 2025 - πΊπΈUnited States tr Cascadia
Well to answer your question,
The markup for the "useful" widget (thumbs up / thumbs down) is added by
js/useful.js
, so it cannot be changed with css or a template. You would actually have to editjs/useful.js
and swap the order of the html elements with thefa-thumbs-up
and fa-thumbs-down
classes. Additionally, you will have to change.eq(0)
and.eq(1)
and each appear in exactly one place in js/useful.js. You will have to change these two lines so that 0 becomes 1 and 1 becomes 0. That should be all.Here's a patch that will do this on the current version of votingapi_widgets.
Automatically closed - issue fixed for 2 weeks with no activity.