-
Posts
306 -
Joined
-
Last visited
-
Days Won
37
Split last won the day on February 12
Split had the most liked content!
About Split
- Birthday 07/12/2000
About your community
-
Version
IC 5.x
-
Forum
codeity.pl
About you
-
Location
Nysa
Recent Profile Visitors
8,870 profile views
Split's Achievements
-
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.
-
Version 1.0.0
1 download
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.$11.21 -
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
-
Version 1.0.1
0 downloads
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.$13.34 -
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
-
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>
-
A w checkerze wersja PHP 8.2 😂
-
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.
-
Nazwy miesięcy/dni w kalendarzu z angielskiego na polski
Split replied to sirwiz's topic in General IC5 support
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; } -
Nazwy miesięcy/dni w kalendarzu z angielskiego na polski
Split replied to sirwiz's topic in General IC5 support
date() zawsze zwraca angielskie nazwy bo działa wyłącznie o oparciu o wewnętrzne formaty PHP. -
Nazwy miesięcy/dni w kalendarzu z angielskiego na polski
Split replied to sirwiz's topic in General IC5 support
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. -
Version 1.0.0
7 downloads
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.Free -
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
-
Holiday Addons [ 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
-
Version 1.2.2
7 downloads
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.$18.68
