Dear Devs and fellow forum users,
this is a major drawback for my work (don't know about others).
How can we make SEBLOD integrate with archived articles? Or what can be the workaround?
My thoughts for a workaround:
- build a list of month that have articles in a SEBLOD list module to make it look like a standard archived articles module
- make the month in the list module have links that point to a search/list view that pulls articles in a date range
- the links in the month-module have to pass the URL paramters for the date range
The problem that I have with this solution: I don't know how to pass the parameters in the URL.
Lets say, we have one param for date_start and one for date_end. We could pass these to the search view where we search for the date range in art_created.
I would really appreciate to get some imput from you SEBLOders on how to best tackle this. Thank you.