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
1
vote
1 answer

Sulu - How to index whole content of a PageDocument?

i'm trying to work with sulu and index content i create from the admin. i create a content, i fill the article field and i publish, but in the index, the "body" of the article is not indexed. Afaik there is the ObjectToDocumentConverter which…
1
vote
0 answers

sulu product bundle add field in add on form

I'm working on SuluProductBundle. In product add on add I want to add a checkbox (see image) Which will save in table pr_product_addons. I will add one field in table is_similar. So how can I change in form. I want to override twig. But in sulu I…
1
vote
1 answer

Symfony entity override "The table with name 'sulu_11.me_media' already exists

I am overriding entity of bundle. In my bundle I am writing an namespace AppBundle\Entity; use Sulu\Bundle\MediaBundle\Entity\Media as Base; use Doctrine\ORM\Mapping as ORM; use Gedmo\Mapping\Annotation as Gedmo; /** *…
Ricky ponting
  • 4,537
  • 4
  • 13
  • 26
1
vote
1 answer

Sulu CMS GET-request error

I have an AJAX GET-request which should return to me the list of categories but I have got an SQL error SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated…
Pawel Novikov
  • 465
  • 1
  • 11
  • 26
1
vote
1 answer

Sulu cms find page by category and tags

How can i find list of pages by assigned category and tags? I am adding page from backend and assigning category and tags in to it. In frontend in my custom controller action i want to list pages by category. So how can i do that? Thanks in…
Ricky ponting
  • 4,537
  • 4
  • 13
  • 26
1
vote
1 answer

Sulu cms: Create bundle for custom controller

I am using sulu minimal edition. So i want to create bundle for my custom controllers. I have contact form in my website. On form submit i want redirect to symfony route. Save data in custom table and display in admin area user role wise. Whats…
Ricky ponting
  • 4,537
  • 4
  • 13
  • 26
1
vote
1 answer

Sulu.io CMS editor add images inside content

Is there a way to add images inside Sulu.io editor, rather than creating properties or blocks? I have been searching this in their issues, documentation and google, but I'm not sure if its possible or not, even tho one can add image links but not…
Basit
  • 16,316
  • 31
  • 93
  • 154
1
vote
1 answer

Sulu CMS: is it possible to restrict the creation of nodes of a certain type only under nodes of another particular type?

We are in a situation where we have pages of the news template type, that can carry any number of nodes of the news_item template type. In effect they should only ever carry nodes of that type and that type alone, and nodes of the news_item type…
Tom De Roo
  • 196
  • 1
  • 9
1
vote
1 answer

Sulu CMS: is it possible to restrict access to certain attributes of a specific template to certain roles?

We have a situation where we have two different roles of users: let's call them content_labourer and content_boss. There's a template we could call very_cool_content. On this template we've stated the following attributes: title: some string…
Tom De Roo
  • 196
  • 1
  • 9
1
vote
1 answer

Sulu CMS admin: is there a way to add new content automatically to the "top" of the order list?

In a situation where, for instance, a user creates a new news_item content under a news content that already has several items of the news_item type (or any other type, for that matter), the new content will be added to the bottom of the already…
Tom De Roo
  • 196
  • 1
  • 9
1
vote
1 answer

Sulu CMS: how to search/filter for content of a specific type with specific values for specifc attributes?

Short description of the situation: We're running a forked version of Sulu 1.5.2, PHP 7.1, Windows server environment, db connection with PostgreSQL We have a website structure/tree where we have house templates at the top level; each house has one…
Tom De Roo
  • 196
  • 1
  • 9
1
vote
1 answer

How can I create and update pages dynamically in Sulu CMS?

I have the following situation: A database stores information about houses (address, number of rooms, date built, last selling price, etc.) This database is being manipulated through an app (let's call that app the "backend house app") that cannot…
Tom De Roo
  • 196
  • 1
  • 9
1
vote
1 answer

app/console sulu:security:user:create is working but sulu-login doesn't work

I am new in administrating websites with Symfony and Sulu CMS. But now I have to setup an test environment based on an existing project. So far I think I've managed to get Symfony and Sulu basically working. Now to my problem: I created an user with…
J. B.
  • 45
  • 1
  • 6
1
vote
2 answers

How can I share content-properties between templates

I have different templates. default category article overview They share some properties like the text-editor with it's settings. Inhalt
Patrick
  • 1,562
  • 1
  • 16
  • 33
1
vote
1 answer

sulu extend PageDocument

I am trying to extend the PageDocument class. I added following setting to my app/config/config.yml sulu_document_manager: mapping: page: class: Client\Bundle\WebsiteBundle\Document\PageDocument phpcr_type:…
huzi
  • 131
  • 1
  • 8
1 2
3
10 11