Hi
Is there a way to hide folders in the asset finder in Easy Edit Suite. We do not want to confuse our editors by showing them the complete site files in the asset finder, just a couple of folders that they need.
Thanks,
Gavin
Hi
Is there a way to hide folders in the asset finder in Easy Edit Suite. We do not want to confuse our editors by showing them the complete site files in the asset finder, just a couple of folders that they need.
Thanks,
Gavin
EES doesn't have a config option to support that, but you would be able to achieve it by using a javascript plugin. I believe the main reason we didn't add this is that hiding assets can generally be controlled with permissions in most cases (removing read access from the folder, but not it's children). The other reason is that hiding items would further complicate the pagination code and could have unintended consequences with multiple linked assets.
Hey Gavin
Have a look at the config file property called "assetFinderLocations" - see http://manuals.matrix.squizsuite.net/ees/chapters/asset-finder#Customisable-Root-Nodes and http://manuals.matrix.squizsuite.net/ees/chapters/installation#Constructing-the-Configuration-File
What you could do (to make it easy on yourself) is add the locations that are used for hotzone activity (like news and/or events) and then educate the users to go to those areas directly after opening the asset finder. Also, another way to avoid having to navigate too much with the finder would be to educate users to find the areas they work in the most, by just navigating the site like a site visitor would, then apply /_edit to the page. Which will mean they will immediately be within context of where they want to work.
Once you start hiding asset finder asset with CSS or JS you run the risk of it being near impossible to troubleshoot support issues. For example, if the user opens the asset finder 10 levels deep but a couple of it's parents are hidden with CSS or JS it could break the way it works and/or looks.
Cheers
Scotty
We do this using a javascript plugin for EES. It’s the most elegant way I could achieve it: