Recent content by robdog

  1. robdog

    XF 2.3 Tagify Questions: Force Dropdown Selection & Default Values

    Unfortunately, I never figured out a solution to this exact issue. I figured its not a big enough user experience impact, so I can leave it for now. Maybe in the future I will look at extended the implementation of tagify to support this.
  2. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Can I add myself so it can seem even more importanter...er?
  3. robdog

    XenForo Mobile | Android/iOS App [Paid]

    Random question, how does the app interact with the actual forum/site? Does it use the built-in XenForo API endpoints? Or does it have its own set of end-points for communication? Thanks.
  4. robdog

    Can we add AWS SQS files to the main vendor folder?

    @Chris D if I did this update, will those vendor files still exist after we run an update on our app? I find XenForo is removing files that it didn't comes with out of the "src/vendor" folder. Anyways, I will keep looking through your suggestion and see if it works.
  5. robdog

    Can we add AWS SQS files to the main vendor folder?

    I need to be able to use SQS and I am able to add that through my own composer at the root level. But its interesting because some jobs will use the vendor folder that comes with XenForo instead of the root level one that I installed. And with the SQS files not being there, I am getting a...
  6. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Once you get through a minor update, ie - v2.3, all the patch updates, ie - v2.3.7, should take minutes. Unless you are modifying core framework files, which is a no no.
  7. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    I mean, it already is a solid framework that can be crafted into pretty much anything...
  8. robdog

    XF 2.3 Accessing OAuth Requests through Jobs

    Anyone needed to create an OAuth request through a job? (ie - not when a users session is active) I am going through this right now, but I am running into session issues(obviously). I am about to go through the process of not using the provider functionality within a job function, but I wanted...
  9. robdog

    XF 2.4 XenForo 2.4 status and what's new under the hood?

    Good stuff on some of these developer tools. Definitely going to help with my app development.
  10. robdog

    XF 2.3 AI agents

    Using AI every day now. Helped me rewrite a Java app that was crazy old. Its getting too good to ignore how much faster things can get built and deployed.
  11. robdog

    XF 2.3 Problem with multiple AWS PHP SDKs

    I think I have a fix. Just going to upload the SQS required files to the public/src/vendor folder. Fingers crossed that is the "easy" fix.
  12. robdog

    XF 2.3 Problem with multiple AWS PHP SDKs

    So I have successfully integrated an SQS job queue into my app, but I am running into an interesting situation. It appears that at times, it will look for the SQS client in the vendor folder that comes with XenForo. However, XenForo doesn't come with the SQS client SDK files/code. Is there a way...
  13. robdog

    Declaration Issue for Get Cache Items

    What Jeremy said... is there a specific reason you need to include the updated version of symfony?
  14. robdog

    XF 2.3 Has anyone needed to run multiple concurrent jobs at once?

    In my app, I have some long running jobs. Out of the box, XenForo runs one job at a time in pretty linear fashion. This is not a problem, but I wanted to see if any extended this to run jobs concurrently. My app will process documents and then process pages. (for an example) One document could...
Back
Top Bottom