Skip to forum content

LuxCal Web Calendar

The place for news, questions and suggestions

You are not logged in. Please login or register.


Post new reply

LuxCal Web Calendar → Need Help → Show venue → Post new reply

Post new reply

Compose and post your new reply

You may use: BBCode Images Smilies

All fields with bold label must be completed before the form is submitted.

Required information for guests


Required information

Topic review (newest first)

10

Thanks so much Roel

9

Thanks so much Roel...

8

At the same line you should add "<br>{$evt['xf1]}" just before the "\n" at the end.
Roel

7

Thank you so much Roel....It worked perfectly.  What would i need to add to see the extra field 1 that I named LOCATION

6

Okay, here we go . . .
Edit the file "views/month.php" and replace line 46:

echo "{$chBox}<span {$onClick}{$popAttr}>{$dTime} {$evt['tix']}\n";

by

echo "{$chBox}<span {$onClick}{$popAttr}>{$dTime} {$evt['tix']}<br>{$evt['ven']}\n";

Now you will see the venue on a second line for all events in month view.
If you want the venue to be shown on the same line as the title, replace the "<br>" by a space character.
Roel

5

I would like that modification as well, Roel.  Thanks.

4

Roel, yes that would be great.  Thank you

3

Hi there,
If what Dan writes is not good enough, I can send you a simple change to two or three files to add the venue to the time and description, but it will be a modification for you only. So you will have to be careful when upgrading the calendar in the future.
Let me know if you want the modification.
Roel

2

In each of the views when you hover over the item with your mouse it shows the details of the venue etc.

Dan

1

Is there a way to show the venue in the month,day, week views along with the time and description?

LuxCal Web Calendar → Need Help → Show venue → Post new reply