Developing (v7+)

[Resolved] SEO Tracking code stripped out

Hello, I'm an experienced web developer, but not so much with Concrete5, and there is _something_ which strip the Google Analytics script out of my pages and I can't figure how. Let me explain: - `seo.tracking.code.footer` is correctly set and v…

Extend Form Controller?

Hello everyone,, OK so i need help on how to properly extend the Form Block, if possible. I'm creating a custom block that is essentially the Form Block with one main difference, it will need to submit its data to an external URL. (Concrete doesn't us…

Doctrine, a package, and C5 version 8

Sounds like the proper way to utilize the database in a package is to do so through doctrine, true? There is some documentation, however, not sure if it is applicable. Tried https://github.com/mainio/c5_entities_example, however, results in errors and i…

Naming convention for package controllers

I always use StudlyCaps for my classes and namespace (https://www.php-fig.org/psr/psr-1/#3-namespace-and-class-names). I am new to concrete5 and am creating a package. It works great when the controller class names are under-case, but the second one sta…

Use package to specify single-page names

I am able to create a package which adds single-pages to the dashboard. How do I specify the name that appears in the menu if I do not wish it to be just the last item in the URL? Concrete\Core\Page\Single::add() does not appear to accept an argument to…

RequireAsset with async or defer

Hi Is it possible now to load js scripts over requireAsset with an async or defer tag? It would be great if we have another parameter when registering assets that allows us to put one of these tags on, which in turn would group it into it's own fil…

Delete Express entries in bulk

I have a client that receives hundred of registrants through a series of Express Object, on a quarterly/seasonal basis. I actually have four Express objects, one for each season. We've now cycled through the year, and we're preparing for a second run for …

Extend Form Controller?

Hello again, OK so i need help on how to properly extend the Form Block, if possible. I'm creating a custom block that is essentially the Form Block with one main difference, it will need to submit its data to an external URL. (Concrete doesn't use …

Adding new single pages without reinstalling package?

Does anyone know if this is possible? It seems that if I want to add a new single page programmatically, I need to then reinstall the package for it to be "registered". Can't seem to find anything online to help me.

Filter Posts