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 → Month View → 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)

5

Roel - thank you!
I thought it was there somewhere, but despite looking several times, could not find it.  You have saved me much time searching! smile

4

Hi there,

On the admin's Settings page, under Views, you can select "Weeks to show in Month view" (5th item from the top). You can select up to 20 weeks!

Roel

3

On the topic of the month display, is there a way to display something like a 6 week or 2 month view?  It would saving a lot of forward and back clicking to see what is coming up.
Thanks - great software!

2

Hi Mattie,
No I'm sorry, there is no easy way to set month view to one week.

If it's important for you, you could apply the following changes to the file views/month.php:
Change lines 50 and 145 from . . .

if ($set['MvWeeksToShow'] < 2) { //single month

to . . .

if ($set['MvWeeksToShow'] < 1) { //single month

and change line 86 from . . .

$jumpWeeks = $set['MvWeeksToShow'] - intval($set['MvWeeksToShow']*0.5) + 1;

to . . .

$jumpWeeks = $set['MvWeeksToShow'];

Thereafter you can select 1 week on the settings page and that should give you one week in month view.

Roel

1

At the moment I use the month view as the default with the weeks to show set to two.

Is there any easy way to set the month view to show the current week only.

I know i can select a work week but the layout does not suit my requirements and
it would be great if the month view could show just a single week.

Thanks
Mattie

LuxCal Web Calendar → Need Help → Month View → Post new reply