Recent content by SpecialK

  1. SpecialK

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 6+ years of experience

    Successfully implemented a custom Connected Account provider using an extremely poorly documented API. It took awhile to get it perfect, but at project completion, it works perfectly. Very happy.
  2. SpecialK

    XF 2.2 Best way to handle forced login via connected account?

    @mattrogowski Just as an FYI - I took a look at the TH Connected Accounts provider, and it actually already does EXACTLY what we were talking about above. There is an option to allow users to associate the connected account with an already-existing XF account. And it works perfectly. I'm not...
  3. SpecialK

    XF 2.2 Best way to handle forced login via connected account?

    In this particular case, hijacking is not a concern. There is only going to be ONE Oauth provider, and the users can only log in via that provider if they have a paid membership on that side of things. I may look into that and see how easily we can bypass that check.
  4. SpecialK

    XF 2.2 Best way to handle forced login via connected account?

    Right - That's the entire question - How best to implement this flow. I've been wracking my brain trying to think of a smooth process that's not overly complicated, and the best thing I came up with is to: 1. Remove all View/Post permissions from Registered Users group 2. Create new "Connected...
  5. SpecialK

    XF 2.2 Best way to handle forced login via connected account?

    We've already coded the Force OAuth registration and Force OAuth login features into our provider. The question is how to connect an account to an existing XF account without knowing that XF account's password - Does your add-on implement that functionality?
  6. SpecialK

    XF 2.2 Best way to handle forced login via connected account?

    We are migrating a forum from vBulletin 4. In this installation, users were forced to log in via a third party API (The vBulletin login process was hijacked by our plugin, to authenticate the submitted user/pass combination with the third party, then starting the vBulletin session if the auth...
  7. SpecialK

    Lack of interest Notice Improvements

    Two notice system improvement suggestions: 1. Implement some new criteria - "User has just posted a reply", "User has just posted a thread", "User has just sent a conversation message", "User has just uploaded a media item", etc.. The idea being to be able to present a notice to the user...
  8. SpecialK

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 6+ years of experience

    Used Justin for a super quick utility add-on with a deadline. Completed on time, on budget, and with correct functionality. Can't ask for more.
  9. SpecialK

    XF 2 Modal on new thread

    This is currently being worked on by a developer who contacted me privately. If they fall through, I will update this thread.
  10. SpecialK

    XF 2 Modal on new thread

    Pretty simple add-on needed here that I just don't have time to implement in-house. Description: On new thread creation (Preferably after the thread is created), the add-on needs to count how many threads the user has created in a set of nodes in the past X days. If this thread is number X or...
  11. SpecialK

    [AddonsLab] Post Limit Per Node

    This add-on has a small bug in that it's using the higher value for the time limit, when logically it should be using the lower. For example, registered users can only post once per 336 hours in a particular node, but contributors should be able to post once every 24 hours. Using this add-on to...
  12. SpecialK

    Ads Manager 2 by Siropu [Paid]

    We have a few licenses for this add-on and it works great. However, we're running into something and I can't figure out a way to do it directly within Ads Manager. We have a vendor who has their own impression tag (A tracking pixel), but their actual ad graphic is just a file on our server. So...
  13. SpecialK

    Member Notes [Paid]

    Moderators have requested that the Notes tab be moved higher up in the hierarchy, because on mobile, it's hidden behind the others. Can you change this to utilize either the <!--[XF:tabs:after_recent_content]--> or <!--[XF:tabs:start]--> hooks? I know I can update the template modification...
  14. SpecialK

    XF 2.2 Access em from within a Repository

    Sigh....thanks Chris. Sometimes I feel like a pretty big dummy :D
  15. SpecialK

    XF 2.2 Access em from within a Repository

    Long story short, I want to perform an action any time the sendModeratorActionAlert() method is called on the Post repository. The most logical way to do this, I think, is via a Class Extension. So I have set that up and it's executing fine. The wall I'm hitting right now is that I want to...
Top Bottom