Recent content by SpecialK

  1. SpecialK

    Ads Manager 2 by Siropu [Paid]

    @Siropu - I have a Banner package in a position on the site, but I now need to add a Code ad in that same position (In rotation with the already defined banner ads). Is this not possible? Every time I activate the code ad in that position, it shows an ad from the banner package AND my code ad...
  2. SpecialK

    Add-on XF 1.5 developer required

    We have a project in XF 1.5 (I know, I know) that I could use some assistance with due to time constraints. The add-on code is going to be relatively straight forward, and I can explain more via PM. I specifically need someone with experience developing 1.5 add-ons for this project, as the time...
  3. SpecialK

    [cv6] Custom Field Extension

    I took a quick glance. The problem is that xf_cv6_custom_image.field_source has a max length of 25 characters. But the code isn't truncating the field source or checking to make sure it meets that length requirement. In my test thread, the string that it's trying to insert is 26 characters long...
  4. SpecialK

    [cv6] Custom Field Extension

    Also, should note that this only happens when actually trying to post the thread. The image uploads and is processed just fine. Only when hitting the "Post Thread" button is the error generated.
  5. SpecialK

    [cv6] Custom Field Extension

    Yes, every image. Doesn't matter the size.
  6. SpecialK

    [cv6] Custom Field Extension

    I haven't had time to debug this yet, but I'm getting the following error when trying to use the image upload field: Data too long for column 'field_source' at row 1 in src/XF/Db/AbstractStatement.php at line 230 This occurs while trying to post a new thread with an image uploaded.
  7. SpecialK

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 9+ 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.
  8. 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...
  9. 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.
  10. 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...
  11. 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?
  12. 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...
  13. 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...
  14. SpecialK

    Xenforo Custom Services, Addons, Themes, Migration, Server Installation & Management and more | 9+ 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.
  15. 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.
Back
Top Bottom