Everytime I update the Joomla, I loose the the menulink images I have used for the Tagged Item menulink. Earlier those images were showing fine, but for about a year or so, the images disapper from Tagged item menu-page.
I return the images by fixing this code:
components/com_tags/views/tag/view.html.php
Go to row 166 and add # before the code.
// Categories store the images differently so lets re-map it so the display is correct
if ($items && $items[0]->type_alias === 'com_content.category')
{
foreach ($items as $row)
{
$core_params = json_decode($row->core_params);
ROW 166 #$row->core_images = json_encode(array('image_intro' => $core_params->image, 'image_intro_alt' => $core_params->image_alt));
}
}
Is there a reasonn why the TAGGED ITEMS menulink no longer show the LINK TYPE LINK IMAGE? Why such field exists in the Tagged Items menulink settings if it no longer is used?
I hope this issue can be fixed, so I no longer need to fix this each time I update Joomla.
Thank you!
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-28 16:23:34 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/20600
@kotisivutohtori can you please test #20601?
See PR #20601.