Developing (v7+)

Event in multiple calendars

Hi, Does anyone know if it is possible to have an event in multiple calendars? I need to have a calendar for each user. Some user events also need to show up on a group calendar. Some group calendar events need to also be attached to one or more use…

concrete5.8.2 Foreing Key Check

My foreign keys need fixing: `WorkflowProgressNotifications` in this table there are many entries up to nID 1303. There are no entries in `Notifications`. When our server restarted the autoincrement on the table `Notifications`.nID somehow reset to…

8.4.2: select ui tab programmatically

I have tabs on a page with pagination: [code] echo $app->make('helper/concrete/ui')->tabs([ ['tab1', t('Tab1'), true], ['tab2', t('Tab2')], ['tab3', t('Tab3')], ... ]); [/code] Is there any way to select one of the tabs programmat…

Github tag relation to Concrete version number

Hi everyone, I have a number of add-ons in the Marketplace and am working on writing unit tests. In order to this I need to require Concrete5 in the composer.json of my add-ons but of course I need the proper version of Concrete5 for this (the Concrete…

Exclude private calendar categories from sitemap.xml

We are using the core Calendar system to maintain a number of calendar categories. Some are public, others are private. We need to be able to see all our events in one place so we've set up a single calendar with both public and private categories. Is …

$c->Is check if editing page settings

Concrete 5 has $c->isEditMode() . is there an equivalent for Is Editing Page settings. I am trying to disable a javascript file located in my footer, while I edit page settings. Currently when the javascript is loading, it is not bringing up the Sav…

Multilingual WHAT HAPPENED!!

Hi, I was looking to use the multilingual part of C5. I used it a while back and it use to do en_gb etc on the end of the URLs. Looks like all this has changed now, when did that happen? can't see any documentation on this now! do i have to…

8.4.2: concrete5 way for $_FILES, $_POST, $_SERVER

What's the equivalent to [code] if (empty($_FILES) && empty($_POST) && isset($_SERVER['REQUEST_METHOD']) && strtolower($_SERVER['REQUEST_METHOD']) == 'post') { [/code] in concrete5 way of requests? The $_POST is $this->request->request->get() The …

Filter Posts