Topic: Add additional content to sidebar?
I love the flexibility of LuxCal, but would like to modify it a little to suit a narrow width iFrame.
The all-vertical format of the Sidebar is perfect, but it's limited to displaying date, time and title for each event; I'd like to be able to display the other event details too, without the need for a js hover-over (which doesn't work on a smartphone), but this would mean adding to the code of lcsbar.php - and what to add / modify isn't at all obvious to me.
An obvious alternative would be to use the 'Upcoming Events' list, since that already contains the full details for each event. However that is laid out in two columns, date on the left and everything else on the right, which isn't great when squeezed down to a narrow width, as there are only a few words on each line on the right, and lots of empty space on the left. In theory I guess the code in 'upcoming.php' could be modified to create a single column design, but the code is again rather obscure.
And I suppose an alternative would be to modify a copy of rssfeed.php - retaining just the code that generates the individual events.
Is there anyone with enough knowledge of the code / coding who could point me in the right direction with any of these? Or is it just too complex for a casual hacker...