I would like to mark a user as staff through an external application, but upon sending the request the user gets returned without the is_staff field being updated.
Here is the code that I am using to make said request:
const params = new URLSearchParams();
params.append('is_staff', true)
const...
Does this addon allow for importing received emails into a ticket? We're currently using Tawk.to for chat / ticketing, but we would also like for users to send us an email (example contact@example.com), and receive ticket login details as a response (with notifications as well).
The macro button is not showing in the editor. Where is it supposed to be located, or how can I add it? Console doesn't say anything about missing JS files, so that shouldn't be the issue.
On our forum, we have a staff applications section where users can post threads using a template. We want to be able to discuss these applications in the section, without them being able to see anything except the "final decision", whether it be approval or denial. We can't set "view thread...
Anyone know how to change the color of a Font Awesome icon with the CSS class? Right now it only changes the color of the text in the profile listing...
Edit: Instead of using a CSS class, I put this in extra.less: (replace the fas.fa-user-crown with the icon)...