Recent content by XFA

  1. XFA

    XF 2.3 Extend lazy loaded javascript

    Oh right so I would need to explicitely include the form.js beforehand and not let xf lazy load it. Gotcha, thank you !
  2. XFA

    XF 2.3 Extend lazy loaded javascript

    I tried without and as the form.js file is loaded later on, the disabler was not yet loaded if not done like that as my js file was loaded beforehand.
  3. XFA

    XF 2.3 Extend lazy loaded javascript

    Not sure it's the best way, but I managed to achieve what I wanted by including my js file like that: <xf:js> XF.on(document, 'xf:page-load-complete', (e) => { XF.LazyHandlerLoader.register('my-js-file', 'my-disabler'); }); </xf:js>
  4. XFA

    [OzzModz] Simple Stats [Paid]

    Two additional bugs to report still for resources update count: Title appears twice in hide columns advanced option The resource state from resource criteria is not taken into account (that's because you have the visible state set as first condition in the query). Clément
  5. XFA

    XF 2.3 Extend lazy loaded javascript

    Hi, Now that some part of the javascript is lazy loaded, what would be the best way to extend javascript element handler that are lazy loaded ? I used to extend the Disabler element but I didn't find the right solution yet. Any insight would be appreciated. Thanks, Clément
  6. XFA

    [XFA] Media Of The Month - XF2 [Paid]

    Thanks for reporting What did you mean regarding the typo ?
  7. XFA

    [OzzModz] Simple Stats [Paid]

    When searching for user post counts:
  8. XFA

    XF 2.3 Force font aswesome icon load

    @Jeremy P I am not sure to understand exactly the changes you are going to introduce. Could you elaborate what you meant exactly, do you mean we would be able to dynamically load icons after an ajax call for example thanks to the data-xf-init ?
  9. XFA

    XF 2.3 Force font aswesome icon load

    Thank you for your answers. I am using an existing FA picker that I had adapted a bit to fit in the xF forms so none of the option would work. I'll analyse the effort required compared to the benefits :)
  10. XFA

    XF 2.3 Force font aswesome icon load

    Hi, Is there a way to tell the fontawesome cache thing at page load to load a set of icon ? Typically, I have a page where I load all icons for a picker and I can't have them be displayed unless I load the whole css but that wouldn't go the way the software works now. And the file analyser...
  11. XFA

    [XFA] Thread Print

    As I said above we are not planning to
  12. XFA

    Fixed Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent')

    When expanding a collapsed section in the user edit page in admincp, I see the following error in the browser console log: core-compiled.js?_v=885e7c58:7 Uncaught TypeError: Cannot read properties of null (reading 'dispatchEvent') at Object.trigger (core-compiled.js?_v=885e7c58:7:393)...
  13. XFA

    [XFA] RM Marketplace/Shop - XF2 [Paid]

    I answered to you on our website
  14. XFA

    [XFA] RM Marketplace/Shop - XF2 [Paid]

    You mean like license key that would be input and given to the user upon purchase ?
  15. XFA

    [XFA] RM Download from list - XF2 - Maintenance release

    Compatibility with XF 2.3
Top Bottom