Recent content by JackieChun

  1. JackieChun

    Widget Threads Enhancement [Paid]

    Amazing support from the dev after so many years. Any plans for xenForo 2.3 support?
  2. JackieChun

    [OzzModz] Gamer Profiles

    And reddit please :) Thank you for taking over this add-on, Ozzy
  3. JackieChun

    XF 2.2 Resolved

    I am running the script to enable emoji support in the database per XenForo instructions but getting the following error. The forum originally ran XenForo 1.5 and later upgraded to 2.2. Any ideas? The following tables failed to convert: * xf_search_index: xf_search_index: MySQL query...
  4. JackieChun

    [OzzModz] Gamer Profiles

    I use this add-on on non-gaming forums (other users probably do too), and it does a great job at showing buttons for social profiles in message user info (achievement banners obviously don't apply for non-gaming networks like they do with Xbox and PSN profiles). If you fill in your...
  5. JackieChun

    [OzzModz] Gamer Profiles

    Off the top of my head Many logos are not linked to the social profiles and have a tooltip on hover instead of being clickable Some big networks are still missing (e.g. reddit) Some logos are not up to date (Twitter, Facebook)
  6. JackieChun

    UI.X Classic [Paid]

    @ThemeHouse could you explain what clickable threads are and what this fix does?
  7. JackieChun

    [OzzModz] Gamer Profiles

    Still tweaking the X logo. Instead of writing in your own SVG code, you can get a nicer-looking icon by using XenForo's built-in template tag: <xf:comment>Twitter</xf:comment> <xf:macro name="twitter"> {{ x_logo() }} </xf:macro> You may want to adjust the icon's size because XenForo's...
  8. JackieChun

    [OzzModz] Hide Quote/Reply Buttons In Thread

    Has the tooltip modification been integrated into the current version of the add-on?
  9. JackieChun

    UI.X Classic [Paid]

    @Gemma That worked, thank you!
  10. JackieChun

    [OzzModz] Gamer Profiles

    To update the Twitter icon to the new X logo, edit the ah_gamerprofiles_svg template and replace the Twitter code with this. Doesn't look fantastic, but it replaces the blue bird at least. <xf:comment>Twitter</xf:comment> <xf:macro name="twitter"> <svg viewBox="0 0 1668.56 1221.19">...
  11. JackieChun

    [OzzModz] Gamer Profiles

    This is a really great add-on and I don't know of any alternatives. Would anyone be interested in taking over for Matt? @Ozzy47 @AndyB
  12. JackieChun

    UI.X Classic [Paid]

    This is the code I've tried with different levels of specificity and the icons are still gray. .uix_socialMedia li a#js-XFUniqueId91 .fab.fa-facebook { color: #3b5998 !important; } .uix_socialMedia li a#js-XFUniqueId92 .fab.fa-twitter { color: #1DA1F2 !important; } .uix_socialMedia...
  13. JackieChun

    UI.X Classic [Paid]

    I am trying to override the color of the social icons in the footer via extra.less, but the default color #767676 still applies. I want each of the social icons to have their own color, both in default and hover state. Any tips?
  14. JackieChun

    Xenforo Migration Service?

    My company also offers migration services from vBulletin and other forum packages to XenForo. The current flat fee is $299. Feel free to DM.
  15. JackieChun

    Implement AVIF image support

    That's a brilliant idea. Even better, don't use images at all, and also try to avoid CSS and javascript. Load text pages with gray backgrounds for optimum performance 👍
Top Bottom