There is any way to disable the assets map for some user in the edit mode? I don't wont some user can see the assets structure. I hope there is a way without create a new instance of MSM.
Thanks
Add ignore frames to the link to hide frames, like this
<a href="http://www.domain/_edit&ignore_frames=1">Edit</a>
Or you can set it in the system configuration to turn off frames.
[quote]
Add ignore frames to the link to hide frames, like this
<a href="http://www.domain/_edit&ignore_frames=1">Edit</a>
[/quote]
Remember that ignore_frames removes all frames, so in doing that you are not refreshing your locks. Meaning you might be working on content for a while, save, and then you realize you lost your locks and all your content that you worked on is gone.
If I were you, I would use /_edit?hide_frames=1, or like tbaatar said, use the system config option to always hide frames in simple edit so you don't have to use the query string.
[quote]
Remember that ignore_frames removes all frames, so in doing that you are not refreshing your locks. Meaning you might be working on content for a while, save, and then you realize you lost your locks and all your content that you worked on is gone.
If I were you, I would use /_edit?hide_frames=1, or like tbaatar said, use the system config option to always hide frames in simple edit so you don't have to use the query string.
[/quote]
Thanks for your answer. I try to find the option in the system config panel or in the main.inc file, but I cannot find any option about hide the frames. Where I can find it?
[quote]
Thanks for your answer. I try to find the option in the system config panel or in the main.inc file, but I cannot find any option about hide the frames. Where I can find it?
[/quote]
The option is on the Global Preferences screen. Then, go down to the User Preferences section, you will see "Hide frames in the Simple Edit Interface?".
If you don't see it you must be on a very old version. We are on 3.24.3 and have the feature.