User tests: Successful: Unsuccessful:
Added a new filter field: Month (published)
Create a new Category List page with Filter Field = Month (published)
You can filter the articles by month/year (published) in the front-end
in the brackets the number of articles
Category | ⇒ | Administration com_content Front End Language & Strings Libraries Templates (site) |
Status | New | ⇒ | Pending |
Title |
|
Labels |
Added:
?
?
|
Fixed
Looks OK now here.
I have tested this item
Easy | No | ⇒ | Yes |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
@franz-wohlkoenig please remove RTC cause doesn't work on postgresql
@eshiol
you should use something like
$query->year($db->quoteName('field'))
$query->month($db->quoteName('field'))
instead of
$query->select("concat(year(publish_up),'-',month(publish_up),'-01') as d")
Sure i'll do
On 20 Oct 2017 11:39 am, "infograf768" notifications@github.com wrote:
@alikon https://github.com/alikon please test again as I can't vs
postgresql—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#18361 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AALFsdnhx8tVZ2FkRStMBqzLbSvhcAvZks5suGpsgaJpZM4P9axL
.
Labels |
Added:
?
|
I have tested this item
Ok too with mysql
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-03-17 15:37:38 |
Closed_By | ⇒ | mbabker |
In the query instead of Month created i think it should be month published
and in the string it should be clarified eg "Month (published)"