Render attribute with "default" value Any example code? I've been trying this for 2 days now, but I can't seem to make it happen... :( Thanx says DeWebmakers on 11/25/20 at 12:34 pm, in reply to Yes but it's not straightforwa…
Hi, Thanks for answering! Is there a way that I can "create" the AttributeValueObject based on a string or int? says DeWebmakers on 11/24/20 at 3:54 pm, in reply to That should work you just have…
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 t… says DeWebmakers on 11/23/20 at 3:49 pm
Get arguments of single page in package controller Of course! Sorry! I got it working. Thank you. says DeWebmakers on 10/21/20 at 11:41 am, in reply to That is an on_start method. …
Hi John, Thanks for answering. I know howit works in a single page controller. But I need to do this in an event within a new package controller. [code] namespace Concrete\P… says DeWebmakers on 10/21/20 at 10:02 am, in reply to For single page controllers, i…
Hi, I want to get the arguments of a single page within a package controller. The page is /dashboard/users/search/view/3/. In this case the (single)page controller is /dashboar… says DeWebmakers on 10/21/20 at 7:59 am
C5 Bug - Composer, Attributes, and Blocks reset to inital published settings in edit mode Hi, I think I have the same issue with the composer. Check this video: https://drive.google.com/file/d/1zSeAHK4Ls4InVfHwDWnbolJ8_JOtJG1F/view Seems that all data is changed … says DeWebmakers on 07/01/20 at 6:44 am, in reply to Hello, Has anyone experienc…
UI Kit Grid Framework Hi! I'm trying to implement the UIKit Framework (https://github.com/uikit/uikit) into my theme. Done all the necessary code, but for some reason I'm unable to create a nice layo… says DeWebmakers on 02/07/20 at 1:53 pm
Overriding /controllers/element Didn't get any further with this... Instead I just overwritten the core User-class. It's the worst solution ever in my opinion. This way there is no way to update / upgrade in the … says DeWebmakers on 10/25/19 at 11:07 am, in reply to That's the thing. That only wo…
Thanks again, but still there is some weird stuff going on.... I've the following code: [code] $classLoader = new \Symfony\Component\ClassLoader\Psr4ClassLoader(); $classLoader… says DeWebmakers on 10/23/19 at 11:56 am, in reply to Often, in packages, the Src is…
Hi, Sorry... Another question... I've a package installed, and I want to override a class within the src. So I have the following code in my bootstrap/app.php: [code] $app->b… says DeWebmakers on 10/23/19 at 9:15 am, in reply to bind() is a Laravel thing so y…
Thank you! Very helpful! I'll get working on this. :) says DeWebmakers on 10/23/19 at 8:57 am, in reply to Concerning why C5 doesn't do o…
Hi, Thanks again. Seems a way to do this. Is there any documentation about binding within Concrete? The basics will do... Still wondering why the "normal" overriding (like 5… says DeWebmakers on 10/22/19 at 10:30 am, in reply to As for the second one, that's …
Hi, Thank you for answering... In this case the dashboard menu on the right isn't displaying aliases. I want to add an alias in the "Permissions & Access" tab. It's very … says DeWebmakers on 10/22/19 at 8:53 am, in reply to Sometimes an alternate way mig…
Hi, I keep falling while trying to override some of the core files... In this case the /controllers/elements/navigation/dashbboard_menu.php. I found this in the documentatio… says DeWebmakers on 10/22/19 at 7:57 am
Doctrine discriminator mapping error Tried repeatedly... The weird thing is that, today, the error is gone... Not sure why, nothing changed, didn't clear any chache, changed no files and didn't do any refresh on… says DeWebmakers on 07/10/19 at 9:27 am, in reply to We had that error show up a fe…
Hi, I've created a custom attibute in my package based on this document: https://documentation.concrete5.org/developers/attributes/advanced-creating-a-custom-attribute-category … says DeWebmakers on 07/09/19 at 1:07 pm
Get all sets of for "users" Hi, I'm simply looking for a list of all sets in the user attributes. I want to rebuild the registration page, but in 5.8 it's very complicated. Any help!? Best, Corretj… says DeWebmakers on 04/17/19 at 12:31 pm
filterByAssociatedEntry Anyone? says DeWebmakers on 04/01/19 at 7:41 am, in reply to I'm looking for more informati…
I'm looking for more information (or example) for searching in entries based on an association. Currently I have a job express list and a application express list. There is a one-t… says DeWebmakers on 03/26/19 at 1:58 pm