Developing (v7+)

v8.5.5: Permission Checker injection with File Set

Hello. I need to check if a user can add files to a File Manager folder. How can I replace this old way: [code] use \Concrete\Core\File\Set\Set; use \Concrete\Core\Permission\Checker; $fs = Set::getGlobal(); $fsp = new Checker($fs); [/code] w…

Customize workflow emails

I would like to customize the email content that gets sent when certain workflow actions happen. For example, the email that gets sent when a new calendar event gets submitted and is pending approval. Does anyone know how to modify the content of these em…

Can't remove Url Slug on Home

I changed somehow, i can't remember how, the URL Slug for Home to "test". So that if you go to mysteyr.eu you become redirected to mysteyr.eu/test . If I change the slug of the page at the composer, mysteyr.eu still redirects to mysteyr.eu/test but now to…

How to show image on express entry detail associated entry

Any help would be greatly appreciated. I'm trying to show a list of associated entries on an entry detail block. Just like this tutorial: https://documentation.concrete5.org/developers/express/using-the-express-entry-block-to-output-entry-data T…

Class 'Concrete\\Core\\Application\\Application' Not Found

Hello Guys! I have a problem with upgrade version 5.7.5.13 to 8.5.5. (I using PHP 7.4) https://documentation.concrete5.org/developers/introduction/installation/upgrading-concrete5 I have an error: Error: Fatal error: Uncaught Error: Class 'Concrete\Co…

Ajax call to approve a calendar event

I am trying to add a new menu item in the calendar where admins can easily approve a calendar event. I copied the \concrete\single_pages\dashboard\calendar\events.php file into \application\single_pages\dashboard\calendar\events.php and I made the followi…

V8.5.4 Registration, send user success email

Hi Folks I need to send a success email when the account option for regsitration is set to: "On - anyone can create an account from Login page". I have been looking around but there doesn't seem to be an option for it in concrete v8.5.4. There is o…

Output express form from block doesn't submit

Really stumped on this one. I've built a custom block. I'd like to give the user the option of choosing an Express form from a select box, and then render the form chosen when the page is viewed. I'm following this tutorial on how to render the Express fo…

publishing NEW site

Hi there, I'm probably being a bit slow here as I have done this several times before... I have a working website that sits in the 'public_html' folder. I also have a new website to replace the old one. This is sitting in a folder on the same level …

Filter Posts