This works but it obviously isn't right because not every profile logged is id 1
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=1 size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}
So I tried this...
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$_profile_id size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}
but it throws error. "Invalid Id"
so I tried this..
{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._item_id size="small" class="iloutline img_scale" alt=$profile_name width=false height=false}
How do I set it to use the profile Id of the user logged in user in jamroom?
Im starting to think possibly a jrCore List might work better here?
updated by @developer-networks: 04/18/24 01:23:37AM