[Neos] [NEOS] File Project

Dmitri Pisarev dimaip at gmail.com
Sat May 9 23:05:56 CEST 2015


Hey Jean!

When creating a Neos project, you usually start with defining the nodetypes
(your data model), then configuring the retrieval and rendering of your
data with TypoScript and Fluid.

1. Create a node type Person, inheriting from type TYPO3.Neos:Document
(that would allow each person to have its own url) with property gender,
and make it a selectbox with two values: male and female. Also add other
required properties: image, name etc.
2. Define the template for full view of your Person.
3. To create the list, use TYPO3.TypoScript:Collection and FlowQuery to
filter the node by property, and then render them with short template with
name and a link to full view.

If you need some code examples, you can have a look at our internal News
package, where we render all sorts of lists:
https://github.com/sfi-ru/Sfi.News/blob/master/Resources/Private/TypoScript/Lists.ts2

Cheers,
Dmitri



On Sat, 9 May 2015 at 14:55 Jean Claude <jccosse at gmail.com> wrote:

> Hello Neos !
>
> I continue to learn typo3 neos .. also,
> I would like to have some advice from ' Neos Specialists'.
>
> I would like to make a small project ....
> please, can you tell me which way I have to look to achieve it ..? ..
>
> 1 - create a group of people with a category 'woman' and category 'man'.
> 2 - for each person, a small card with the 'name' and 'image' for example
> ...
> 3 - display on a page the list of 'women' and on another page the list of
> men '
> 4 - if a person is selected, you can see his small card.
>
>
> sincerely, I thank you in advance
> Best regards
>
> jean-claude
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list