Recent content by TylerHanavan

  1. TylerHanavan

    New tables in Xenforo database

    I want to add a new table (or a few, possibly) to my Xenforo database so I can have certain data be updated from external systems. This data would then be read by my add-on. Is this safe? Will Xenforo allow manually editing of the database as long as I don't touch the existing tables? Or is...
  2. TylerHanavan

    Custom Field not available for all callback instances (PHP)

    I've decided to opt for just querying the database. This is producing a new error issue. Here's my code: if(!isset($mcusername) && empty($mcusername)) { //Custom field data was not passed $db = XenForo_Application::get('db'); $mcusername = $db->fetchRow("SELECT...
  3. TylerHanavan

    Custom Field not available for all callback instances (PHP)

    Then given my situation, is there anything I can do?
  4. TylerHanavan

    Custom Field not available for all callback instances (PHP)

    I am developing an add-on for my Xenforo-enabled website that changes the user's avatar based on a custom field they input in the Preferences section of their profile. The custom field is "mcusername". If the user has inputted something in this field, their avatar image will be linked to...
  5. TylerHanavan

    XF 1.5 404 Errors on Every Page Besides Homepage

    My goal is to get it to work with Friendly URLs enabled. Any ideas as to what the issue may be?
  6. TylerHanavan

    XF 1.5 404 Errors on Every Page Besides Homepage

    I installed XenForo in a non-root directory today after purchasing it. I went through the installation and everything installed fine as far as I could tell at the time. The admin panel and all that works, and the homepage does too. The installation is installed in the directory "/forums/"...
Top Bottom