Developing (v7+)

Get "Date Added" of Express Item

Hi, I could not find any documentation on how to get the Date Added property of an express item. I tried the magic method of ->getDateAdded() as well as ->getEntryDateAdded() but nothing worked. It also seems impossible to var_dump the express entry …

Form Error Sending Mail

Hi All, I'm getting an error sending mail - wonder if anyone has seen this before... After I submit a form or test my email setting in the dashboard I get an unknow error: [code]mb_decode_mimeheader() expects exactly 1 parameter, 3 given[/code] A…

Use of undefined constant title - assumed 'title'

hi all i just wanted to update concrete5, so that it works with php 7.2. unfortunately i guess, due to some other posts, there are problem(s) with packages? this the error: "Use of undefined constant title - assumed 'title' (this will throw an Error…

New Theme Doesn't Work, Why?

Hi! So after a year of getting my own theme to work, I decided to just buy one from the marketplace. I installed the Ortho theme, but it does not let me publish changes to the home page. Instead, I get notifications that changes are waiting to be publishe…

Core Calendar not showing all options

Hi everyone, I have 2 sites that I am using the core Calendar on. What's strange though is that they don't show all the same options as each other. C5 Version - 8.3.2 is not showing View Type Order Default View Day Heading Links Event Limit How…

Public date in other language then English

When getting the public date in a page template. It's always in English. Using this code: [code] $collectionDate = strtotime($c->getCollectionDatePublic()); $date = date("d F Y", $collectionDate); echo $date; [/code] How do I get it working i…

PageList filtering with Tags attributes

Hi folks, I want to display related content below my pages. I don't use Topics. I prefer to use Tags since it's also more flexible for the final user. But I need to aggregate content from more than one tag as once. (For example, I want pages tagged…

Stack broke after update

On my site we are using a stack to have show the header image, a search bar, and a breadcrumb in an area. This was working fine until the 8.4.4 update which caused the header image page attribute display block to not display anymore. Were there any change…

event_list / display calendar name

Hi folks, I have done a custom template to display an event_list (aka future dates of multiples calendars). I have already isolated the start and end dates to format them but I don't find a way to get the related calendar name. Then.... is there a wa…

Getting Controller variable from View file

Quick question and hopefully an easy one... I am creating a custom block template for the 'calendar event' block. I want to have the event category color displayed. $bkcolor = $linkFormatter->getEventOccurrenceBackgroundColor($occurrence); The cor…

Filter Posts