Recent content by Foxtrek_64

  1. Foxtrek_64

    XF 2.3 Automate workflows with webhooks

    This sounds like a bug. You should report this here https://xenforo.com/community/forums/bugs/
  2. Foxtrek_64

    Option for Admin to temporarily view forum as a different user

    Fair point. If the impersonation method is used, I would like to see it be a readonly session. So I wouldn't want admins to be able to post on behalf users or send DMS. Or we could call it out and say this message is posted by x on behalf of y so it doesn't seem like it's actually the user...
  3. Foxtrek_64

    Option for Admin to temporarily view forum as a different user

    A lot of times that I see this, you aren't truly impersonating any given user. Rather, the system functions by temporarily replacing all of your normal permissions with that of the selected user. You're not seeing it as them, but you're seeing as they would. Discord's implementation works this...
  4. Foxtrek_64

    Menu Manager with Multiple Menus

    Neat plugin! I'll definitely see if I can put it to use. Seems I saw the wrong forum. I do like this suggestion as well and I think this could be a good companion. My suggestion is more about the back end - allowing us to use the already very powerful menu editor for menus other than the main...
  5. Foxtrek_64

    Menu Manager with Multiple Menus

    Currently, the Menu Manager (ACP -> Setup -> Public Navigation) allows us to manage the main navigation menu. But, there are many other menus on the site that are not so easily customizable, requiring template modifications that need to be tracked and updated. I would like to see an overhauled...
  6. Foxtrek_64

    [Andrew] Moderator Panel

    One thing you could do for this until such a feature is added to the mcp XF has a feature in Vanilla that posts reports into threads in a board you select. The post owner is the user who reported the content. You could configure the board so that the registered group can only see their own...
  7. Foxtrek_64

    MineSync, for XF2 [Paid]

    Hey @nanocode I found a way to get close to native Fabric support. https://modrinth.com/mod/scarpet-webserver allows you to create a web server and script endpoints for receiving info or handlers for sending info. Are you willing to open source the documentation for the communication between...
  8. Foxtrek_64

    Group membership moderators

    Couple requests for you. Loving the plugin! Could you add a link to the moderated group page in the mod panel drop down and in the user popup (when you click your icon on the top right, next to where you find links for preferences and such)? It makes it less tedious to navigate to this...
  9. Foxtrek_64

    Password Tools

    I would love to be able to configure password requirements per group. For instance, I want to set the length requirement commensurate with the user's access, with standard users being the most lax and admins being the most strict. This corresponds with NIST's current recommendations in SP...
  10. Foxtrek_64

    Voting system could be more obvious

    Perhaps this could be wired up to the built-in Reaction Score setting. Here's an example from the built-in Like reaction. If people reacting instead of voting is a problem, then we could handle it as though positive reactions also count as upvotes. Neutral would not count at all and Negative...
  11. Foxtrek_64

    OAuth2 - Imply/grant consent for trusted application

    IIRC not without breaking OAuth2 spec. The system requires explicit user consent. Not saying it can't be done or that this is a good/bad suggestion, just that it would not be compliant. Microsoft as an example of a bigger company has kept this - if you have an outlook account and you're...
  12. Foxtrek_64

    XF 2.2 Custom BBCode Icon SVG - Foreground Color

    Hi all, I've added a custom BBCode button to my editor using an SVG icon. This SVG icon has a black brush. I want to adjust the foreground color of this SVG to match the foreground color of the other buttons. Is there a way to do this? The other icons seem to be svg elements wrapped in <i />...
  13. Foxtrek_64

    XF 2.2 Register Custom LESS

    I was able to figure it out. 1. Create toki_pona.css: @font-face { font-family: "FairfaxPonaHD"; src: url('styles/fonts/FairfaxPonaHD/FairfaxPonaHD.eot'); src: url('styles/fonts/FairfaxPonaHD/FairfaxPonaHD.ttf') format('truetype'); } .toki-pona { font-family: 'FairfaxPonaHD'...
  14. Foxtrek_64

    XF 2.2 Register Custom LESS

    For reference, here's what it should look like. Given the input in the first box, it should render as present in the second box. The only difference between the two boxes is the font that's applied, Fairfax HD and Fairfax Pona HD, respectively.
  15. Foxtrek_64

    XF 2.2 Register Custom LESS

    Hi all, Trying to figure out how to get this wired up and it's giving me a bit of trouble. I have a custom bbcode added, intended to be used as such: jan pi (toki-pona) li jan pi (pona mute) The custom bbcode adds a custom class, .toki-pona, and wraps the text in a span. <span...
Back
Top Bottom