Developing (v7+)

How to modify tags in rss-feed ?

At the page /dashboard/pages/feeds I can create RSS-feed and get url which contains xml-based data. In Russia there is service named Yandex.turbo (something like amp-pages in Google), I wanted to use rss-feed from concrete5, but I had some problems. Th…

Load page template file from package

I am building a package that displays locations on a map based on page attributes using the page list block with a custom block template. I want to load a page template file for the map page and another for the location page so that I can build out th…

Express entity ID

Hello, i have this code [code] $entity = Express::getObjectByHandle("sport"); $list = new Concrete\Core\Express\EntryList($entity); $list->setItemsPerPage(10); $pagination = $list->getPagination(); $results = $pagination->getCurrentPageResults(); …

Problem adding folder in Express. Bug?

Hello, i little speak english, but if I open the file manager twice and create a folder there,after the second folder is created, the file manager crashes. Everything is done in Express. Do you know what this could cause? In other browsers it has the same…

Include attachements in Send form submissions

For some reason the attachment entry fields are missing in Send form submissions. Went thought permissions and such, but cant find anything out of the ordinary. Should version 8.5.1 include these attachment fields by default?

programmatically add system attribute owner in form

I've created a Express Form programmatically in a package [code] $form->addFieldset('Basics') ->addAttributeKeyControl('titel') ->addAttributeKeyControl('sichtbarkeit') ->addAttributeKeyControl('owner') …

Creating Express Objects programmatically

I'm creating Express-Entities from my package controller: [code] $ag = Express::buildObject('exposee', 'exposees', 'Exposees', $pkg); $ag->addAttribute('text', '[1] => aID_ObjektNr', 'ag_nr'); $ag->addAttribute('topics', 'Inven…

500 error when trying to post a page

Sorry this is quite long but does contain relevent info... I am trying to deploy a site that has been migrated from 5.5. The planned release is in C5-8.5 I have developed the release on php7.3-fpm running on nginx Everything works perfectly I then…

Filter Posts