Developing (v7+)

Concrete5 Cache not working

Hello, I have a custom built concrete5 website and the cache settings are not saving at all. I have updated it to 8.4.2 but it still won't save. When I set cache on and click save cache won't turn on but it says it has been updated. I am not sure what…

Retinajs, how does it work?

In the core directory I see there is a retinajs.js file, see https://github.com/concrete5/concrete5/blob/develop/concrete/js/build/vendor/retinajs/retinajs.js Does anyone know if it's being used, and if so, where? I see that the file selector attribut…

Overriding core_search in app.php

I can override core_search in concrete/config/app.php when I return the new value in application/config/app.php. However, when I changed the value from c5's provider to elastic search, the website crashes because it can't find main.css anymore? Has anyone…

Search Index

I am tasked with using elastic search for a c5 site I am working on. I would like to override Search Index so it will index content changes using elastic search instead of c5's index and search method. However I am having a difficult time trying to find w…

Include page name in express form submission

I have a subscribe form attached to Calendar & Events pages. The problem is that I can't see from which page someone has subscribed. I would say the simplest solution would be to include the page name in a form submission. But how to include the pa…

Form submit doesn't save

V8.4 I have a page type created from my package and a page 'contact-us' which is of that page type and in the page a form block added by normal page editing to an area for getting in touch. When the form is submitted it posts to contact-us/submit/st…

Create a page for testing C5 api or manual task

Hi, When developing with C5, I usually need a page to test c5 API, get data from other databases etc. For creating this page, I put a bare page template in my active theme, then create a page type and template, and finally create a page in the C5 sitemap…

8.4.2 How to show 'tomorrow 09:00:00' as user datetime in widget?

[code] $dt = new DateTime('tomorrow 09:00:00'); echo $app->make('helper/form/date_time')->datetime('dt', $dt, false, true, null, 1800, array()); [/code] shows the correct date and time only if the system server time is the same as the user's, e.g. loc…

Filter Posts