Recent content by Foxtrek_64

  1. 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...
  2. 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...
  3. 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...
  4. 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 />...
  5. 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'...
  6. 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.
  7. 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...
  8. Foxtrek_64

    [Andrew] Moderator Panel

    I know you've been tagged on this one before but just cross-posting here. This plugin would be great to have its config in the MCP rather than in the user profile. Edit: long day. That as actually in this thread that the integration was suggested. I thought it was in the thread for the other...
  9. Foxtrek_64

    Discord Integration [Paid]

    From discussions on his forum, I hear that's the case.
  10. Foxtrek_64

    XF 2.3 Single sign on and more with OAuth2 in XenForo 2.3

    No. This feature allows treating XF as the authentication source. For instance, if I have a second website like a Wordpress site, I can set up Wordpress to allow users to log in with their Xenforo account (assuming the proper plugins are installed). If you want users to be able to log in to...
  11. Foxtrek_64

    [Andrew] Moderator Panel

    I'm not sure what sort of work you've done with this yet, but perhaps allowing us to work into the built-in tag system? That way we can add as many tags as we like to better categorize as appropriate.
  12. Foxtrek_64

    Missing: Social Groups + Group-forums

    That's the idea! You can take a look at the plugins by OzzMods and Nobita, both named "Social Groups," to get a better idea of what this suggestion is asking for.
  13. Foxtrek_64

    Missing: Social Groups + Group-forums

    In my case, I would want this managed by the users.
  14. Foxtrek_64

    Missing: Social Groups + Group-forums

    I operate a community based around an online game where people can create in-game clans and factions. I would really love for this to be mirrored on my forum. I've tried the social groups plugins from OzzMods and Nobita, and neither were really what I was looking for. I have not tried...
  15. Foxtrek_64

    [DBTech] DragonByte Shop [Paid]

    My bad! I hadn't noticed you had your own donation addon. In my particular use case, I was only planning to have a single item in the shop and to use it to convert donations into credits. Your donate plugin could possibly replace the shop, but it doesn't look like a Credits integration is...
Back
Top Bottom