Tschallacka Approved

Member since: 2015-06-23

Recent posts by Tschallacka
Post When

I need help with the October Rain library. The license currently says Copyright (c) 2013-2021 Alexey...

Posted in License unclear

In the php segment, before you enter twig, you can put this in a variable.

app('config')->get('app.d...

Posted in find out if app is in debug mode in template

Just for reference, if you wish to use a datepicker widget in the backend in a partial for example y...

Posted in Back-end date picker on front-end.

Override the success handler like so:

 data-request-success="$this.request('onContactSent',{success:...

Posted in Multiple Data-Requests

In your opcache settings in the php.ini on your development machine set the revalidation to 10 secon...

Posted in Development and Removing Cache

what was the url of the page? Can you provide a screenshot of the page?

Posted in I Believe I Found A CMS Bug With Components

in the widget $this->controller->publicFunctionName() or $this->controller->publicFieldName are opti...

Posted in Pass variable from controller to widgetbase

Open the following file in an editor

/plugins/AuthorName/PluginName/controllers/controllername/confi...

Posted in New view in the controller

Yes.

In your database have a field of type text or longtext(depending on how big you think it'll get...

Posted in Backend model form : Concatenate several fields to a json in database

browse with your editor to:

plugins/AuthorName/PluginName/Models/yourmodelname/columns.yaml

Add ther...

Posted in Customize builder (plugin) lists in the backend