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
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 …
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…
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:
[…
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…
I started by looking at this code http://documentation.concrete5.org/developers/database-management/connecting-multiple-databases
instead of 'driver' => 'c5_pdo_mysql' i used 'driver' => 'c5_pdo_sqlsrv',
but then ran into an error because there wa…
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?
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 …
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 …
The search page only shows "approved" and "all" as options, but no more "pending".
Is this on purpose? I had it already on 5.7.5.2 and this was the reason, why I updated.