File Manager and Site Tree

Permalink
I have my first site in concrete5.5 almost complete. I have given my client editing permissions for all page of his website but restricted access to the dashboard so he can't wreck his website.
As it is now he can access the file manager and site tree while in block editing mode, when adding images or links respectivly.
I would like for him to be able to access this functionality when not editing a particular block.
How would I make a link for the standard light boxes for these to show up? I could put this in the footer so it only shows up when he is logged in.

 
nwebnz replied on at Permalink Reply
Is this not possible?
nwebnz replied on at Permalink Reply
I have an answer for the first one. This is how you display the File Manager modal via a link for logged in users.

<a href="javascript:void(0)" onclick="ccm_chooseAsset=false; ccm_alLaunchSelectorFileManager('')">File Manager</a>


Now this works for my purposes.

I'm still looking for a way to do something similar for the Site Tree
rainbow replied on at Permalink Reply
That code was exactly what I needed, trying to do the same thing for my client. So Thanks A Lot. Did you ever figure out how to get to the site map? This is one more functionality I want to give them...
nwebnz replied on at Permalink Reply
I've only had partial success with this, so at this stage my client can't edit his site structure. I was hoping someone with more javascript experience would be able to answer this question.