http://example.org/yyy/2009?view=archive&month=4
<- don't work. As it only use the month filterWorking would links like:
http://example.org/yyy/index.php?view=archive&month=4&year=2009
Links would work and for every month we have one entry at the module
we have more entry per month (see above) and the link don't apply the year to the filter.
The routing problems with the archive view are know:
But i think if we disable the SEF routing here it will work?
Old reports:
#5151
and
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31698&start=25
"The bug is a broken routing system, which will need a rewrite to actually work."
Joomla Bugs referece:
http://www.joomla-bugs.de/forum/index.php/topic,666.msg3095.html#new
Labels |
Removed:
?
|
Thanks @Erftralle just tested and moved this PR to RTC
I will let this here open for the routing issue. Thanks!
Labels |
Added:
?
|
Thanks @brianteeman Closing here. I will reopen an new issue later.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-04-29 14:35:48 |
Closed_By | ⇒ | zero-24 | |
Labels |
Removed:
?
|
Yes I did back then but it has not been solved yet. Please open a new issue so we can get someone working on that issue. Thanks!
#6263 fixes at least the creation of multiple entries for the same month/year, but it does not fix the wrong SEF links. Therefore the router of com_content has to be modified. I spent some time to find a solution but unfortunately I did not make it.