Recent content by Xosé Estrada

  1. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    Ok, we are using the line on config for the internal data and a symbolic link for the external, and it's working :)
  2. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    Ok I've moved both data and internal_data folders to the secondary disk. This is my config: $config['internalDataPath'] = '/mnt/1TBdrive/internal_data'; $config['externalDataPath'] = '/mnt/1TBdrive/data'; $config['externalDataUrl'] = '???'; While the paths seem to work ok, the...
  3. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    Can you help me with the old ones?
  4. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    I have an attachments folder on the data folder, and another in the internal_data folder. If I add the lines you suggested to the config, the resources manager works, but the normal forum attachments are broken links.
  5. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    What is the relevant one for the Resource Manager. We seem to be able to have or forum attachments or resource manager working, but never both at the same time...
  6. Xosé Estrada

    RM 1.0 Change the path to folder where downloads are stored

    We currently use multiple disks on our server, and we would like to store the downloads (quite large files sometimes) in a folder on a different disk. Is this possible?
  7. Xosé Estrada

    (Custom) SQL Query on User Upgrade

    Thanks Jake! And yes, my queries are provisional just for testing :)
  8. Xosé Estrada

    (Custom) SQL Query on User Upgrade

    Yes it is working ok, 100% sure. I just made a trial upgrade from a test account and after doing the payment I could inmediatly see it under the Control: View Users in the Admin CP and in the database table as well. But at the same time, there were no changes in the xf_monthly_balance table.
  9. Xosé Estrada

    (Custom) SQL Query on User Upgrade

    I am using a modified version of this: <?php class ExtendUserUpgrade_UserUpgradeModel extends XFCP_ExtendUserUpgrade_UserUpgradeModel { public function upgradeUser($userId, array $upgrade, $allowInsertUnpurchasable = false, $endDate = null) { $retval =...
  10. Xosé Estrada

    [bd] Forum Watch

    Works good for us, many thanks :)
  11. Xosé Estrada

    [bd] Forum Watch

    Argument 2 passed to ForumWatch_Model_ForumWatch::sendNotificationToWatchUsersOnNewThread() must be an array, null given, called in /var/www/forum/library/ForumWatch/Extend/DataWriter/Discussion/Thread.php on line 10 and defined XenForo_Application::handlePhpError() in...
  12. Xosé Estrada

    [bd] Forum Watch

    In my forum it displays all the forums if I go to watched, and there are no options to select or edit there. It doesn't seem a template issue as it hapens will all 3 installed. Any clue?
  13. Xosé Estrada

    vBulletin 4 Importer

    No, that is ok as well :(
  14. Xosé Estrada

    vBulletin 4 Importer

    Hello, I'm having the "Duplicated user" problem while importing from vB to Xenforo. It happens continuously so renaming users is not an option as we have +150.000, and they won't be able to login. The thing is the importer seems to clean all the special characters from the usernames, so...
Top Bottom