Search the Community
Showing results for tags 'ips 4'.
-
- 1 comment
-
- 4
-
- default theme
- ips 4
-
(and 1 more)
Tagged with:
-
[-50%] White & Blue Zobacz plik White & Blue A new template for your forum straight from the author. It has many built-in functions. It will be enhanced with additional features in future updates. ( IPS version 4.7 ) !! TESTED ON 4.7.12 !! ----- DEMO ----- u: demo p: demo Dodający Split Dodano 28.11.2018 Kategoria Szablony i grafika Wspierana wersja 4.x
-
- default theme
- ips 4
-
(and 1 more)
Tagged with:
-
Wiatm. Próbuję napisać blok z popularnymi tematami na forum, do wyświetlania na stronie głównej. Pages->blocks->Plugins->create new block->Feed Configuration->Most Commented->Content->Use as a base for a custom template->i tu piszę swój kod:) Mam dostęp do zmiennej $topics, ale ona zawiera tylko informacje o tematach, a nie o postach w tychże tematach, czy istnieje może jakaś funkcja pobierająca posty, która przyjmuje w argumencie id tematu albo może cały obiekt tematu? Na razie wyświetlam "kartę" tematu (taką jak na forum) <a href='{$topic->url()}' itemprop="url"{{if $topic->tableHoverUrl and $topic->canView()}} data-ipsHover data-ipsHover-target='{$topic->url()->setQueryString('preview', 1)}'{{endif}}> <span itemprop="name headline"> {{if $topic->mapped('title')}}{wordbreak="$topic->mapped('title')"}{{else}}<em class="ipsType_light">{lang="content_deleted"}</em>{{endif}} </span> </a> po najechaniu na jego tytuł, i tam znajduje się pierwszy i ostatni post, ale nie podoba mi się to rozwiązanie:(