Developing (v7+)

Temporarily disable page cache with GET var

Is there a way to have a page completely bypass the Concrete5 page caching by appending a GET var to the request? I assume this feature is not built-in. But if not, how would one temporarily defeat the cache? https://www.mysite.com/path-to-my-page/?cac…

How to custom template the conversation block?

Hi there, Totally lost on how to change the Conversation block, which comes with the standard blog install. Any help will be much appreciated. Basically I want to change text but maybe on the way some more tweening. cheers, Vincent

C5-8.4* Class not found

Following this for v8.4.0: https://documentation.concrete5.org/developers/packages/adding-custom-code-to-packages package controller: [code] use MyPackageClasses\Utilities\Installer; public function getEntityManagerProvider() { …

How to do PAGE PROPERTIES programmatically (attributes)

Hi everyone! I 'm trying to set the page permissions, in this case 'edit properties' I want to assign a user group and and that is assigned by default some properties, for example (meta name, short description, owner, exclude from the Nav.....) I am …

Loading Image Thumbnail

I am loading a custom image attribute in a template. I like to load the attribute and assign a custom thumbnail ( Dashboard > System > Files> Thumbnails) to the image. Now I have several way to load the image attribute. My Questions: - How do I load t…

htaccess rewriting not working in Concrete5.8.3.1

Hello Team, We have developed a website in Concrete5.8.3.1. We have a single page where we are showing details of particular object. The url of single page is "/training/detail/1". Now I want to make some seo friendly url so if we type /alle-opleidinge…

Invisible reCaptcha

Hi, Can we implement invisible re-captcha for a contact form? I found only one, but that package is broken. Please, it would be helpful, if you can suggest me any add-on available for invisible re-captcha. Thank you.

getThemeAreaClasses() for areas with any name

I need to have a choice of classes for areas available. In pagetheme.php I have: [code] public function getThemeAreaClasses() { $classes = array(); for ($i=1; $i < 99; $i++) { $classes['Area '.$i] = array('small-blog-en…

Move/Duplicate 5.6 site before update

Hi, I have been tasked with updating 5.6 sites to 5.7 ... 5.8.4. All of my C5 experience is in C5.7+. :-( To complicate things, the current site has been mangled into running on nginx with unknown mods and way too many simlinks. What has worked for…

Filter Posts