Recent content by Zumega

  1. Zumega

    Fixed XenForo.DisplayIgnoredContent

    Cool Thanks.
  2. Zumega

    Minified JavaScript

    The non-minified version only works in debug mode.
  3. Zumega

    Minified JavaScript

    Ok some more digging and I discovered that /js/xenforo/xenforo.js is NOT just a minified version of /js/xenforo/full/xenforo.js. The prior is a minified version of multiple files, so the only part that gets replaced is the last block of JS in that file; this is the minified version of...
  4. Zumega

    Minified JavaScript

    When I tried that some of the functionality stops and I get JS errors. The main JS error is: jQuery Tools is not loaded This surprised me since the two files are suppose to be the same. Maybe we missed something when upgrading to 1.1.1
  5. Zumega

    Minified JavaScript

    I have made some small modifications to /js/xenforo/full/xenforo.js. This works great in my sandbox running in debug mode. Once I push my changes to production and Xenforo starts using /js/xenforo/xenforo.js my changes are ignored since they are in the minified version. What is the best way to...
  6. Zumega

    Fixed XenForo.DisplayIgnoredContent

    I was playing with the 'Show Ignored Content' functionality and I was getting a JS error. In FF a security error and in Chrome a 'length' read error. So after some digging I found that since our implementation of XenForo has cross domain CSS added to the site I was getting the error in the...
  7. Zumega

    Lack of interest Custom Fields

    Hello, I had to modify the 'custom_field_edit' template by adding an 'id' to the 'dl' at the top of the template. The modified tag <dl class="ctrlUnit" id="custom_{$field.field_id}"> if this could be added to the template permanently that would be very helpful. My update was done so I could...
Top Bottom