Questions tagged [sulu]

Sulu is a content management platform based on Symfony made for businesses.

Sulu is a content management platform based on Symfony made for businesses. It’s a flexible CMS to create and manage enterprise multi-sites and a reliable development environment for high-performance apps. With powerful features for developers and a simple UI for editors it’s the ideal engine for state-of-the-art business websites and web-based software.

More info: http://sulu.io/en

161 questions
0
votes
2 answers

Sulu CMF: new pages-type not visible in dropdown

I added a new .xml file to my Resources/pages folder. Filename is called publication.xml I added my properties and the unique key. But I can't see the name in the dropdown where i can choose the type of a new entry. I tried to clear the cache…
Patrick
  • 1,562
  • 1
  • 16
  • 33
0
votes
1 answer

Sulu Cmf: Relations as Select/Multi-Select

Is there a way to define Relations (embed an entity) from an other type? For example i have BlogPost and i have (already existing) other BlogPosts. I want to have a Multi-Select to define related BlogPosts. I didn't find it in the docs. How can i…
Patrick
  • 1,562
  • 1
  • 16
  • 33
0
votes
1 answer

SULU CMF: Direct upload in media_selection

I have a page with a field of type media_selection. The configuration is like that one. Bilder Images
Patrick
  • 1,562
  • 1
  • 16
  • 33
0
votes
2 answers

Sulu Pagebuilder: Add Multiple Types in a Collection

In Sulu cmf demo there is a sctionb where i can add multiple blocks. I'd like to use this as "Pagebuilder". I thought this block in my pages/default.xml will do the trick (and I think it is). Do I need to clear any cache for this to work, or what am…
Patrick
  • 1,562
  • 1
  • 16
  • 33
0
votes
1 answer

Sulu Search doesn't return anything

I implemented the Sulu default Search in my project. It doesn't return anything. When i try to reindex things on the console I get the following error: Error indexing or de-indexing page (path: .../contents/ueber-uns/team, locale: de): There is no…
-1
votes
1 answer

how to create a twig template header in all page in SULU?

I want to create an header with can be display or not in all page thanks to a checkbox in back office. I create the twig component and the link can be change in BO. I don't know how to applie with change to all the page in SULU.
Mastop
  • 1
-1
votes
1 answer

Sulu CMF - Pass parameter to autocomplete field in FormOverlayList add form

This question is a followup. I have two entities DataSet and DataGroup. class DataSet { string $name; Collection $groups; // Collection } class DataGroup { string $name; DataSet $dataSet; ?DataGroup $nextGroup; //…
Leon Willens
  • 356
  • 1
  • 16
-1
votes
2 answers

One to many selected items

I have 2 entities: Teams (id, name, short_name...) TeamMembers (id, teams_id, player_id) In admin, I have multiselect field, and on submit it sends ids array. How can I save it in related table? Here is a part of code that I have in…
-1
votes
1 answer

Sulu cmf get referrer

I have two pages in my content tree n sulu 1.0.13. On page "A" I set a reference to page "B" with a field of the content type "single internal link". When I am on page "B" I want to get the referring page "A". I have tried following code in my…
huzi
  • 131
  • 1
  • 8
-2
votes
1 answer

How can I make new a "system" and administrate them

I can read in the documentation: Sulu Instance At first you create a Sulu Instance. It could be seen as a single installation or one pool of data. Its real live mapping could be a company or an organization. and when I make a user with the console I…
togatsu
  • 1
  • 1
-3
votes
2 answers

Custome bundle with Sulu CMS Symfony2

I am using the Sulu CMS for the my website. As per my requirement I need to create one custom bundle in it. I tried as the example given documentation : php app/console generate:bundle I followed all the instructions but no success. After creating…
1 2 3
10
11