Recent content by Jaxel

  1. Jaxel

    XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid]

    For me, if I use website restrictions, Maps works, but YouTube breaks. If I use IP restrictions, Maps breaks, but YouTube works.
  2. Jaxel

    XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid]

    Google's API doesn't handle restrictions properly at all. You never know what will work and what wont. I just enabled restrictions on my API key, and it worked completely fine for maps. However, it no longer worked with the YouTube API (for XenMedio). Google's API is just terrible and always has...
  3. Jaxel

    XF2 [8WR] Discord Integration [Paid]

    Hmm... it looks like I fixed the bug in my internal files on 2024-12-05... I just never released the update. I'll release the update soon.
  4. Jaxel

    XF2 [8WR] XenRio 2 (Streams) PRO [Paid]

    Jaxel updated XF2 [8WR] XenRio 2 (Streams) PRO with a new update entry: 2.3.0.4 - CHANGELOG Read the rest of this update entry...
  5. Jaxel

    XF2 [8WR] XenRio 2 (Streams) PRO [Paid]

    I've got the new Kick API all done for the next update. As for YouTube, what channels are you having problems with? I am able to scrape every YT channel I've tried, without issue.
  6. Jaxel

    XF2 [8WR] XenAtendo 2 (Calendar) PRO [Paid]

    XenAtendo does not change any tags in those template modifications, only the conditionals within the existing tags. Have you tried changing the execution order? What is the contents of the template modifications of OzzModz?
  7. Jaxel

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Correct. There is no system to handle email alerts. It's bubble alerts only.
  8. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    I found the binaries here: https://github.com/google/closure-compiler/wiki/Binary-Downloads Downloaded the most recent version into src/addons, and added to config.php: $config['development']['closureCompilerPath'] = '/home/private_dev/src/addons/closure-compiler-v20200719.jar'; Unfortunately...
  9. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    The link you provided doesn't work unfortunately.
  10. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    So building addons can't compile minified JS automatically anymore? Will a replacement for the compiler be coming?
  11. Jaxel

    XF 2.3 Building JavaScript giving me issues once again...

    $ php cmd.php xf-addon:build-release EWR/Discord Performing add-on export. Exporting data for [8WR] Discord Integration to /src/addons/EWR/Discord/_data. 27/27 [============================] 100% Written successfully. Attempting to validate addon.json file... JSON file validates successfully...
  12. Jaxel

    XF2 [8WR] Discord Integration [Paid]

    Did you give the bot admin permissions during the bot creation? Admin permissions in the API is not the same as admin permissions on the discord server.
  13. Jaxel

    XF2 [8WR] Discord Integration [Paid]

    From the FAQ: https://xenforo.com/community/resources/xf2-8wr-discord-integration.6058/field?field=faq
  14. Jaxel

    XF2 [8WR] XenMedio 2 (Media) PRO [Paid]

    You are on HTTP trying to access HTTPS resources...
  15. Jaxel

    XF2 [8WR] XenMedio 2 (Media) PRO [Paid]

    When earlier versions of XF upgraded to utf8mb4 to support emojis their upgrade script converted tables to utf8mb4, but failed to upgrade tables for addons. This was fixed in later versions of XF, but if you upgraded during those earlier days, tables for your addons will not have been updated to...
Back
Top Bottom