Recent content by Swimmy

  1. Swimmy

    do not use localhost in config.php on Windows

    $config['db']['host'] = '127.0.0.1'; // not 'localhost' After suffering 1 second+ pages for more than a month, I made this simple change to the config.php file and page loads are 10x faster. For some reason having "localhost" adds a minimum of 1 second to EVERY page load. There is a huge...
  2. Swimmy

    [TH] User Import and Export [Deleted]

    I got the new users to successfully import by adding these 3 lines to \library\Waindigo\UserImpEx\Extend\XenForo\Model\User.php at line 183 of massImportUsers() $dw->setPassword('randompassword', false, null, true); // apparently a password is needed...
  3. Swimmy

    [TH] User Import and Export [Deleted]

    I successfully exported users but I cannot figure out the expected XML format to import users. I tried simply changing the <users_export> to <users_import> to bring a user back, but nothing seems to happen. Edit: Getting a little farther. I see that I need to keep it as <users_export>. I...
  4. Swimmy

    [TH] User Import and Export [Deleted]

    You can manually change the URL to include "&all=1" and you will see the Export Users button The full url should end in /admin.php?users/list&all=1
  5. Swimmy

    Sub-accounts by Waindigo [Deleted]

    Is there anything wrong with creating circular relationships? It appears possible to make A is sub-account of B, and B a sub-account of A...
  6. Swimmy

    [TH] AutoComplete Combo Box [Deleted]

    I installed the add-on into XenForo 1.3.2. For some reason the enhanced textbox is not offering choices until I type at least 2 letters (same as the AutoComplete ). However, if I have already typed at least 2 letters, go to another field, then return the focus...then it offers the choices...
Top Bottom