-
Here's a good example of why I'd like to edit this function. The user has browsed New Events and selected one. The Cover block includes Description Text. But the description also appears independent of the Cover, in the main body of the block. I don't need to show it twice.
Ideally, I'd be able to select which record data to return in the Cover Block. In this case, I'd prefer to have Title and Date Start only. The full Info block may or may not be shown below, but there's a lot of stuff there the user doesn't care about at first glance (Time Zone, Update and Publishing Times, Category).
So, this should theoretically be a simple bit of php scripting - perhaps it requires some new Method? Or perhaps the existing Method has scope enough to retrieve a different field from the db?