Developing (v7+)

Website FROM email address

Running latest version of Concrete5 and have configured SMTP settings to send through Office365, but mail hosts say I must update the website sending FROM email address to match. How do I change the website FROM email sending address? Thanks, Chris

Express Objects in various languages

I am building a multilingual site using express objects to show a page with excursions. Will I need to build a new object for each language (i.e. excursion_de / excursion_en) or is there a more elegant way? Tx for some light on this.

Do I need a separate concrete5 install in each subdomain?

I have just upgraded my site, actually rewrote it, because my hosting company has updated php to V7.3 and my site was way back at C5 v5.6 and php 5.6.4. With only a few pages, I found it easier to just rebuild it with all the new versions. That site is …

Programmatically adding page permissions

I am trying to set page permissions programmatically in a package controller and have based this on the docs here https://documentation.concrete5.org/developers/permissions-access-security/advanced-programmatically-setting-permissions-on-an-object . The …

8.4.2: tabs don't work in Account pages

I want to use tabs in the Account pages but they don't load so I have to load a tabs.js explicitly: [code] $html = $this->app->make('helper/html'); $this->addFooterItem($html->javascript($pkg->getRelativePath() . '/js/tabs.js')); [/code] but the prob…

Create a past event calendar list template

I have an event calendar working successfully on a client's website. They have now asked if there is a way to display a list of past events. Is there a simple code change to create a template that displays past events rather than future? Basically rev…

Applying ssl cert breaks content

I've added an ssl cert to a site, and it immediately broke the site. References in the site are to http, for example, http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js and http://fonts.googleapis.com/css?family=Open+Sans:400,600,700. Wh…

Redis support for Concrete5?

Hi there, I'm trying to enable Redis on my website, my webhosting is supporting it but I can't figure out how to enable it for my Concrete5 installation. Anyone has it working and is willing to share how to do it?

Single Pages from Package

Hello! I am trying to add a single page from a package, but it does not appear to be loading the view.php template from the theme. It installs the page just fine but when I go the the page the code does not match the view.php template from the theme. Also…

Filter Posts