Questions tagged [neoscms]

Neos is a next-generation open source content management system.

Neos is based on the Flow PHP framework and the editing interface lets you focus on your task by being as simple as possible. At the same time providing lots of flexibility to the developer using it.

143 questions
0
votes
1 answer

How to Create a Multi-Column Custom Content Element

I'm trying to create a custom two-column content element in Typo3 Neos. I'm aware that Neos is shipped with multi-column functionality, but for this particular case I need to create my own custom content element. So far I've been able to create one…
dlange87
  • 1
  • 1
0
votes
1 answer

Set default language in typo3 neos (1.0.1 Beta)

I am having site with default language norway. How to set default language in neos. It seems by default it takes english as default language. When i add simple contact form and for required fields it says (This is the required field) I just wanted…
Punith
  • 21
  • 6
0
votes
1 answer

Add popup Image to default TYPO3.Neos.NodeTypes

In Neos default NodeTypes.I tried to add link. It works only for external links and If i need to add link to internal page or other image in popup.I dont see any option in NodeTypes.image. How should i add link to page or other image ? Any…
Punith
  • 21
  • 6
0
votes
1 answer

Unstructured When copy and paste a content element in Typo3 neos

I am using Typo3 neos version 1.0.2 Beta When copy content element and paste it in other content area It will not page and instead it shows error and the content element with name unstructured is created in node tree. ExtDirect error: Uncaught…
Punith
  • 21
  • 6
0
votes
1 answer

Menu does not show shortcuts

I am trying to render a menu in TYPO3 Neos. The Menu works fine, but does not show shortcuts. What do I do wrong?
  • ScubaBen
    • 138
    • 1
    • 11
    0
    votes
    1 answer

    How are chapters handled in Typo3 Neos?

    I want to use chapters and chapter-menu as a e.g. image gallery, reference module or other collections in Typo3 Neos. As there are multiple domains with different content in my installation i have a problem with the NodeTypes.yaml: All my site…
    Thosh
    • 45
    • 1
    • 6
    0
    votes
    1 answer

    how to install TYPO3 NEOS on openshift

    Unable to install typo3 neos on openshift. my git repository https://github.com/ynagarjuna1995/neos but when I execute rhc create app appname php-5.3 mysql-5.1 --from-code=https://github.com/ynagarjuna1995/neos it has initialized the gear .but no…
    Nagarjuna Yelisetty
    • 539
    • 1
    • 6
    • 12
    0
    votes
    1 answer

    Add link to text in neos beta 1.0.2

    I am new to Typo3 neos. I am using neos with version 1.0.2 When i try to add links to custom content types the link will not be proper and it appears some thing like below.For external urls it works…
    Punith
    • 21
    • 6
    0
    votes
    1 answer

    Typo3 Neos: How to use a flow plugin in a page template?

    If I have a flow plugin TYPO3.NeosDemoTypo3Org:MyQuotesPlugin and I want to render the return value of the method 'quoteOfTheDayAction' which is implemented in my ActionController, how can I do that in my page template? With Typo3 I would do it like…
    Andreas
    • 1
    • 3
    0
    votes
    1 answer

    How decides Typo3 Neos which Settings.yaml to choose?

    i use one Neos installation for multiple domains with different content. duplicating the package TYPO3.NeosDemoTypo3Org, removing the node-identifier and doing some replacements brought me nearby everything i need. But only the first Settings.yaml…
    Thosh
    • 45
    • 1
    • 6
    0
    votes
    1 answer

    How can I define the title that is used in the node tree? My own node types are always displayed as "Untitled"

    I am using neos version beta 1.0.2. I have a custom package in neos installation. But when i create new content elements it always shows "untitled" in node tree. Its very difficult to differentiate content elements if the tree title is same.
    Punith
    • 21
    • 6
    0
    votes
    1 answer

    Typo3 Neos: Filefield in Custom Content Type

    I want to make a custom content type with the possibility to edit a download file. In my NodeTypes.yaml I have: 'Vendor.Prefix:MyContentType': superTypes: ['TYPO3.Neos:Content'] ui: label: My Content Type icon: 'icon-file-text' …
    0
    votes
    1 answer

    Typo3 Neos performance for css and js

    I installed Typo3 Neos, Apache and MySQL in a Docker container. The initial page loads in about a second, which seems okay to me. But most css-, javascript- and font-files take extremely long to load, some over 20 seconds waiting time. A chromium…
    Simon Kohlmeyer
    • 157
    • 1
    • 8
    0
    votes
    2 answers

    How to get parent menu name in typo3 neos

    How to get parent menu name in typo3-neos is there any solution ? > > >
    0
    votes
    1 answer

    Neos: Nodes from deactivated/deleted Package still there

    I've been playing around with Typo3 Neos. So I've installed it according to this tutorial, except i didnt import the demo Package. Just to be safe, I deactivated and deleted the TYPO3.NeosDemoTypo3Org package, before flushing the cache. So when i…
    Loki
    • 113
    • 1
    • 7
    1 2 3
    9
    10