I want to show articles in the related tags module but I can't add the publication date to show in my template override.
Add the publication dat (publish_up) - and maybe also the creation an modification date - to the helper.php so we can use in like this: $item->core_publish_up.
I think adding this to the helper file will be enough?
$db->quoteName('cc.core_publish_up'),
And it would also be nice to able to sort the items on this date...
Labels |
Added:
?
|
Title |
|
Labels |
Added:
J3 Issue
|
Labels |
Added:
J4 Issue
Removed: J3 Issue |
Title |
|
Status | New | ⇒ | Discussion |
OK, thanks. In the mean time I will try to create a custom module based on the similar tags module to see if I can get what I need.
I think adding this to the helper file will be enough?
$db->quoteName('cc.core_publish_up'),
Yes that is correct. Just not sure if it should go into core as whee do you stop adding stuff. Should author and category also be added. What about intro image etc
as whee do you stop adding stuff
Good point. I do think pub date is more 'essential' the others. But sure, why not add author and category? ;-) Also, it would be very nice to be able to sort on the pub date... But it's just what I would use / need. So if this is not for the core, no problem for me.
Labels |
Added:
?
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-18 10:28:38 |
Closed_By | ⇒ | rdeutz |
New Features will go in J4.