Recent content by RBenard

  1. R

    XF 1.5 PHPNuke to Xenforo

    lol, yeah the phpNuke days were so hyped with the whole CMS scene. I even remember seeing this on the AvantGo browser on my "smartphone" with PalmOS. Man I miss those days :) @emcvay just sent you a PM.
  2. R

    Awaiting feedback Automatically added to ALL types of notifications

    I think that because of the upgrade ALL the notifications are enabled, particularly the email notifications by default that were missing on the 1.x version OR that are new. We may keep them off or follow the same pattern from the 1.x version.
  3. R

    XF 1.5 Has anyone imported IPS 4.2 to XenForo?

    Sure, feel free to let me know if you run into any issues and I'll be able to help.
  4. R

    XF 1.5 PHPNuke to Xenforo

    I have recently done a conversion and it was very challenging, but not impossible. If you've specifics I might be able to point you and be of some help but if you're looking for someone to do the migration you may want to send me a PM and we can talk about it.
  5. R

    Modifying urls

    If you're concerned about individual urls I'd suggest to recreate them trough an .htaccess redirection instead of messing with other settings.
  6. R

    XF 1.5 Has anyone imported IPS 4.2 to XenForo?

    I have and had issues with the usernames when they have certain chars and also with the fact that you've two names at IPS. Speaking about the forums, for other stuff included at IPS I had to create a custom importer.
  7. R

    XF 1.4 Questions about SMF import

    I think this would do it: RewriteCond %{QUERY_STRING} (^|\?)topic=([0-9]+).msg([0-9]+)($|&) RewriteRule ^index\.php$ /konu/%2/#post-%3 [R=301,L]
  8. R

    XF 1.4 Questions about SMF import

    Haven't tested but try this RewriteCond %{QUERY_STRING} (^|\?)topic=([0-9]+).msg([0-9]+)($|&) RewriteRule ^index\.php$ /konu/%2/#post=%3 [R=301,L]
  9. R

    DownloadsII -> XenForo Resource Manager Importer

    Actually I highly doubt the issue could affect other forums, tough if you're having a similar problem you can PM'me and I can guide you on the fix.
  10. R

    DownloadsII -> XenForo Resource Manager Importer

    Yes, and Yes. I've managed to fix from vB Downloads II. Apparently it needs to be standard.
  11. R

    DownloadsII -> XenForo Resource Manager Importer

    I can import the categories, threads (into forum) but the attachments never get imported... I don't see any warning or nothing. Any clues on what might cause this? Also, the threads don't get posted on the resources, despite the nobita thread-resources being installed. Thanks.
  12. R

    vBulletin Big Board Importer [vBulletin 3 + vBulletin 4] [Paid]

    After fixing this, should I reinstall xenforo and point the importer to that install? The xf was a new install anyways or would that mess up the import somehow?
  13. R

    vBulletin Big Board Importer [vBulletin 3 + vBulletin 4] [Paid]

    @Jake B look at this while importing: xf_post.ERROR 1148 (42000) at line 1: The used command is not allowed with this MySQL version Is that an issue with my MySQL? What should I do next? Should I reinstall XF and run the import there or is there a fix for it?
  14. R

    vBulletin Big Board Importer [vBulletin 3 + vBulletin 4] [Paid]

    I have this: $exporter = new DigitalPointExporter(); I think it was an issue with the path at vB, but it's good now. That did it, thanks. Looking good so far, we'll see on the import side. BTW, is the import faster than export?
Top Bottom