Skocz do zawartości

Split

Użytkownik
  • Postów

    309
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    39

Treść opublikowana przez Split

  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
  16. Split

    Snow

    Snow Zobacz plik 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. Dodający Split Dodano 03.12.2025 Kategoria Modyfikacje Wspierana wersja 5.0.x  
  17. Holiday Addons [ Easter, Snow, New year Easter Egg, Widgets Decoration etc. ] Zobacz plik Holiday Addons is a lightweight and easy-to-use application that adds festive, seasonal visual effects to your website. With just a few clicks, you can bring a warm and wintery atmosphere to your community. Current features include: Falling Snow Effect – fully customizable (amount, speed, direction, flake style) Classic Holiday Lights – animated decorative lights that gently blink to create a cozy holiday ambiance Smashable Lights – interactive lights that break when hovered over, providing a playful effect Widgets Decoration – extra decorations and visual options for widgets Main Widgets and Sidebar Widgets Decorations – decorate both main widgets and sidebar elements for a complete festive look Easter Eggs – hidden surprises and interactive elements for users to discover Personalizable Switcher – a flexible toggle that lets users enable or disable specific effects according to their preferences More decorations and visual options are coming soon to give you even greater flexibility in styling your site for the holiday season. A perfect solution if you want to quickly and beautifully decorate your forum or website — without complexity or hassle. Dodający Split Dodano 02.12.2025 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  18. Wersja 1.2.3

    7 pobrań

    Holiday Addons is a lightweight and easy-to-use application that adds festive, seasonal visual effects to your website. With just a few clicks, you can bring a warm and wintery atmosphere to your community. Current features include: Falling Snow Effect – fully customizable (amount, speed, direction, flake style) Classic Holiday Lights – animated decorative lights that gently blink to create a cozy holiday ambiance Smashable Lights – interactive lights that break when hovered over, providing a playful effect Widgets Decoration – extra decorations and visual options for widgets Main Widgets and Sidebar Widgets Decorations – decorate both main widgets and sidebar elements for a complete festive look Easter Eggs – hidden surprises and interactive elements for users to discover Personalizable Switcher – a flexible toggle that lets users enable or disable specific effects according to their preferences More decorations and visual options are coming soon to give you even greater flexibility in styling your site for the holiday season. A perfect solution if you want to quickly and beautifully decorate your forum or website — without complexity or hassle.
    110 zł
  19. Wersja 1.0.0

    0 pobrań

    EN: Forum Category Overlay adds a customizable visual lock to restricted categories. Users without permission will see dimmed categories with a message such as Customers Only, while still being unable to access them. PL: Nakładka kategorii forum dodaje konfigurowalną blokadę wizualną do kategorii z ograniczonym dostępem. Użytkownicy bez uprawnień zobaczą przyciemnione kategorie z komunikatem, takim jak „Tylko dla klientów”, ale nadal nie będą mogli uzyskać do nich dostępu. In future updates, the ability to add more forums and messages will be added.
    50 zł
  20. Forum Category Overlay Zobacz plik EN: Forum Category Overlay adds a customizable visual lock to restricted categories. Users without permission will see dimmed categories with a message such as Customers Only, while still being unable to access them. PL: Nakładka kategorii forum dodaje konfigurowalną blokadę wizualną do kategorii z ograniczonym dostępem. Użytkownicy bez uprawnień zobaczą przyciemnione kategorie z komunikatem, takim jak „Tylko dla klientów”, ale nadal nie będą mogli uzyskać do nich dostępu. In future updates, the ability to add more forums and messages will be added. Dodający Split Dodano 18.11.2025 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  21. Top Contributors Pro Zobacz plik The app adds a new widget that works similarly to Top Contributors, but also displays topics and posts with sorting options. Dodający Split Dodano 13.11.2025 Kategoria Płatne modyfikacje 5 Wspierana wersja 5.0.x  
  22. Wersja 1.0.1

    0 pobrań

    The app adds a new widget that works similarly to Top Contributors, but also displays topics and posts with sorting options.
    60 zł
  23. Better Stats Pro Zobacz plik Better Stats Pro is an advanced application that integrates the functionality of two built-in widgets: "Member Statistics" and "Forum Statistics", creating one comprehensive widget. It is an extended version of my free plugin "Better Statistics". In this version, users can sort/add/remove tiles according to their preferences. Tiles list: Total posts [Forums app required] Total topics [Forums app required] Total members Most online Newest member Total reactions Total bans Space Total files [Downloads app required] Total downloads files [Downloads app required] Total views files [Downloads app required] Total images [Gallery app required] Total images comments [Gallery app required] Total albums [Gallery app required] Total blogs Total blog entries Total pages comments [Pages app required] Total pages views [Pages app required] Dodający Split Dodano 12.11.2025 Kategoria Płatne modyfikacje 4 Wspierana wersja 4.7.x  
  24. Split

    Better Stats

    Better Stats Zobacz plik This is a sequel to the Better Statistics app. This app features a redesigned widget. An application that combines the code from two built-in widgets called "Member Statistics" and "Forum Statistics" into one. Dodający Split Dodano 12.11.2025 Kategoria Płatne modyfikacje 4 Wspierana wersja 4.7.x  
  25. Wersja 1.0.0

    0 pobrań

    Better Stats Pro is an advanced application that integrates the functionality of two built-in widgets: "Member Statistics" and "Forum Statistics", creating one comprehensive widget. It is an extended version of my free plugin "Better Statistics". In this version, users can sort/add/remove tiles according to their preferences. Tiles list: Total posts [Forums app required] Total topics [Forums app required] Total members Most online Newest member Total reactions Total bans Space Total files [Downloads app required] Total downloads files [Downloads app required] Total views files [Downloads app required] Total images [Gallery app required] Total images comments [Gallery app required] Total albums [Gallery app required] Total blogs Total blog entries Total pages comments [Pages app required] Total pages views [Pages app required]
    60 zł
×
×
  • 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ę.