Recent content by Andrew Dillon

  1. Andrew Dillon

    Tabs controller

    This is a really nice plugin, but the only thing I wish it would do is allow you to is change the tab's text.
  2. Andrew Dillon

    Add-on Forum Webhook Addon

    I'm wondering if there is a simple add-on that can allow me to have web hooks for my forums and push updates to a discord server. I now there is the full integration that supports this but I'm just looking for the web hook features by themselves. Basically I just want to be able to drop in a...
  3. Andrew Dillon

    [8WR] Discord Integration [Paid]

    Sry I meant 1.5.8, because it's up to XF 1.5.13 now.
  4. Andrew Dillon

    [8WR] Discord Integration [Paid]

    Will this work well with Xenforo 1.8? I have not renewed yet and want to get this plugin.
  5. Andrew Dillon

    Steam Authentication & Integration

    The data type for the "provider_key" is set to varbinary(150). If you would have set it to bigint then it would show normally. But now that I know what I'm looking for life is good. Thanks (y)
  6. Andrew Dillon

    Steam Authentication & Integration

    Oh I see what you did there, but why store the steam64's as binary data? Steam 64's are public information, even on private steam profiles......
  7. Andrew Dillon

    Steam Authentication & Integration

    Yeah they are definitely not in this table...
  8. Andrew Dillon

    Need Help Understanding Permission Group Changes in the DB

    OK So, how best to describe what I'm asking... I run a gaming community, and recently we were provided with private hosting from a game developer that gave my community a few thousand access keys so we could easily white list this privately hosted server. So I created a new XenForo website and I...
  9. Andrew Dillon

    Steam Authentication & Integration

    Yeah I would never use such an ugly button lol. Look at this beautifulness (y) https://i.gyazo.com/e8c21f6b32ba70aeab715f0a2ad79176.png
  10. Andrew Dillon

    XF 1.5 Email use when they are assigned to a group.

    If anyone know's of such a plugin please let me know :) Thanks
  11. Andrew Dillon

    XF 1.5 Email use when they are assigned to a group.

    Is there a way to send an email to users when they are assigned to a user group. Basically when my users register they do not get forum access right away, they have to apply for it, and I'm hoping I could have Xenforo send them a default email letting them know they have been added to the group...
  12. Andrew Dillon

    XF 1.5 Is there a way to hide the default login form from logged out users?

    Yep that was where I needed to go, thanks! I changed the code of the login helper form there to this. <xen:if is="!{$visitor.user_id}"> <center> <font size="5"> Where do you think you are going??? Sign in with steam first! </font> </center> </xen:if> Looks Good (y)
  13. Andrew Dillon

    XF 1.5 Is there a way to hide the default login form from logged out users?

    OK So the style that I'm using has this nice welcome message that I have customized to have the steam login button for steam integration. But I have found that it's still easy for a user to make there way to an unauthorized area on the site, giving them the "You must be logged in to do that"...
  14. Andrew Dillon

    XF 1.5 Need help with my custom menu.

    Sorry about that, like a ditz I put .com instead of .org. Try now (y)
  15. Andrew Dillon

    Steam Authentication & Integration

    Thursday 6/30/16 When a user registers with steam they don't receive the welcome PM or Email, and they don't send user verification emails. I know emails are working though because I'm receiving PM notifications just fine. Also when a user registers they are being asked the captcha or security...
Top Bottom