If in menu item sets "Article Categories"
On front end category image do not show. For "Article" image show work propertly.
Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Category | ⇒ | Tags |
I can confirm this. The problem is, that article images are stored in the column "images" (or "core_images" in ucm_content), whereas the category image is stored as a param in the "params" column ("core_params" in ucm_content).
However, I still don't figure out everything that com_tags is doing when saving an article. On first glance, one possibility to fix this would be making com_content and com_categories more consistent and make both store their images the same way. The other could be a dirty fix inside com_tags to check for images inside params, too.
@goshalviv
Do you want to test this PR #6792 ?
It's related to your issue because without it it's not possible to pick images from core_params at all e.g. of categories, some other items than articles and so on.
Detailed test instructions: #6792 (comment)
Testing it successfully would be a step forward.
I don't have problem with the category images, so it seems like this issue is solved now.
If this issue is fixed indeed, please close this issue :)
@n9iels The issue still exists for me with current staging branch. Just to clarify, I'll add some testing instructions here.
Thanks for provide this very clear test instructions! I confirmed the issue, and will try to find a solution.
@n9iels Could you find a solution for this issue?
this Issue exists.
@franz-wohlkoenig can you please test?
@goshalviv @Kubik-Rubik @n9iels there is a pull request in waiting to be tested! See my above comment.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-20 09:06:24 |
Closed_By | ⇒ | brianteeman |
If I print_r($item), variable "core_images" it was empty.