Developing (v7+)

Assigning permissions from a package

I have a package that creates user groups and pages and restricts access to the pages based on user groups. It also contains a custom registration page that logs in the user once registration has been completed. The issue I am seeing is that the page p…

8.5.2: How to use routes by name

I have routers with names: [code] $groupRouter->get('/test', 'TestController::index') ->setName('test'); $groupRouter->get('/show/{id}', 'TestController::show') ->setName('show'); [/code] How can I use it in a view by its name, not by path?…

8.5.2: Routes middleware and scope

Friends with Laravel experience, Can you please tell me if concrete5 has a middleware authentication mechanism as in Laravel routes and controllers like [code] $this->middleware('auth')->except(['index', 'show']); $this->authorize('update', $user->…

Hide div when no text added

Is it possible to hide a div from the browser if the editable areas within it have not been used (ie they are empty)? But they are available in EditMode and become visible automatically upon text being added to them?

Concrete5 8.5.3 Express Entity Selector

Anyone else have an Express entity with an Express Entity select that is now blank as of 8.5.3? There doesn't appear to be a button anymore to click to open the list of records to select.

Font Barlow 400 Wrong Rendering on Firefox

I use a Google-Font «Barlow» in my webpage. The fontweight used is «regular» 400. Due to Security we need to have fonts served locally, also on the webserver, not loaded from a remote google server. Though the font rendered in the webpage is 500 italic…

Pages slow to load (even simple pages)

I noticed that many of our pages seem to take a long time to load (1.5-2 seconds). I installed the "Speed Analyzer" extension, and confirmed that even really simple pages are taking more than 1.5 seconds to load. I clicked on the record for one of the pag…

Filter Posts