Developing (v7+)

8.4.2: Code in CKEditor addon - JS error "codesnippet" was not found

I've installed the addon, it's enabled in the Dashboard. But when I load an editor it throws the following error: Error: [CKEDITOR.resourceManager.load] Resource name "codesnippet" was not found at "http://localhost/c584/concrete/js/ckeditor4/vendor/plug…

Gallery for Video and Images

Hi, I am looking for a way to show both images and videos within a gallery. I like fancybox3 as you can use videos and images. Do you know if there is a package similar to this? The only other way would be for me to install https://fancyapps.com/…

default.less variables

My question is where is the path for the variable in the default.less: [code]@image-slider-background-image: '../images/background-slider-default.png';[/code] resolved in Concrete 8.5.1. I.e where is the relative path '../ ' resolved? The actual…

8.4.2: rich text sanitizing

A string can be sanitized with [code] $service = $this->app->make('helper/security'); $data['string'] = $service->sanitizeString($data['string']); [/code] Should rich text be sanitized at all? If yes, then how? Thank you.

AAWP and Content Egg

Hello I have both Concrete 5 and WP websites. On WP, I use AAWP and Content Egg extensions to build nice amazon affiliate buttons. Is AAWP and Content Egg available on Concrete 5 ? I don't see them in the add on. Can we use AAWP or Content Egg htm…

ORM Entities not created

Hi I'm currently trying to create a v8 package. But I stuck on creating the tables. On install, the table is not created. controller.php [code] [/code] the entity in steff_testing/src/SteffTesting/Testing/Testing.php starts like this [code] …

C5 Entity Example V8+

Hi There Is there an example on how to use the dashboard to write data to a MySQL Table using entities? Something like this but V8 with https://github.com/hissy/c5_example_entity [code] protected $appVersionRequired = '8.5.0'; protected $pkgAut…

8.4.2: what's color picker jquery select event?

I have a color picker in a block form. I want to preview the chosen color in the form. How can I do that? The following doesn't work: [code] $('div.sp-picker-container').on('click', 'button.sp-choose', function() { console.log('ok'); }); [/cod…

8.5.2 Pass variable from dashboard page controller to view

Hi All, I am trying to add a dashboard page and can't wrap my head around how to setup the controller and view. This is what i have done. I created a dashboard page called "opzeggen" in the folder: /application/single_pages/dashboard/opzeggen.p…

Filter Posts