Recent content by atreus

  1. A

    XF 2.2 How to force a password reset on a large group of users?

    Script to set same password for specific user IDs. Modify as needed: <?php if (PHP_SAPI != 'cli') { exit(); } ignore_user_abort(true); $dir = __DIR__; require($dir . '/src/XF.php'); XF::start($dir); $app = XF::setupApp('XF\Pub\App'); // Array of user IDs to update $user_ids...
  2. A

    Bolt [Paid]

    Anyone have some ideas why the reply box underneath posts would not load? Started happening all of a sudden over the weekend. Only affects this theme. No console errors.
  3. A

    Article and Forum Connect: XenForo and WordPress [Deleted]

    Hi, yes I would. Coming with sites with many WP native comments and looking to fill up the forums with activity and transaction to XF forums (with XF linked threads also embedded/functioning as comments on WP posts). On this I have also looked at https://xftowp.com/ and was wondering what the...
  4. A

    Article and Forum Connect: XenForo and WordPress [Deleted]

    Is it possible to export Wordpress comments that already exist into a brand new Xenforo forum installation?
Back
Top Bottom