Skocz do zawartości

Ranking

  1. DawPi

    DawPi

    Manager


    • Punkty

      17

    • Postów

      78 190


  2. ferstel

    ferstel

    Tłumacz


    • Punkty

      11

    • Postów

      38


  3. Mataaro

    Mataaro

    Użytkownik


    • Punkty

      4

    • Postów

      2


  4. Split

    Split

    Użytkownik


    • Punkty

      2

    • Postów

      309


Popularna zawartość

Zawartość, która uzyskała najwyższe oceny od 11.03.2026 w Odpowiedzi

  1. Z samego poziomu IPS nie da rady. Możesz skorzystać z wtyczki do tego przystosowanej - Change Topic & Post Authors.
    2 punkty
  2. Bardziej bym zmienił sposób sprawdzania interwałów, bo jest ich 10, jezeli 10 jest takich samych i mają taki sam czas odświeżenia przez użytkownika to następuje blokada.
    2 punkty
  3. IC5 does NOT have plugins. All addons are made as applications now.
    2 punkty
  4. Być może. Owszem było dużo pozycji do zmiany ale tylko 2 wystarczyły aby osiągnąć zamierzony efekt. Mimo to dziękuję za odpowiedzi i pomoc. Pozdrawiam
    1 punkt
  5. Zdecydowanie najgorsze z możliwych rozwiązanie. Gdyby to była jedna informacja w jednej tabeli to może, ale tam tych zależności jest zdecydowanie więcej.
    1 punkt
  6. Dziękuję. Próbowałem przez bazę danych zmieniając ID użytkownika i się udało. Można zamknąć
    1 punkt
  7. Be careful with this person, do not do any business with him https://www.pecetowicz.pl/topic/opinie-o-uzytkowniku-riv-split-104783/page/4/?&_rid=41889#findComment-641218
    1 punkt
  8. No problem If you have any other questions, just post on the forum.
    1 punkt
  9. Brilliant - Thank you
    1 punkt
  10. Hi @Phantom_OTIB To install the downloaded add-on in Invision Community 5, log in to the Admin Control Panel ( ACP ), go to System, choose Applications / Plugins, next click Install, and upload the downloaded file.
    1 punkt
  11. @Bosss If you haven't figured this out yet, or if someone else is having trouble with it, the problem is most likely related to the formatting: {number="$stats['total_topics']" format="short"} and if you go for something like this: {number="$stats['total_topics']" format="long"} You will get not that
    1 punkt
  12. Invision Community 5.0.x [PL] Zobacz plik Spolszczenie, które znacie od lat - teraz w wersji dla Invision Community 5. IC5 to platforma napisana praktycznie od zera. Nowy silnik, nowa architektura, mnóstwo nowych fraz. Nasz zespół wziął się za robotę i przygotował polskie tłumaczenie, które obejmuje wszystkie kluczowe aplikacje - od forum i galerii, przez pliki i blogi, aż po sklep i strony. Krótko mówiąc: jeśli tego używasz, mamy to przetłumaczone. Instalacja wygląda tak samo jak w IPS4 - wchodzisz do ACP, zakładka Customization > Languages, klikasz + Create New, przechodzisz na zakładkę Upload, wgrywasz plik XML, wybierasz lokalizację polski (Polska) i zapisujesz. Gotowe. Aktualizację spolszczenia do kolejnych wersji robisz przez Wyślij nową wersję przy języku polskim. Jedno zastrzeżenie - to pierwsze wydanie pod IC5, a nowych fraz było naprawdę dużo. Mogą trafić się tu i ówdzie jakieś potknięcia stylistyczne czy niezręczne sformułowania. Jeśli coś takiego znajdziesz, nie przemilczaj tego - zgłoś na forum, a zespół tłumaczy się tym zajmie. Każde zgłoszenie ma znaczenie i naprawdę pomaga nam tę paczkę doszlifować. Dodający DawPi Dodano 25.03.2026 Kategoria Spolszczenia Wspierana wersja IC5.0.x+  
    1 punkt
  13. Witamy nowego tłumacza @ferstel! Mamy nadzieję, że pierwsze wydanie tłumaczenia do IC5 ujrzy światło dzienne niebawem.
    1 punkt
  14. Jakieś progresje? Wiadomo coś? Zawsze warto wrzucić jak jest skończone, a potem tylko fixy dawać po update'ach? Jeżeli dalej poszukujecie, dajcie znać. Czasu mam, w tygodniu na pewno coś by się poklikało i wszystko by było na porządku dziennym. @DracoBlue @DawPi
    1 punkt
  15. A fix will be released within 24 hours. Thank you for reporting this.
    1 punkt
  16. Hi. Regarding overriding CSS. As of version 5.0.15, it no longer overrides CSS from what I saw on my other site. I know exactly which issue you're talking about. I reported it to the IC5 team and received the following information: After updating the theme, the template's "custom templates" become duplicated, causing a JS and CSS conflict. As the IC5 team wrote, they currently have no idea how to resolve this so that the content changes after the update. Duplicate custom templates - Technical Problems - Invision Community PS. Thank you for reviewing the errors and solving the JS issues. That's very kind of you.
    1 punkt
  17. Hi, Following up on the issues I reported previously with the Popp theme, I took some time to dig deeper into the code to understand what was going on, both on the theme side and in IPS 5 core. I was honestly surprised to discover that IPS 5 has completely removed parent-child theme inheritance. The `set_parent_id` column still exists in the database, but it's never referenced anywhere in the PHP codebase. So the idea of using a child theme to preserve customizations across updates, which seemed like the natural solution, simply isn't possible anymore (crazy...). That said, I did manage to identify and fix the issue where the site was loading in light mode instead of the configured dark default for guests and private browsing sessions. The root cause turned out to be in the color scheme switcher script included in the "Scripts" custom template. When no cookie is set (first visit, incognito), the script defaults to `schemes[0]` which is `'light'`, effectively overriding the server-rendered dark scheme. I've detailed both issues below with the exact root causes and suggested fixes, the color scheme bug which can be fixed on the theme side, and the css_variables overwrite on update which appears to be an IPS 5 core limitation but could potentially be mitigated at the theme packaging level. Hope this helps! Bug 1: Color scheme defaults to "light" for guests / private browsing Environment: IPS Community 5.0.16, Popp theme, default scheme set to "dark" Problem: When a visitor accesses the site without any cookies (private/incognito browsing, first visit), the page briefly loads in dark mode (correct, server-rendered `data-ips-scheme='dark'`) but is then immediately overridden to light mode by the Popp color scheme switcher script. Cause: The custom template "Scripts" (hookpoint `core/front/global/globalTemplate:body`) contains the color scheme toggle logic. At the end of the `DOMContentLoaded` handler: javascript const savedScheme = ips.utils.cookie.get('acpthemedefault'); currentIndex = schemes.indexOf(savedScheme); if (currentIndex === -1) currentIndex = 0; applyColorScheme(schemes[currentIndex]); When there is no cookie (new visitor, private browsing), `ips.utils.cookie.get('acpthemedefault')` returns `null`. `schemes.indexOf(null)` returns `-1`, so `currentIndex` falls back to `0`, which maps to `schemes[0]` = `'light'`. The script then calls `applyColorScheme('light')`, overriding the server-rendered dark scheme. This happens regardless of the theme's `set__i-default-scheme` setting. Suggested fix: When no cookie is found, the script should not override the server-rendered scheme. Replace: javascript const savedScheme = ips.utils.cookie.get('acpthemedefault'); currentIndex = schemes.indexOf(savedScheme); if (currentIndex === -1) currentIndex = 0; applyColorScheme(schemes[currentIndex]); With: javascript const savedScheme = ips.utils.cookie.get('acpthemedefault'); currentIndex = schemes.indexOf(savedScheme); if (currentIndex === -1) { /* No cookie found - keep the server-rendered default scheme */ return; } applyColorScheme(schemes[currentIndex]); This way, if the user has never explicitly chosen a scheme, the theme's configured default (set via `set__i-default-scheme` in the theme editor) is respected. --- Bug 2: Theme editor customizations lost on theme update (css_variables overwrite) Environment: IPS Community 5.0.16, Popp theme Problem: When importing a Popp theme update (XML), all theme editor customizations are lost: colors, slider configuration, layout settings, font choices, dark mode variables, etc. Ccause: This appears to be an IPS 5 core issue rather than a Popp-specific bug. The IPS theme import code in `applications/core/modules/admin/customization/themes.php` (around line 514) simply overwrites the `set_css_variables` column with whatever is in the XML: php case 'css_variables': $set->css_variables = $xml->readString(); break; There is no merge logic, no comparison between the existing customizations and the imported defaults. The `saveHistorySnapshot()` call made before import only saves templates and CSS to `core_theme_content_history`, but does NOT include `css_variables`, `view_options`, or `theme_editor_data`. The IPS default theme (set_id 0) stores its configurator values in the master CSS file (`1-2-settings.css`) as CSS custom properties (e.g., `--set__i-default-scheme: system`). These defaults are always present and the user's overrides in `set_css_variables` are merged on top at runtime (in `getCssVariables()`). Themes Popp store ALL their configuration (slider, custom colors, layout, etc.) directly in `set_css_variables`. When the import replaces this column with the XML defaults, ALL customizations are lost, there's no fallback like the master CSS provides for the default theme. Suggested improvements: Consider shipping the theme XML without `<css_variables>` content, or with only the theme's own default variables. This way, user customizations in `set_css_variables` would not be overwritten during updates. My actual solution: We've created a backup/restore script that dumps and restores the `set_css_variables` and `set_theme_editor_data` columns before/after each theme update. This works but is fragile and requires manual intervention. Thanks for reading and have a nice day
    1 punkt
Ten Ranking jest ustawiony na Warszawa/GMT+02:00
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.