Developing (v7+)

Handling Large Image Files

Hi all. I have several sites that require larger upload limits to be set on the server in order to allow for video and audio file uploads. The problem is that I am constantly having to fix my client's image file sizes. I found a 12,000 x 7000 pixel file t…

8.5.4: how to style Account pages?

In version 8.4*, I used my own css style and added the css asset in the account page controller. In version 8.5* that doesn't work anymore because the Account pages use site css. I also see that my package account css is loading before the concrete/css/ac…

8.4.2: How to detect the date widget change?

[code] $fdth = $app->make('helper/form/date_time'); echo $fdth->date('date', $today); [/code] The date is appended to a hidden input which doesn't trigger the change event. Is there any way to detect the date change? I see the widget may take a $da…

Autocomplete inline link for CKeditor

Before I reinvent the wheel I was wondering if anyone has tried creating a custom plugin (button) for CKeditor to handle a quick inline link (internal links within the site)? This would work something along the lines of how Wordpress does inline links wit…

Render attribute with "default" value

Hi, I'm stuck... I have multiple collection attributes in a block-form. [code]$ak->render('form');[/code] It saves perfectly and works in my view, but when I want to edit the block I can't seem to load the attribute with the saved values from the …

Add custom content when registering an asset

For instance, how can I include the following in the page? Really trying to do the first one with type="module", but would like to know how to do the others as well. I read through https://documentation.concrete5.org/developers/assets/registering-an-ass…

create page in sitemap using programmatically in concrete5

I have created a custom package in this package I am import data from CSV and when CSV data will import. A single page should be created on the site map. I have applied code in the controller file where the import function is working. $page2 = SingleP…

Filter Posts