Skocz do zawartości

Split

Użytkownik
  • Postów

    309
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    39

Ostatnia wygrana Split w dniu 20 Marca

Użytkownicy przyznają Split punkty reputacji!

4 obserwujących

O Split

  • Urodziny 12.07.2000

Informacje o forum

  • Wersja
    IC 5.x
  • Forum
    codeity.eu

Informacje o profilu

  • Miejscowość
    Nysa

Ostatnie wizyty

9 018 wyświetleń profilu

Osiągnięcia Split

Wschodząca gwiazda

Wschodząca gwiazda (9/14)

  • Poświęcony społeczności Unikat
  • Pierwszy post
  • Współtwórca
  • Rozpoczęcie dyskusji
  • Pierwszy tydzień zakończony

Najnowsze odznaki

58

Reputacja

3

Odpowiedzi społeczności

  1. Wersja 1.0.0

    1 pobranie

    🔹 Topic Presets is a smart autofill tool designed for forums that require structured topic formats. It allows administrators to define preset templates for topic creation, ensuring consistency and clarity across user submissions. 🧩 Whether it's support requests, recruitment threads, or bug reports - users simply select a preset, and the topic fields are automatically populated with the required format. No more confusion, no more formatting errors. ✨ Key Features: Admin-defined topic templates One-click autofill for users Ideal for forums with strict posting guidelines Reduces moderation workload and improves user experience
    80 zł
  2. Split

    Topic Presets

    Topic Presets Zobacz plik 🔹 Topic Presets is a smart autofill tool designed for forums that require structured topic formats. It allows administrators to define preset templates for topic creation, ensuring consistency and clarity across user submissions. 🧩 Whether it's support requests, recruitment threads, or bug reports - users simply select a preset, and the topic fields are automatically populated with the required format. No more confusion, no more formatting errors. ✨ Key Features: Admin-defined topic templates One-click autofill for users Ideal for forums with strict posting guidelines Reduces moderation workload and improves user experience Dodający Split Dodano 23.03.2026 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  3. A fix will be released within 24 hours. Thank you for reporting this.
  4. Split

    Popp Theme

    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.
  5. Wersja 1.0.0

    1 pobranie

    The Members Page is a lightweight and functional app for Invision Community 5 that restores the tab that displays a list of all users, missing in IPS5. Since ICS5 no longer has a "Members" page by default, this app re-introduces it in a modern, streamlined format. This gives your community a clear, easily accessible member list that allows users to find each other faster, browse profiles, and build greater engagement with the service.
    42 zł
  6. Split

    Members Page

    Members Page Zobacz plik The Members Page is a lightweight and functional app for Invision Community 5 that restores the tab that displays a list of all users, missing in IPS5. Since ICS5 no longer has a "Members" page by default, this app re-introduces it in a modern, streamlined format. This gives your community a clear, easily accessible member list that allows users to find each other faster, browse profiles, and build greater engagement with the service. Dodający Split Dodano 22.02.2026 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  7. Wersja 1.0.1

    0 pobrań

    Coupon Popup with Countdown is a lightweight yet powerful marketing tool designed for Invision Community 5. It allows you to display an eye‑catching, fully customizable popup that promotes a coupon code along with a live countdown timer. Perfect for flash sales, limited‑time offers, seasonal promotions, or any event where urgency drives conversions. Key Features Customizable Coupon Code Set any coupon text you want to promote. The popup includes a built‑in “Copy” button, making it effortless for users to grab the code. Live Countdown Timer Create urgency with a real‑time countdown showing days, hours, minutes, and seconds. Ideal for time‑limited promotions. Flexible Styling Options Customize the popup’s title, description, button text, and colors to match your theme or branding. Mobile‑Friendly Design The popup is fully responsive and works seamlessly across all devices. Lightweight & Optimized Minimal performance impact, clean JavaScript, and isolated logic to avoid conflicts with other scripts. Use Cases Flash sales Holiday promotions Limited‑time discounts New product launches Community events or milestones Why This App? This application helps you boost engagement and conversions by combining a visually appealing popup with the psychological power of countdown urgency. It’s simple to configure, easy to manage, and integrates smoothly with IPS5.
    50 zł
  8. Split

    Coupon Popup

    Coupon Popup Zobacz plik Coupon Popup with Countdown is a lightweight yet powerful marketing tool designed for Invision Community 5. It allows you to display an eye‑catching, fully customizable popup that promotes a coupon code along with a live countdown timer. Perfect for flash sales, limited‑time offers, seasonal promotions, or any event where urgency drives conversions. Key Features Customizable Coupon Code Set any coupon text you want to promote. The popup includes a built‑in “Copy” button, making it effortless for users to grab the code. Live Countdown Timer Create urgency with a real‑time countdown showing days, hours, minutes, and seconds. Ideal for time‑limited promotions. Flexible Styling Options Customize the popup’s title, description, button text, and colors to match your theme or branding. Mobile‑Friendly Design The popup is fully responsive and works seamlessly across all devices. Lightweight & Optimized Minimal performance impact, clean JavaScript, and isolated logic to avoid conflicts with other scripts. Use Cases Flash sales Holiday promotions Limited‑time discounts New product launches Community events or milestones Why This App? This application helps you boost engagement and conversions by combining a visually appealing popup with the psychological power of countdown urgency. It’s simple to configure, easy to manage, and integrates smoothly with IPS5. Dodający Split Dodano 17.02.2026 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  9. I can help you with sorting based on letters, but I didn't do the rest on request. <section id="cp-store-alphabet"> {{$categoriesByLetter = [];}} {{$letters = [];}} {{foreach \IPS\nexus\Package\Group::rootsWithViewablePackages() as $group}} {{$llang = \IPS\Member::loggedIn()->language()->get( 'nexus_pgroup_' . $group->id );}} {{$firstLetter = mb_substr($llang, 0, 1);}} {{if (!isset($categoriesByLetter[$firstLetter]))}} {{$categoriesByLetter[$firstLetter] = [];}} {{$letters[] = $firstLetter;}} {{endif}} {{$categoriesByLetter[$firstLetter][] = $group;}} {{endforeach}} <div class="ipsTabs" id='elTabs_alphabet' data-ipsTabBar data-ipsTabBar-contentArea='#ipsTabs_content_alphabet' {{if \IPS\Request::i()->isAjax()}}data-ipsTabBar-updateURL='false'{{endif}}> <ul role='tablist'> {{if \count( $popularProducts )}} <li><a href="#" id='alphabet_tab_popular' class="ipsTabs_item" role="tab">POPULAR</a></li> {{endif}} {{foreach $letters as $letter}} <li><a href="#" id='alphabet_tab_{$letter}' class="ipsTabs_item" role="tab">{$letter}</a></li> {{endforeach}} </ul> </div> <section id='ipsTabs_content_alphabet' class='ipsTabs_panels'> {{if \count( $popularProducts )}} <div id='ipsTabs_elTabs_alphabet_alphabet_tab_popular_panel' class="ipsTabs_panel" aria-labelledby="alphabet_tab_popular" aria-hidden="false"> <ul class='cp-groups-list'> {{foreach $popularProducts as $group}} <li> <a href='{$group->url()}' {{if $group->image}}style="background-image: url( '{expression="str_replace( array( '(', ')' ), array( '\(', '\)' ), $group->image )"}' );"{{endif}}> <h2>{$group->_title}</h2> </a> </li> {{endforeach}} </ul> </div> {{endif}} {{foreach $letters as $letter}} <div id='ipsTabs_elTabs_alphabet_alphabet_tab_{$letter}_panel' class="ipsTabs_panel" aria-labelledby="alphabet_tab_{$letter}" aria-hidden="false"> <ul class='cp-groups-list'> {{foreach $categoriesByLetter[$letter] as $group}} <li> <a href='{$group->url()}' {{if $group->image}}style="background-image: url( '{expression="str_replace( array( '(', ')' ), array( '\(', '\)' ), $group->image )"}' );"{{endif}}> <h2>{$group->_title}</h2> </a> </li> {{endforeach}} </ul> </div> {{endforeach}} </section> </section>
  10. A w checkerze wersja PHP 8.2 😂
  11. Otwórz w głównym katalogu plik info.php i w zawartości wrzuć: <?php phpinfo(); Później otwórz go w przeglądarce i sprawdź czy na pewno wersja PHP zmieniła Ci się na 8.0. Czasami jej nie zmienia bo są izolacje i inne ceregiele. 2. Jeżeli nie pomogło spróbuj wrzucić na nowo pliki, czasami się zdarza jak się wrzuca przez Menedżer plików WWW że przeglądarka nie wrzuci kompletnego archiwum dlatego zaleca się wrzucanie plików przez FTP.
  12. I według mnie coś jest nie halo. Bo powinno Ci to dobrze zwrócić. Podeślij adres url. public static function getDayNames() { if( static::$cachedDayNames !== NULL ) { return static::$cachedDayNames; } $dayNames = array(); $startDay = \IPS\Settings::i()->ipb_calendar_mon ? 'Monday' : 'Sunday'; for( $i = 0; $i < 7; $i++ ) { $_time = strtotime( 'next ' . $startDay . ' +' . $i . ' days' ); $_abbr = \IPS\Member::loggedIn()->language()->convertString( strftime( '%a', $_time ) ); $dayNames[] = array( 'full' => \IPS\Member::loggedIn()->language()->convertString( strftime( '%A', $_time ) ), 'english' => date( 'l', $_time ), 'abbreviated' => $_abbr, 'letter' => mb_substr( $_abbr, 0, 1 ), 'ical' => mb_strtoupper( mb_substr( date( 'D', $_time ), 0, 2 ) ) ); } static::$cachedDayNames = $dayNames; return $dayNames; }
  13. date() zawsze zwraca angielskie nazwy bo działa wyłącznie o oparciu o wewnętrzne formaty PHP.
  14. Wpisz w konsolę frazę "locale". I Sprawdź co Ci wyświetla. Jeśli któreś będzie "en_US.UTF-8". To wykonaj poniższe komendy i zrestartuj usługę lub cały serwer.
  15. Split

    Snow

    Wersja 1.0.0

    7 pobrań

    This plugin adds a customizable snow effect to your website, bringing a festive and wintery atmosphere. Key features: Attach snow to specific elements – choose from a list of available page elements and have the snow appear only on them. Lightweight and easy to use – adds visual flair without slowing down your site. Perfect for adding a seasonal touch or holiday spirit to your website with precise control over where the effect appears.
    Darmowy
×
×
  • 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ę.