Recent content by JackieChun

  1. JackieChun

    Not a bug Logo height is ignored when switching to dark mode

    @Jeremy P Are you using webp images?
  2. JackieChun

    Not a bug Logo height is ignored when switching to dark mode

    I have changed the default logo in style properties, as well as set a custom width and height. I'm aware of that. Nevertheless, the height changes to 36px when the variation is toggled to dark and back to custom height when in light/system mode again. Edit: the logo in question is a webp...
  3. JackieChun

    Not a bug Logo height is ignored when switching to dark mode

    If you have a custom logo width and height and use the style variation selector to switch from the default (System/light) to dark, your custom logo parameters become ignored, and the following rule takes precedence instead: .p-header-logo.p-header-logo--image img[src$="/xenforo-logo.svg"]...
  4. JackieChun

    link rel="apple-touch-icon" inserted when it shouldn't be

    Here’s a separate but related issue: XenForo currently uses the OG image as the Schema.org logo in thread view. This is a misapplication of metadata because the OG image and Schema logo serve distinct purposes. The Schema logo represents the official branding in structured data, while the OG...
  5. JackieChun

    link rel="apple-touch-icon" inserted when it shouldn't be

    @javakhir What does your reply mean?
  6. JackieChun

    link rel="apple-touch-icon" inserted when it shouldn't be

    If you upload the open graph image via the admin panel but intentionally don't upload the "icon" or "large icon" images (these should be named more accurately btw), XenForo automatically uses your og image as apple-touch-icon. Here's the output I'm seeing: <link rel="apple-touch-icon"...
  7. JackieChun

    [AH] Social Profiles

    I have refreshed the add-on by making the following changes: Updated or tweaked the icons to match the networks' brand guidelines Updated profile links (Epic, Blizzard, and EA now link to Exophase profiles) Added Telegram, Reddit, Instagram, and TikTok. Renamed Origin to EA Renamed Guidled.gg...
  8. JackieChun

    XF 2.3 Template tag for the Reddit logo

    Thanks @Paul B! Also looking for Instagram, TikTok, and Telegram. The TikTok icon is not included in Font Awesome 4, so it will need an SVG. Instagram and Telegram are in FA4 but still not rending in XenForo. Do you know why? <xf:fa icon="fab fa-telegram" /> <xf:fa icon="fab fa-instagram" />
  9. JackieChun

    XF 2.3 Template tag for the Reddit logo

    The {{ x_logo() }} tag renders the X logo in templates. Does this function work for the Reddit logo? What's the code?
  10. JackieChun

    Fixed Error when merging posts

    The following error is encountered when merging 2 posts from the same thread by the same user. Both messages had a like from another user. XF\Db\DuplicateKeyException: MySQL query error [1062]: Duplicate entry 'post-15893-0' for key 'content_type_id_user_id' src/XF/Db/AbstractStatement.php:230...
  11. JackieChun

    [AH] Social Profiles

    Hi @Ozzy47. When you get a chance, could you try to add options to disable the tooltip and re-arrange the order of icons? Also requesting all the main social networks to be added: Instagram/TikTok/Telegram/Reddit. And an updated X icon, please :)
  12. JackieChun

    [OzzModz] Country Registration Ban

    Works with 2.3.2.
  13. JackieChun

    XF 2.3 Discourage countries by IP

    What I'm proposing is a superior solution, because: 1. It uses XenForo's excellent, built-in 'discourage' feature 2. It doesn't leave us dependent on a benevolent tech giant. Yes, CloudFlare is excellent, free, and growing bigger every day, which only makes it more likely to turn "evil"...
  14. JackieChun

    XF 2.3 Discourage countries by IP

    Again, I don't want to block those IP ranges. I want to discourage them.
  15. JackieChun

    XF 2.3 Discourage countries by IP

    Human spammers in India and Bangladesh get paid per hour. A site that makes these workers waste time would get crossed off their list, and they'd move on to the next site. In practice, manually discouraging IPs has worked really, really well. That's why I want to take it to the next level and...
Back
Top Bottom