cmb69 / calendar_xh

Event calendars for CMSimple_XH
GNU General Public License v3.0
1 stars 1 forks source link

Possibility to have unnavigatable calendars #66

Open cmb69 opened 3 years ago

cmb69 commented 3 years ago

The calendar navigation (prev/next month) is a nice feature, but also has drawbacks (injection of query parameters; and maybe worse unrestricted navigation might cause a lot of traffic from crawlers). It might be good to offer some way so users can have calendars without navigation or maybe to restrict navigation.

Since calendar() already has optional parameters, there might be the need for another function. We should check Calendar 1.4, which introduced several functions which may be useful for us as well (e.g. multicalendar(), to make lack of navigation less annoying).