By Guest on Wednesday, 12 December 2018
Replies 9
Likes 0
Views 744
Votes 0
To display a montly overview, I use following code in a module:

<a href="index.php?option=com_jevents&task=month.calendar&year=2019&month=1&lang=nl">Kalender 1ste trim 2019</a>

This works fine as long as there are only events for 1 category but most of the time this is not the case and then you see only events for 1 category.

Is there a way to show all events for all categories?
Ok, so a specific month, You can create a Joomla! external URL menu item type, then for your current month menu item navigate for a month and you will see a url similar too:

index.php/view-by-month/monthcalendar/2019/1/-

(view-by-month is my menu item alias).

Changing 1 to 2 would be February 2019, changing 2019 to 2020 would change the year.

Many thanks
Tony
·
Thursday, 20 December 2018 23:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You should just create a JEvents Monthly view Menu Item it will show all event sunless it is restricted to a certain month.

Many thanks
Tony
·
Friday, 14 December 2018 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, I don't understand how and why but it works.

Thanks a lot.
·
Wednesday, 19 December 2018 08:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Wait a moment ....

Yes, it works but the goal was to display the events for all categories for a SPECIFIC month and there is, as far as I know, no way to do this in a menu item. Correct?
·
Wednesday, 19 December 2018 09:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ok I think I follow you. You want to show a list of categories which have events in the current month is that right? If so it is not possible out of the box.

Otherwise if you want to show all events from all categories for a current month you can do this, you need to create a JEvents Monthly View Menu item.

Many thanks
Tony
·
Thursday, 20 December 2018 08:01
·
0 Likes
·
0 Votes
·
0 Comments
·
It is just the other way round: I want to display all events for all categories for a given month.
I fear that this als is not possible out of the box ....
·
Thursday, 20 December 2018 08:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

It's already possible out of the box. As explained you just need to create a JEvents Monthly Calendar Menu item and do not select any categories.

This will show the monthly calendar with all events....

Many thanks
Tony
·
Thursday, 20 December 2018 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
This was the problem:

I want to display all events for all categories for a GIVEN month.
I fear that this als is not possible out of the box ......

What your solution does, is:
Display all events for all categories for the CURRENT month. and not for a GIVEN month.
·
Thursday, 20 December 2018 22:58
·
0 Likes
·
0 Votes
·
0 Comments
·
OK, this is just what I needed.

Thanks a lot!
·
Friday, 21 December 2018 06:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post