Topic: Customised Display Screen

Hi All

I have little understanding of php so this is not something i can do.

Using the display.php can you set the $evtBody = '12458'; //event fields to show (list of numbers: 1: venue, 2: category, 3: description, . . . for more see Settings page - Event templates) so that all the information appears on the same line ?

on the next line have Custom 1 and Custom 2

Thanks
Mattie

Re: Customised Display Screen

Hi Mattie,
Which display are you using 1, 2 or 3?
So you want everything on one and the same line, without line breaks, correct? (does that fit??)
Which fields do you want to be shown? Is it 12458?
Note: If you have "line breaks"in the event's description field, then they will also appear in the display.

This requires a software change. If I know exactly what you want, I can maybe customize a displayX.php file specifically for you.
Roel

Re: Customised Display Screen

Im Roel,

Im using display 3

$evtHead = '#t #e';
$evtBody = '12458';

Would be looking for something like this over 3 lines, info is short and would fit on screen

Thanks
Mattie

--------------------------------------------------------
Time Title
Venue Category Custom 1 Custom 2
Description

4 (edited by Schwartz Yesterday 14:46:03)

Re: Customised Display Screen

Hello Ladjets

Maybe you could have a collapsed version and an expanded version. It is then possible via html in the calendar-name to make buttons where you can toggle between the expanded version and the collapsed version.
See a test here: https://bramminginfo.dk/luxcal533b1/display3a.php
If it can be used I will tell how to..

The shown example can be made in existing and earlier versions - as well in the coming version(s)

Re: Customised Display Screen

The toggle between two display-versions can be very handy, especially when you have events that sometimes has long descriptions.
Then the collapsed version is good, because you don't have to scroll through a looong list, but can have a quick overview.
Then you can click an event to see the full description - but - when you want to see for more events then it is much quicker to unfold the display and then scroll instead of clicking more events.

6 (edited by Schwartz Today 12:14:45)

Re: Customised Display Screen

There is also the super-compact display4. This can be set so there is only one line per event and it can be set with or without line-wrap.

It can be set as the default, and then via a button, the user can "unfold" the display. The unfolded version could be the display 3. You can style the displays so they will have the same impression.