gustavo.ar
In the component
{% Component 'MonthEvents' %}
When I go to the default /agenda/
url does not show events.
But when I go to link to the month /agenda/6/2017
, it works.
Anyone having the same problem? How they fixed
this is config
[MonthEvents]
month = "{{ :month }}"
year = "{{ :year }}"
weekstart = 0
color = "red"
loadstyle = 1
title_max = 100
usePermissions = 0
category = "{{ :cat }}"
dayspast = 0
daysfuture = 60
relations[] = "event"
raw_data = 1
descending = 1
==
Last updated
KurtJensen
Add question mark after month and year in URL to make them optional parameters.
agenda/:month?/:year?
Last updated
gustavo.ar
KurtJensen said:
Add question mark after month and year in URL to make them optional parameters.
agenda/:month?/:year? Yes, I need some more configuration?
1-3 of 3