Recent content by notatardis

  1. N

    XF 2.2 API request returning File Not Found

    Indeed, there were # in front of parts of the .htaccess all good now
  2. N

    XF 2.2 API request returning File Not Found

    New to the API requests, but I'm trying to set up a test run for creating a new conversation using cUrl in php and a super user api key. <?php // API endpoint URL $url = 'https://***.com/site/api/conversations'; // API key $api_key = '****'; // Recipient IDs $recipient_ids = [663]; //...
  3. N

    XF 2.2 Adding PMs and posts externally

    Sorry for the delay - it's only to a XF, not from if that helps.
  4. N

    XF 2.2 Adding PMs and posts externally

    Currently it's just a prepared SQL statement that inserts the basics into the conversation_master, conversation_message, conversation_user, and conversation_recipient
  5. N

    XF 2.2 Adding PMs and posts externally

    We've been working on having our sister site (which is on the same server/domain as our current xenforo boards) auto-post certain things to our Xenforo forum (both PMs and threads). We can successfully have the PMs and thread posts input the data and display the way it needs to, however, there...
  6. N

    XF 2.2 Moving forum from one directory to another

    Ah, perfect! the host said they ran the query wrong, and once I sent that to them went off without a hitch. Thanks for much for the help today! I thought this would be a nightmare, but it wasn't so bad overall. :)
  7. N

    XF 2.2 Moving forum from one directory to another

    Thanks Brogan! Everything worked fine except for this part. I'm not sure if the host (who handled) did it correctly (does the https:// need to be part of it?) or if I did a poor job of explaining. Hopefully this example makes sense: On June 15th, someone posted this: I added a lot of rules...
  8. N

    XF 2.2 Moving forum from one directory to another

    Thanks! For the record, the original one is going to be the test forum (it's a long story) so I guess I'll have to update the posts somehow.
  9. N

    XF 2.2 Moving forum from one directory to another

    Thanks Brogan! Not sure how I missed this, but it looks perfect! Just one last question - will I have to do something about redirects? That is currently we post a link to a thread in the forum and it's site.com/index.php?threads/threadtitle/#post-4815162342 Will it auto update, or will I have...
  10. N

    XF 2.2 Moving forum from one directory to another

    Hey folks, Not sure if this is the right place, and I saw a bunch of "post move" issues, but I'm a measure thrice cut once type of guy. I'm a novice when it comes to this stuff - I'm moving my site from /publichtml to /publichtml/site along with duplicating my existing MYSQL DB and having the...
Top Bottom