Cloudflare causing logout For newer versions of C5 I was able to use this and it worked like a charm - https://github.com/concrete5/cloudflare_proxy - you might have to update the IP address list..but it wo… says stephendmalloy on 12/16/20 at 7:11 pm, in reply to That's good to know. I forg…
BUG? Extra brackets getting added to concrete.php overrides Sadly, I can't find where, but someone did post a solution that worked for me. Essentially, if you are calling Config::save in a package on_start method is causes a race condition … says stephendmalloy on 12/04/20 at 2:58 pm, in reply to Have we found a solution yet f…
Chrome Content Block tinymce issue The issue does not exist in Concrete 5.6.3.2. It appears to be an issue with tinymce. I'm testing now, but thus far what seems to work is taking: [code]/concrete/js/tinymce/… says stephendmalloy on 10/16/20 at 9:50 pm, in reply to We've been experiencing this i…
I have a few legacy sites that are still running version 5.6.3.3 and 5.6.4 and there is a new issue with what seems to be the latest version of Chrome and the TinyMCE editor. Wh… says stephendmalloy on 10/16/20 at 6:06 pm
Feature: "Layout Block" It would be kind of cool to allow users to choose a "Layout Block" when adding blocks to a page that would present the layout creation interface on a page. Currently (as far as I k… says stephendmalloy on 02/17/20 at 12:29 am
Cloudflare causing logout This worked me! I wanted to personally thank you for this! says stephendmalloy on 02/11/20 at 2:30 pm, in reply to I've had this issue today, aft…
Disable Grid Container Not Working Does anyone know how to disable the grid container? I'm trying to do this on a block level. I have the grid enabled for the area, and I've also added this line in my block controll… says stephendmalloy on 11/20/19 at 8:19 pm
Set Height and other options for CKeditor Hi there - I'm building a block that contains an instance of the CKeditor. When I add the editor instance I'm wondering if there's a way to pass in some options to the editor in… says stephendmalloy on 05/17/18 at 4:19 pm
BUG? Extra brackets getting added to concrete.php overrides This happened to met today, except in the application/config/generated_overrides/app.php - concrete5 seems to have added and extra: [code] ); [/code] To the array that's ge… says stephendmalloy on 05/09/18 at 2:18 pm, in reply to Sorry, please disregard my pre…
Delete a form that uses an Express Entity Object and the Express Object gets deleted too Okay so this might be me just not testing enough :/ It appears that if you add some actual data the Express object is not deleted. If no data exists, then the Express object is del… says stephendmalloy on 02/05/18 at 11:48 pm, in reply to I've been playing around with …
I've been playing around with Express today in version 8.3.2. After creating an object, adding some forms to it, adding some attributes, etc. I then go to the front end of the … says stephendmalloy on 02/05/18 at 11:38 pm
generated_overrides/app.php gets completely erased Just a quick update on this. During my testing today (this happened again) after returning an empty array, closing the file and then reopening a few minutes later, the file was cor… says stephendmalloy on 12/11/17 at 4:07 pm, in reply to I have a client of mine on GoD…
I have a client of mine on GoDaddy (not my choice). I've never had this happen before. Every few weeks the file located at: /application/config/generated_overrides/app.php ge… says stephendmalloy on 12/11/17 at 3:56 pm
How to show notification message as popup MrKDilkington thank you so very much for this detailed explanation! Greatly appreciated! Cheers and Happy Holidays! says stephendmalloy on 12/22/16 at 5:39 pm, in reply to Hi stephendmalloy, Both con…
I'm trying to figure out how to display a little notification popup from a custom dashboard interface I'm building...essentially the notification popup that shows on the top right … says stephendmalloy on 12/21/16 at 9:31 am
How to detect additional page paths before redirect I'm trying to build a tool that will allow me to track when a user requests a page at an additional page path instead of the canonical URL. So, for example, if a live page lives he… says stephendmalloy on 09/03/16 at 8:58 am
Page Type Controllers for Packages Not Loading It is not. Not sure how I would go about doing that. Would I just add the page type in the package controller install method? I've already manually added the page type so not sure … says stephendmalloy on 08/09/16 at 9:45 am, in reply to Is the Page Type connected to …
The page type and controller was NOT there when I started developing the package...perhaps this has something to do with it? Not sure how to go about adding the page type controlle… says stephendmalloy on 08/09/16 at 7:57 am, in reply to Was your Page Type installed w…
I've created a package for a custom theme and I obviously have my own page types. I'm trying to create my own page type controller within the package but it's not getting loaded. I… says stephendmalloy on 08/07/16 at 8:54 am
How to get concrete5 to recognize Dashboard controller for child single pages Thank you hutman. You were correct. I moved the files and removed the view.php. Also, I had to adjust the namespace in my inquiry_forms.php controller and everything is working now… says stephendmalloy on 07/11/16 at 9:29 am, in reply to It would be helpful to see the…