To hep out our service desk, we want to add pictures of coms cabs / kit into the group and / or node pageshas anyone done this before?What is best way to do it?
I can't say it is the BEST way, but when I had this exact problem in the past I added a tab of custom html widgets to my node details view and uploaded all my images to the server that hosted my website inside the same directory where the rest of the web assets lived and named the image files to line up with the site codes we used for different offices. If there were more than one image for a given site I just named them as sitecode01, 02, 03, etc.
Nodes all had their site code populated as a custom property.
Then the html widgets had something to the effect of <img src="/orion/images/customfiles/{sitecode}01.png"> and 02 03 etc up to 6 images on the page.
So from any node you could see all the relevant office images,if we had them, on that new tab.
I did something similar, or have a custom property with a link to a KB article.
Thanks, that's basically what we are looking for!We have site name as a custom property, that links back to the group name so I am hoping I can use that.Then its working out how to add it to the group page for overall coms cab pics and locationssomething like:group page:<img src="/orion/images/customfiles/{groupname}cab01.png"><img src="/orion/images/customfiles/{groupname}cab02.png">etc
node page:<img src="/orion/images/customfiles/{groupname}{deviceid}front.png"><img src="/orion/images/customfiles/{groupname}{deviceid}back.png">
this is our fall back with a link to a network share, but powers that bee want images on the page - single pain of glass