I have a site that is running 8.5.4 thats been upgraded from 5.7.13. When I go to the page with an Express Form on it, it presents this error. If I delete the application/files/cache/expensive folder. It rebuilds and works... for so long, then I get th…
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…
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…
[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…
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…
Has any one tried and successfully made concrete5 controllers to render HTML pieces of code on themed (styled) and templated pages similar to Symfony's blocks in twig or Laravel's sections in blade? And most importantly all that in a package.
Instructi…
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 …
I save rich text with the Ckeditor in a DB
[code]
echo $editor->outputStandardEditor('content', $description->getContent());
[/code]
then I output it on a page
[code]
echo $description->getContent();
[/code]
but if the text has broken DIVs, the …
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…
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…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.