That's a big jump. Send us your admin login details to support at jamroom dot net along with a link to this thread and I'll login and see if I can see whats up.
I also see the same issue. I AM able to PUT to update anything in the USER table, but not able to PUT to update anything via the bridge module.
I believe the cause of it is the user's id info is not getting stored in the session data, but will need brian to take a look at what I think i've found.
would be possible using a custom filter if you stored the locations of your users. Jamroom does not by default. Do you store the locations of your users anywhere that you know of in your database?
Tags should always be visible. that screenshot looks like there are no tags on the item.
Currently all the item features are put into a single location by the {jrCore_item_detail_features} function. If you wanted some features above the main item, the items item_detail.tpl page would need adjusting and exclude the tags from the {jrCore_item_detail_features} and add its function separately to the top of the template.
What you're after is the 'item_index_meta.tpl' file that is in most of the profile based modules. It has all the og:stuff tags and is included in the detail pages when the jrMeta module is active.
--edit--
and the 'item_detail_meta.tpl' for the detail pages.
updated by @michael: 05/27/18 03:49:25AM