Recent content by FoxSecrets

  1. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    FoxSecrets updated [FOX] Ultimate Translator with a new update entry: [FOX] Ultimate Translator - version 2.2.8 Read the rest of this update entry...
  2. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    I'll answer you on the support forum.
  3. FoxSecrets

    ErrorException: Method 'fetchAll' will no longer be considered read-only in XF 2.3.8+

    I'm on XP 2.3.7, using this method and getting same error. How to fix it? <xf:foreach loop="$xf.app.db.fetchAll('SELECT bf_login, af_login FROM xf_fox_xxxxxxx')" value="$item">
  4. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    Ok. Released.
  5. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    FoxSecrets updated [FOX] Ultimate Translator with a new update entry: [FOX] Ultimate Translator - version 2.2.6 Read the rest of this update entry...
  6. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    We do not provide support from here. For support, please post in our forum and include your PHP, add-on and XF version. https://foxsecrets.com/index.php?forums/fox-ultimate-translator.8/
  7. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    FoxSecrets updated [FOX] Ultimate Translator with a new update entry: [FOX] Ultimate Translator - version 2.2.5 Read the rest of this update entry...
  8. FoxSecrets

    [FOX] Ultimate Translator [Paid]

    FoxSecrets updated [FOX] Ultimate Translator with a new update entry: [FOX] Ultimate Translator - version 2.2.4 Read the rest of this update entry...
  9. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    I fixed the issue. I now built the add-on in a 2.3 environment (instead of 2.2) and it worked. Probably the building algorithm is different.
  10. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    I still didn't get this working. I believe is something in the development. Am developing in XF 2.2, which the icon works fine and whatever I write, it shows in the page, however, after releasing the add-on from 2.2 and installing the file in 2.3, the changes do not appear, even the console log...
  11. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    Nothing special, it's just the IF condition I posted initially. The code you provided works fine in XF 2.2 version. Well, I got it working in XF 2.3, but I had to insert the font awesome script in the head tag and set the icon as solid , like <i class="fas fa-globe" ></I> I thought it was...
  12. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    Didn't work. Have no idea why. It doesn't appear in XF2.3.
  13. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    The problem isn't the IF condition, this is ok... The real problem is the icon code for XF 2.3 version... <xf:fa icon="fa-light fa-globe" aria-hidden="true"> This code brakes the add-on when running in XF 2.2, and do not show the icon in XF 2.3.
  14. FoxSecrets

    XF 2.3 Font awesome icon not working properly

    I am building an add-on and need to show a font awesome icon. I've put an IF condition to insert the icon, however, the icon code made for 2.3 version brakes the code when running in XF 2.2, and do not show the icon in XF 2.3. How can I have an icon in both XF versions? <xf:if...
  15. FoxSecrets

    XF 2.3 Add-on data template.xml keep old data

    I believe you are missing something. The template.xml I mentioned is inside _data folder from the add-on, not in db.
Back
Top Bottom