Posts by fluxus

    I am trying to create simple news via list/detail functionality. List page is showing correctly, but when clicking through each item the detail page shows nothing. Links are generated correctly I believe, they are working for each new item I add and click on through listing page.



    Here is my template code for individual item dogadjaj.html

    This is the list template lista_dogadjanja.html

    And two relevant pages to display the content. First to display the listing.


    dogadjanja.php

    And the relevant part for single item.

    dogadjaj.php


    Besides the above issue, one thing I noticed when creating new items/events is that upon save it doesn't save all block items. For example I added three paragraphs and one image via blocks, only one paragraph gets saved. Only after I create un-saved items again and press save they are saved properly.


    This is basically the default behaviour for each new item/event I add.

    Hi all,



    Going to build my first site for a client with Perch, just wanted to ask for an opinion about what is the correct way to do things in Perch.


    I've used CouchCMS in the past a few times, so I have a basic understanding how Perch works, cause both CMS are fairly similar in how they do things.



    For the site in question I need a simple news section. Should I use blog app for that or list/detail pattern? What are the advantages of blog app over list/detail pattern?


    I am mostly interested in displaying latest news on home page or in sidebar for example. Is filtering/sorting easier with blog app because I assume that it would need additional work done to setup correctly with list/detail pattern.


    Thx