Recent content by ForumDevs

  1. ForumDevs

    Questions regarding switching from Invision

    We have performed several IPB 4 migrations so I think I can answer. Last one was Guineapigcages.com which switched from IPB to XF 2.3. 1) The the official XenForo importer is robust but every forum is unique. Since yours dates back to 2018 you may encounter orphan data which are usually...
  2. ForumDevs

    XF 2.3 Issue after Upgrade to 2.3

    This is almost certainly caused by missing or corrupted files. Are you uploading the files through FTP? If so, ensure the FTP client is set to binary mode and configured to overwrite existing files
  3. ForumDevs

    XF 2.3 Clearing XenForo Cache

    If you have installed this addon https://xenforo.com/community/resources/digitalpoint-app-for-cloudflare-r.8750/ then yes. Otherwise you have to log in Cloudflare and do it there:
  4. ForumDevs

    XF 2.3 Clearing XenForo Cache

    If your site is behind Cloudflare you should purge the cache so they can see the new changes to the HTML code.
  5. ForumDevs

    XF 2.2 One member unable to send PM

    Have you confirmed he has permissions to send dms?
  6. ForumDevs

    Need adds-on -Kindly make this thread private.

    I've sent you a private message since if you post it here, anyone can access the link and join the meeting.
  7. ForumDevs

    Need adds-on -Kindly make this thread private.

    You should be able to do that by logging https://xenforo.com/customers/ and setting up this:
  8. ForumDevs

    Need adds-on -Kindly make this thread private.

    Hello, There is an addon that allows that: https://xenforo.com/community/resources/xb-private-threads.5856/
  9. ForumDevs

    XF 2.3 The specified URL cannot be embedded as media.

    XenForo does not natively support embedding WebM files directly via URL or attachment in posts but Andy's addon supports that file type: https://xenforo.com/community/resources/video.5701/
  10. ForumDevs

    XF 2.3 Importing IPS 4 to XF 2.3 problem

    Yes, that was another workaround. You essentially forced the importer to set the display order for every group to 1: 'order' => (int) 1
  11. ForumDevs

    IPB to Xenforo

    We provide all kinds of services for XenForo, from migration to maintenance and web hosting.
  12. ForumDevs

    XF 2.3 Importing IPS 4 to XF 2.3 problem

    Check the values on IPB: SELECT g_id, g_name, g_order FROM core_groups; if any of them is inconsistent (null, non numeric or empty) fix it by running this UPDATE core_groups SET g_order = g_id WHERE g_order IS NULL OR g_order = 0 OR g_order = ''; Also make sure SQL is not on strict mode.
  13. ForumDevs

    XF 2.3 Importing IPS 4 to XF 2.3 problem

    The error is during the import process which means is at the source. That means you should look at IPB, not XenForo (which will display the usegroups successfully migrated)
  14. ForumDevs

    phpbb to xenforo but how ?

    If it helps, we could set up a testing site on one of our domains and import your forum so you can check if everything is OK before purchasing the license.
  15. ForumDevs

    XF 2.3 Forum Issue - Resolved

    Not in our case. We’re not 'many companies'. We’re here to help, not to audit whose fault it was before fixing it.
Back
Top Bottom