Developing (v7+)

Include phpExcel library in concrete5 8.5.2

Hey there, I want to use the PHPEXCEL Library in a concrete5 8.5.2V . What is the way of doing this? Could not find a specific documentation for this. Thanks in advance!

database migration

I want to migrate the databases from concrete 5.6 to concrete5 8.5.2V. kindly tell me any body.

HTTP Client use

I need to access a restful service from my controller. The doc's say there is an http-client based on zend in ver 8.2 and above. The docs say to create an instance of the client [code]$client = $app->make('http/client'); [/code] However when I do that I…

How to make plugin for package?

Hello. Can anyone share thoughts on how to handle and make a plug-in for a package? I have a package and want to make a stand alone plugin package for it. How do I go about it from the installation point of view? That is, do I copy the plugin files int…

Image Crop position

Is there a way to change the crop position of an image to "top left" instead of "center center" when generating an image trough $img_path = $im->getThumbnail(...) ? Or alternatively, can I hijack the location where an image Thumbnail would be generate…

border in DESIGN

All the borders in umacasademacau.com which were in colors are now black. For the new page, "2020 BULLETINS" the border in DESIGN does not work at all. Please fix the DESIGN function.

Get background video through page attribute

Hi I am currently building a theme that should have a background video in the banner area. In order to enable my customer to change the video himself or replace it with a background image instead, I would like to do this via page attributes. The image pa…

8.4.2: search_file_folder permissions don't work on user

I have a user 'user1' who can edit the site and add a block if permissions 'search_file_folder' are set. I've added the 'user1' to the File Manager Permissions (see attached pic). And I have the following code in a block controller: [code] $key = \Concr…

8.4.2: How to paginate same blocks on one page?

Anyone know how a list pagination can be used with same blocks on the same page? Where do I use a $bID in the controller and view? Here's a controller: [code] $factory = new PaginationFactory($this->app->make(Request::class)); $files = new ItemList(…

Filter Posts