Hello, I'm trying to add an image to the item list for Group Discussions. I've added the Image uploader in the Create/Update Discussion Forms. It is field "discuss_image"
I'm trying to add it into the template for discussion "item_list.tpl"
Here is the template code I'm trying:
{jrCore_module_function function="jrImage_display" module="jrGroupDiscuss" type="user_image" item_id=$item._discuss_image size="icon96" crop="auto" width=350 height=false _v=$item._updated}
Getting this error after cache reset and refreshing the page:
"jrImage_display: image item_id parameter required"
I'm sure it's sleep deprivation and missing simple parameter...
updated by @elric: 10/17/19 10:02:53AM