solved updating template to jrCore_item_detail_features doesn't display prior entered tags

blindmime
@blindmime
7 years ago
772 posts
I've had a modified youtube item_details template which was using an old way of displaying comments and other item features, pulling them in with separate calls. At some point {jrCore_item_detail_features module="jrBlog" item=$item} replaced this method. I'm not sure when the old method stopped working, but I updated the template with the new method, but now the tags entered prior to that are not showing on the detail page even though they are still present in the data.
updated by @blindmime: 02/16/18 06:38:28PM
blindmime
@blindmime
7 years ago
772 posts
Here is list of youtube items tagged "guitar"
screenshot_1130.png
screenshot_1130.png  •  1.1MB

blindmime
@blindmime
7 years ago
772 posts
Here is the top item's detail page showing no tags.
screenshot_1131.png

brian
@brian
7 years ago
10,136 posts
Switching to the jrCore_item_detail_features function would not impact the tags that show. Do you have A LOT of tags? There is a limit in the tags, so if you have a lot of tags for an item only the most popular X will show (I think it is 50).


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
7 years ago
772 posts
There are not more than a few tags per item. 4 or maybe 5 at the most. None of the tags entered prior to changing the template show up. It's not a huge deal though.
brian
@brian
7 years ago
10,136 posts
Yeah that's weird and doesn't look correct - open a ticket for me if you would with the site login so I can check it out.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
michael
@michael
7 years ago
7,692 posts
what was the old code for tags?

Guessing that the tags maybe have been attached to a different item.
blindmime
@blindmime
7 years ago
772 posts
Michael's got it. I had {jrCore_item_detail_features module="jrBlog" item=$item} in the youtube detail template.

I was able to clean things up with the Batch Items Editor after correcting that.

Thanks!
brian
@brian
7 years ago
10,136 posts
Glad to hear that - thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags