Developing (v7+)

Autocomplete when adding a block

My block controller contains the following. Both are triggered upon adding the block. Does it matter which one I require the asset in? [code] class Controller extends BlockController { public function registerViewAssets($outputContent = '') …

Content migration: Seems to work fine, but then no pages are published

After some nice help here I got the Concrvete5 migration tool working. :) So I'm migrating content from an old 5.6 website to a brandnew 5.8 site. I successfully converted the theme, solved all mapping problems and I now have a batch ready that, according…

Help creating my first block

I am building my first block which creates something like the following:   JavaScript will make a XMLHttpRequest which includes the data-id and C5 will use cURL to forward the request to another server, return the response to the browser client, …

Change Custom Topic List delimiter

Hello all, I am pulling a Custom Topic List Attribute into my Blog page. The user has the option to select multiple topics from the list. I want to change the way the list is displayed... rather than using commas to separate the list, I would like to u…

Import/Export Express entities

Hi all, I'm wondering if there's a way to export (and then import) Express objects. That is, the Express object definition (attributes, etc), it's forms, associations, and then even the entries of the object. I'd then like to reimport these on a differ…

Sharing some config value between classes

This question has a specific and general part. Specifically, I have a package where the package controller and a single page controller both need to know a given string value. I would rather not hard code the value in both classes and either just hard…

What binds a controller to a single page view?

To add a new single page, I go to /dashboard/pages/single/single_page_added and add one. But I get an error as the page doesn't yet exist yet, so I add public/application/single_pages/my_single_page.php and all is good. But now I want a controller, so I…

Filter Posts