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
Working links that produces a link that show something like:
http://example.org/yyy/index.php?view=archive&month=4&year=2009
A Broken link that ignor the Year setting:
http://example.org/yyy/2009?view=archive&month=4
This is a know issue and e.g. described here: #5810 (comment)
@infograf768 if you have SEF off please make sure that the Year and Month filter is set in the view.
It allways only apply the month filter ;)
in your example above, the year is not stated, only the month. As both articles were published in October, they both show.
http://localhost:8888/trunkgitnew/index.php?option=com_content&view=archive&year=2015&month=3&Itemid=256
=> the result displays with the filter set to the article month and year, i.e here March 2015
I then change the month in the filter to Month
and switch the year to 2014 in my example. I click on the filter Button. I get this url:
http://localhost:8888/trunkgitnew/index.php?option=com_content&view=archive&Itemid=256
the correct article is displayed:
If I change the filter to Month
and Year
then click on the Filter button, I get the same url and it displays correctly both articles as both Month and Year are not specified:
The date used for filtering is the 'Published Date`.
No bug here. Works fine.
No bug here. Works fine.
Yes the filter generally work. But the SEF URLs that was created by the archive module is wrong. If i disable SEF all works ok
All works OK when sef is on or off, but, when sef on, after Clicking on the Filter Button, if we have no menu item to Archives Articles, we may get an url of the type: http://localhost:8888/trunkgitnew/component/content/
No effect on display though.
Build | staging | ⇒ | master |
Milestone |
Added: |
Milestone |
Removed: |
Build | master | ⇒ | staging |
Build | staging | ⇒ | master |
Labels |
Added:
?
|
||
Build | master | ⇒ | staging |
Labels |
Removed:
?
|
Labels |
Added:
?
|
Labels |
Removed:
?
|
Build | staging | ⇒ | master |
Labels |
Added:
?
|
||
Build | master | ⇒ | staging |
Build | staging | ⇒ | master |
Labels |
Removed:
?
|
||
Build | master | ⇒ | staging |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-17 22:30:16 |
Closed_By | ⇒ | zero-24 |
I can't reproduce the issue here as you can see on this screenshot (SEF off)
(SEF on )