(OLD 5.7 Discussion FORUM)

Getting images from a file set

Hi, can somebody give me some hints how I can get the images from a file set and output them? I started to make a block but I don't know how to get - the existing file sets (the user should be able to select the file set) - the images from that se…

DatabaseItemList replacement?

I see that good old DatabaseItemList is now Legacy, and it doesn't work anymore with getSortByURL(), which was very useful in dashboard lists. What is the upgrade? Things seems to have moved to Concrete\Core\Search, but I see no DatabaseItemList. It wo…

Unofficial 5.7 Package AJAX standard

Ok, so no one really outlined a solid structure for AJAX functionality regarding blocks and packages yet. I think we should refine this to a standard that everyone agrees on so that we can all move on with our lives and get to work on our products in a…

How to override / change site settings

Adding defines in `application/config/site.php` doesn't seem to do it anymore. I see there is now `application/config/generated_overrides/concrete.php` but I'm guessing that any changes made there will be overwritten. What is the proper way of doing…

APP_TIMEZONE deprecated?

Is the define APP_TIMEZONE deprecated for 5.7? It cannot be set in application/bootstrap because concrete/bootstrap (where it is tested for existence) is executed before. The only way to set it is in dispatcher.php or earlier, which makes me suspicious…

Themes not showing up

Hello, I've been developing with Concrete5 < 5.7 for a couple of years and I've just installed 5.7 with the hope of developing a small site. Essentially I've copied the elemental theme from /concrete/themes and I've created a new folder /themes/test w…

Dashboard Icon not showing

In 5.7 I provided an asset shipped in my theme as follows and this seemed to work ok as only retrieving the font-awesome once in the source code. [code]$this->providesAsset('css', 'font-awesome');[/code] However when in the page in edit/non edit the …

Remove a Layout?

Hi there, I have just added a layout using a Bootstrap3 grid, but can't find a way to remove or edit it. I tried to delete the stack to start again, as the layout was added to a footer global area, but that just threw up an error: "Class 'Concre…

Filter Posts