1

Topic: Month View

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

Re: Month View

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

3

Re: Month View

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!

Re: Month View

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

5

Re: Month View

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