(OLD 5.7 Discussion FORUM)

Install job by package - namespace issues: Class not found

Hey everyone, trying to update a package for 5.7, but I can't install a job via package controller. Error message: [code]Class 'Concrete\Job\Job' not found[/code] Code before package controller: [code]namespace Concrete\Package\Flimmerkiste; …

Create Dashboard Interface

Hi! I am trying to create a new Dashboard interface similar in layout and style to the Systems & Settings dashboard. I feel I am nearly there, but just cannot reach the solution. I have successfully created and registered the single pages and have a…

Creating new Global Area

Hi, I'm trying to find out how to make a /new/ global area. I can create a new Stack, and I can delete it. I can delete a Global Area, but I cannot find out how to make a new one. I'm using 5.7.3.1... did it fall of the truck? :-) (or did I look at th…

5.7 Forms - Changing originating email address sender

Does anyone know how to do the equivalent of the old constants that used to be in /config/site.php ? [code] define('EMAIL_DEFAULT_FROM_ADDRESS', 'xxx@yyy.zzz'); define('FORM_BLOCK_SENDER_EMAIL', 'xxx@yyy.zzz'); define('EMAIL_DEFAULT_FROM_NAME', 'M…

Can we get an updated jQuery UI?

I'm developing an add-on, and after going on-and-on-and-on around bugfixes for jQuery UI version 1.10 and manually overriding to jQuery UI 1.11 and it fixing 100% of all my problems, I would really like to know either a. When jQuery UI will be updated to …

Update Button Not Working

I am trying to add a file to a file set. I select the file in the File Manager, select Sets, choose the appropriate set then click the Update button. Clicking this button does nothing though. I have loaded up the web inspector and modified the buttons onc…

Conversation guestbook aprobation ?

Hello all, I'm using Concrete5 5.7.3 on my website, and i want to make a guestbook. An unregistred user can write message without aprobation, how to moderate this message before publication ? And guest can write a message in this guestbook with p…

Environment override - Block type mapped class

I'm trying to install a block with BlockType->install('block_handle'), but locally everything works fine. I do have this block under application/blocks. On my live server though, it's searching for \Concrete\Block\ instaed of \Application\Block\. After de…

Filter Posts