Recent content by untuned

  1. untuned

    XF 2.2 Mark user is_staff through rest API

    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...
  2. untuned

    Tickets [Paid]

    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).
  3. untuned

    [Liam W.] Post Macros

    Have done, but it appears to be broken? Does not show to users who have permission to use macros. Checked the editor sizes, and it should be there.
  4. untuned

    [Liam W.] Post Macros

    I made a personal one in my account settings, and it still does not show. EDIT: Global macros do not work as well, the button does not show at all.
  5. untuned

    [Liam W.] Post Macros

    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.
  6. untuned

    XF 2.2 Mirror Thread to another forum

    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...
  7. untuned

    Badges

    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)...
Top Bottom