Displaying Data
PermalinkBut that is not a 'form entry display'.
You CAN create new pages with thumbnails through the composer feature that is pretty much a 'form', but this works only for logged-in users, if you want it out-of-the-box.
So what I have in mind is a logged in user would enter a review of something, say a widget, then save it. Then on my home page I would have a listing of say the 5 most recent reviews of Widget 123.
Make an 'Add on' attribute set for easier organisation of your new attributes. (Dashboard > Pages & Themes > Attributes).
Create your page attributes, equivalent to fields in Drupal, adding them to your 'Add on' attribute set (Dashboard > Pages & Themes > Attributes).
Make an 'Add on' page type, equivalent to a content type in Drupal (Dashboard > Pages & Themes > Page Types).
--> Launch in Composer = Yes
Add these attributes to your new page type (Dashboard > Pages & Themes > Page Types, select Edit Form for your page type). Once you have your attributes added, adding a new 'Add on' page will bring up the form (Composer is the form interface, instead of making a new page and putting into front-end edit mode).
Now you can display your data as you wish, using the page list block + custom templates http://www.concrete5.org/documentation/developers/5.7/working-with-...
http://www.concrete5.org/documentation/using-concrete5-7/in-page-ed...
You are correct that Composer is a form interface for editing pages. Pages
are just a type of data object (like users and files). You can make a page
type for anything and attach data to it, for example a house for a real
estate listing.
It would have an address, price, photos, bed/bath/car etc.
Do you need that urgently? I am planning on learning a little more block building and this might be an easy thing to realize.