Developing (v7+)

Manually including Calendar block in package template

V8.4.0 I expected the following to work but nothing is output to the browser by render(), just the template HTML, what am I missing? The values were taken from the DB entries for a block added in edit mode from the bt Calendar table, which displayed fine…

Empty 'composer' window when adding page type

V8.4.0 Hi all, I'm sure I forgot something basic but... I have a package which adds a pagetype, I copied the pagetype add code from another package on a different project which I know works fine. When the package is installed the templates & pagetype …

develop packages

hi, i'm new to concrete 5 and i have some troubles understanding the processes of package creation. Are there some updated code repositories online from which I can learn how to do this?

Feature request: Express Entity in Calendar attributes

Could we please have Express Entities as an attribute type for calendar please, as we have for pages? Currently investigating linking to Express object via topics at the moment but being able to just pick an Express entry would be much, much nicer.

Validation is not functioning properly, it was working before

Hello All, I had developed my Addon, In which I have a few blocks, when we add block it opens a form which is being validated by validation helper below $this->app->make('helper/validation/error'); It was working fine, but now it is opening a bla…

Default Member Attribute values

When I created a Member Attribute with a default of checked I expected that when a new member registers that they would have the attribute applied in the checked state so that reading the attribute's value would yield true for a brand new user. Doesn't…

.htaccess forcing https with consequences

Hi all, I found in the forums the way to force https by changing the .htaccess contents to: [code] RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)(.+) [OR] RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(www\.)?(.+) Rewr…

.htaccess forcing https with consequences

Hi all, I found in the forums the way to force https by changing the .htaccess contents to: [code] RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)(.+) [OR] RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(www\.)?(.+) Rewr…

.htaccess forcing https with consequences

Hi all, I found in the forums the way to force https by changing the .htaccess contents to: [code] RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)(.+) [OR] RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(www\.)?(.+) Rewr…

Suggestion Encrypted Attribute/Express Values option

Now I know I can encrypt something with Sodium and store the value in an attribute without problem (or at least I expect I should be able to) but when a user registers and you ask for e.g. firstname, lastname lin the registration page you have no control,…

Filter Posts