Recent content by Merri

  1. Merri

    Remove unnecessary lazy loading of avatars, emojis, and smilies

    Current XenForo 2.3 sets loading="lazy" attribute on all avatars, emojis, and smilies. Here are reasons why this attribute is unnecessary: These are small images. Loading them wasn't a problem in the late dial-up modem era of the internet. These images repeat a lot, reducing the point of...
  2. Merri

    Lack of interest Accessibility Enhancements: Style properties for focus-states

    Likely the wrong place to reply, but here's some code for anyone interested on having better focus indicators for keyboard use. This code is a patch rather than a "proper" fix. What you get are default focus indicators on all elements. Open normalize.css Locate this string...
  3. Merri

    Manual import questions

    To update the status: I'm now successfully live with nearly 240 000 posts! Creating my own phpBB2 importer for the specific needs I had was simple enough. Just a lot of attention to detail and fixing a couple of crashing typos and I had a successful full merge. In total I needed five full test...
  4. Merri

    Manual import questions

    Thanks. I took the phpBB3 importer and I'm now simplifying it for my needs. In the meanwhile I think I found a bug in the phpBB3 importer: if ($user['group_id'] == 3) // coppa { $import['user_state'] = 'moderated'; } else if ($user['user_type'] == 1...
  5. Merri

    Manual import questions

    Background I'm working on a manual import from a very heavily modded phpBB2. This forum has been previously partially imported into MyBB, which is what I have already successfully imported to XenForo in a test run. Now I'm working on fixing the issue of having two forums running, the phpBB2...
  6. Merri

    XF 1.4 Invasion of body element

    Resolved, kind of: I'll simply not have xenforo_reset.css and xenforo_basehtml.css included, and instead I'll include a custom CSS that does the minimal required resets to get all XenForo's classes looking proper. The above message didn't go to waste though, got me thinking about the best way...
  7. Merri

    XF 1.4 Invasion of body element

    Hello, a newcomer here. Got too frustrated of MyBB so after ~15 years of various free forum softwares I finally jumped to the paid forum vagon. TL;DR: can I easily change all JavaScript that generates elements to the end of body element to instead be generated inside a container element of my...
Back
Top Bottom