Recent content by Adrian Mester

  1. A

    Having my custom registration page insert data into user table

    I can't seem to get changeUserId to work. Shouldn't the following code in a file login the user with user_id = 1? <?php $startTime = microtime(true); $fileDir = dirname(__FILE__); require($fileDir . '/library/XenForo/Autoloader.php'); XenForo_Autoloader::getInstance()->setupAutoloader($fileDir...
  2. A

    Integrating with another site

    Yeah, user registration should be easy...Disabling logins in XF shouldn't be too hard, though I haven't had the chance too look at the source yet. Being able to log users into XF when logging into my site is what might be a bit harder. I'm not having any specific problems yet, I'm just asking...
  3. A

    Integrating with another site

    I looking into integrating xenForo with another site (also based no Zend Framework). For this I need to be able to do a few things: disable registration (done) and login from the xenForo site when users are registered on my site, I need to create the user in the XF database when users logs into...
  4. A

    "No Upgrade Available" when upgrading from beta 5 to beta 6

    I guess so, copied the files again and it worked. I still don't know what I did wrong the first time. Thanks :)
  5. A

    "No Upgrade Available" when upgrading from beta 5 to beta 6

    I'm trying to upgrade a forum from beta 5 to beta 6. I unpacked the files per the instructions (xenforo_1.0.0-Beta-6.zip/upload/ -> example.com/forum/), overwriting all files, but when going to the install page, I get this message: Also the forum isn't closed after uploading the files.
Top Bottom