(OLD 5.7 Discussion FORUM)

Override country list in 5.7

Is there an easy way to override the system country list to exclude extra countries and survive a core upgrade? Located at src/Localization/Service/CountryList.php regards alex

URLs to Page

If you change the name of the page in 5.7, in Location you are not able to change the URL to page, so you end up with a url that can be very different than the page name. In 5.6 we could change the url. Is there a way to do this in 5.7? It seems to be …

EditorServiceProvider.php

Everything was working fine until 2 days ago ( and I swear that I made no changes!!!) Yesterday, I went to our website (secretsdupuits.com) and could no loger access it. The error message I get is: Fatal error: Namespace declaration statement has to…

External Form :: File Upload :: Send as attachment

Hello, Can someone explain to me how I can add uploads that send as attachments to my external form? I make the file upload area with: [code] [/code] But how to I store the post data in the controller, for example, I gather text data with: […

Concrete 5.7 page_theme.php PSR issue

Before 5.7, I used to often name theme directories along the lines of "my_site_20XX", where 20XX was the year the theme was created. This way, when we rolled out new themes for a site later, I could easily preserve the old theme by incrementing the year a…

Blank area for Attributes, Location, SEO etc

It appears that the main editing area for 5.7.5.3 is broken. When clicking any thing in properties I cannot change any details. I get the green Save button and nothing else in the larger right pane? Is this fixable or a known issue?

Limit a Page Type or Area to certain Block Types

I am looking for a Way to control what Block Types that are available to insert in a certain Page Type or Area. A practical Example: I have a PageType called "newsletter" that i use to let the user Create HTML Content. This Content will be processed …

Displaying a Block in edit mode

I have a form that I want to display a block in edit mode on. I can display a blocktype in add mode but I cannot display the block or blocktype in edit mode. [code] $bt = BlockType::getByHandle('video_player'); $bt->render('add'); [/code] Displays …

Filter Posts