Developing (v7+)

Adding attributes in pkg?

Hi I'm trying to get my pkg to add some file attributes, to populate later, however i'm getting the error: Object of class Concrete\Core\Entity\Attribute\Type could not be converted to string Any ideas what i'm doing wrong, kinda shooting in the dar…

Need to add new option on Editor section

Hello all, I am new in concrete5. I need to add new option in Editor section like please check screenshot. My question is if i need to add option is editor area so i will be changes in core editor file or i can create a addon for overwrite core file co…

Need to add new option on Editor section.

Hello all, I am new in concrete5. I need to add new option in Editor section like please check screenshot. My question is if i need to add option is editor area so i will be changes in core editor file or i can create a addon for overwrite core file co…

Need to add new option on Editor section.

Hello all, I am new in concrete5. I need to add new option in Editor section like please check screenshot. My question is if i need to add option is editor area so i will be changes in core editor file or i can create a addon for overwrite core file co…

Styling Express Forms

Hi, With the way Express Forms render it's pretty complicated to make a custom template for them. I'l like to suggest that there be a class option added to forms, so if you wanted to you could add your own class names to questions. Then the div t…

Concrete5 8.3.1 Calendar Categories

Can anyone explain how we define Calendar Categories? I must be missing something because I don't see how this is done. I know documentation will be forthcoming given time, but a pointer would do nicely for now. Incidentally, I am seeing the message …

C5-8.3.0 How to attach file to email?

Hello. I have an ajax form which works without file attachment. Now I want to add file attachment to it. I do this in a view.js: [code] var form_data = new FormData(); form_data.append('image', $('#image')[0].files); [/code] and this in the contr…

Optimising code 8.2.1 User Import

I am trying to be as efficient as a I can using a CSV to import users. I have a list of 700+ users and i've created an upload screen to take in a CSV and process the creation of new users. Code below. Now I have ran the code several times (and then rem…

Filter Posts