Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Media Library menu edit View modes: 
User avatar
Member
Member
beau.cowan-rrpartners - 7/18/2013 2:01:17 PM
   
Media Library menu edit
After numerous tutorials and meetings with the people who are using the CMS, it appears that I will now have to limit some of their access to certain features.

One of the main features that I need to take away from them is the width/height while selecting an image from the media library. They are trying to change the aspect ratio of the image during selection, and they are not doing it properly, or ensuring that it's been sized properly.

As a result, I need to remove this feature from the CMSDesk during selection, and I'm not sure how to do this. I tried looking through the rolls under UI personalization, and couldn't find anything to toggle this feature. I figure that I'll have to comment out the text boxes manually, but I'm unsure where they are located.

If someone has a better idea or knows where to find this code block, please let me know.

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 7/18/2013 10:05:33 PM
   
RE:Media Library menu edit
You can find the control that has the height and/or width here: ~/CMSModules/Content/Controls/Dialogs/General/WidthHeightSelector.ascx

I suggest being very careful editing that control though as I'm guessing it is used all over the place for editing images. I don't recommend commenting the code out as that will cause breaking changes, maybe set the visibility to false and see how things go.