Jump to content

aia

Members
  • Joined

Everything posted by aia

  1. That's not true, guests and bots will receive whatever is set in their Accept-Language header, which is configured at the browser level for users. Additionally, we have more than just guests and bots in our communities. All users are affected by this issue, regardless of whether they are bots, guests, or logged-in users.
  2. That's not quite true. This tool also manipulates titles, which are translatable at the category name level. However, they become untranslatable when you use this tool. This means that while forum section titles can be translatable even in the current state of the software, using this tool effectively breaks that ability, as you are forced to stick with only one language. The category names are just an example. The same problem exists everywhere, especially important in the forum's main page title.
  3. When a community is multilingual, it does not have a 'primary community language.' When a community has a 'primary community language,' it is not a multilingual community by definition.
  4. The title and meta tags editing tool must support localization. But, it currently does not, making the tool completely useless for multilingual communities.
  5. aia replied to Interferon's post in a topic in Developer Connection
    Absolutely not a clickbaity filename for the image.avif
  6. aia replied to WebCMS's post in a topic in Feedback
    The sad part is that we can't use Elasticsearch's multilingual capabilities in IPS. Even your screenshot shows that we can only use one language analyzer, which is not suitable for multilingual websites 😢
  7. Currently, we have leaderboards based on reactions, but a leaderboard based on the number of "Solutions" will encourage people to write more useful answers. Therefore, a Leaderboard and Widget (similar to "Popular Contributors," but based on solved topics) would be very useful.
  8. https://clerk.com/blog/open-response-type-vulnerability
  9. Unfortunately, it does not. I hope it will be fixed before the release.
  10. The requirement to use Invision email and password during the upgrade process is problematic because it conflicts with saved admin emails in autocomplete. It would be much more convenient and safer to use an app key (token) that is saved for future upgrades and does not depend on Invision email or password.
  11. Why Apache and not Nginx? Also, for every Docker image, I’d use the lightest possible image (Alpine-based instead of Bookworm, for example). For php.ini, I’d add opcache configuration. Also, consider using the ImageMagick PHP extension.
  12. *Hidden, not removed. You can't remove things with CSS. Any removal for performance goals should be done at the PHP level, before transmitting HTML to the user. Otherwise, it will not solve the problem.
  13. I mean cross-document navigations, the CSS View Transitions Module Level 2 spec. View transitions when navigating between different URLs. As a starting point, you can simply add this simple CSS rule: @view-transition { navigation: auto; } and observe how it affects the look and feel when you switch between pages. It immediately becomes smoother, less jumpy, etc. The other details (exact animations) are depend on designer preference
  14. View transitions are a great way to make websites and web apps feel smooth and pleasant to use. This feature is now available in major browsers and will soon be added to others. It's also a progressive (non-breaking) enhancement, meaning we don't have to wait for universal browser adoption. Users of major browsers will immediately notice the difference, while users of other browsers won't experience any change until their browsers are updated. Also, the good part is that some generic transitions can be implemented with CSS alone, without any JavaScript. JavaScript is optional for very specific cases but not mandatory at all. For more information on how view transitions work: General description: https://developer.chrome.com/docs/web-platform/view-transitions Specifics for multipage applications: https://developer.chrome.com/docs/web-platform/view-transitions/cross-document
  15. Tbh, it would be a nice option for those, who do not need these patterns. But also, if they want to have some pattern there, why not? If it weighs less than 1kb, it's not a problem at all. With SVG, they can also add more of different unique or even dynamic patterns while keeping the filesize in a reasonable range. It's only a problem when meaningless image weighs more than the page itself
  16. No, IPS previously asked testers not to share their demos publicly, but they are constantly sending invites, so just wait and you will probably get yours very soon.
  17. Hello from mobile users and non-US places. We exist. Yes, even a fraction of a megabyte makes a lot of difference for us, in terms of both speed and internet cost. For clubs, it's 300+ kB, while it could be less than 1 KiB when implemented as SVG, is totally worth changing. P.S. I like how you rounded 181 kB to 0.1 MB
  18. aia replied to aia's post in a topic in Feedback
    Certainly, but it's still cheaper and more robust than hiring them to do the whole job themselves, so I don't see any real cons here.
  19. Because they function significantly differently in each format, combining them into one slider does not make sense at all.
  20. Some things are not intended to be posted publicly because they may have consequences if seen by an unscrupulous person before the IPS team can fix them. However, I do not see any way to report such things directly to IPS. Am I missing something?
  21. aia replied to aia's post in a topic in Feedback
    I believe that language packs should be open source with a GitHub repository accepting pull requests, even if provided by IPS. This approach will significantly reduce your maintenance costs and encourage more people to fix every little detail. Automated translation can be a good starting point if done with state-of-the-art AI models like the latest Claude/Gemini Pro/GPT models, as their translation quality far surpasses that of Google Translate, DeepL, or any other outdated translation tools. Also, it's very possible to provide them with context, including the rendered code and auto-annotated, if needed. But, to be honest, the most important things for my multilingual communities are listed in the first message of the topic. Language packs are good idea, but not as important as those. For websites, I generally use WordPress or Laravel, where I can easily make every title, item, comment, and other user input fields translatable. The lack of this feature in IPS is a major limiting factor for the growth of my IC-based community. If implemented, I would lean more towards IC than other alternatives.
  22. Thanks! How about automated conversion?"
  23. What will happen to statuses once they are deprecated? Will the content just be lost, or will we be able to convert it to another form (like topics)?
  24. Yes, +1. Not only support for embedding uploaded AVIF files but also for converting outdated formats (JPEG, GIF, WebP, PNG, HEIC) to AVIF upon uploading would be amazing!