?
avatar kotisivutohtori
kotisivutohtori
28 May 2018

Steps to reproduce the issue

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!

  • Anne

Expected result

Actual result

System information (as much as possible)

Additional comments

avatar kotisivutohtori kotisivutohtori - open - 28 May 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 28 May 2018
avatar SharkyKZ
SharkyKZ - comment - 28 May 2018

See PR #20601.

avatar joomla-cms-bot joomla-cms-bot - change - 28 May 2018
Status New Closed
Closed_Date 0000-00-00 00:00:00 2018-05-28 16:23:34
Closed_By joomla-cms-bot
avatar Quy Quy - change - 28 May 2018
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot joomla-cms-bot - close - 28 May 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 28 May 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/20600

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 May 2018

@kotisivutohtori can you please test #20601?

Add a Comment

Login with GitHub to post a comment