round2it Posted August 28, 2015 Posted August 28, 2015 After upgrading to 10.5 my students and staff get the directedit slider to turn it on and off this did not show in v10 core. I would like to disable this for all users as it is a feature i would like to impliment later.
nickbro Posted August 28, 2015 Posted August 28, 2015 DirectEdit was added in v10.2. If you want to disable DirectEdit see http://www.edugeek.net/forums/home-access-plus/142879-myfiles-broken-10-4-update.html#post1224889 1
round2it Posted August 28, 2015 Author Posted August 28, 2015 Hi nick I have removed Code: $('', { 'id': 'decheck', 'src': 'hap://' + ad, 'style': 'display: none; position: absolute; top: 0; left: 0;' }).appendTo("body"); But the directedit slider is still shown I cleared all temp files etc but it still shows when i select a shared drive Can you think of anything else i need to do.
nickbro Posted August 28, 2015 Posted August 28, 2015 You can hide it using some css, #de { display: none; } 1
round2it Posted August 28, 2015 Author Posted August 28, 2015 Where would i put that code You help is much appretiated
round2it Posted August 28, 2015 Author Posted August 28, 2015 sorry to be a dunce but is this correct as I still see the directedit option at the top of the my files pages the code is the last few lines of myfiles.css #Views { } #Views a { display: block; color: #000; text-decoration: none; padding: 5px 20px; } #directedit { margin-left: -104px; padding: 10px; } button.back span { top: 4px; } /* all context menus have this class */ #jqContextMenu ul { background-color: #fff; border: 2px solid #0060a6!important; list-style-type: none; margin: 0; padding: 0; width: auto!important; } #jqContextMenu li { display: block; padding: 5px 10px!important; text-decoration: none; color: #333!important; cursor: pointer!important; font-size: 16px!important; } #jqContextMenu li:hover { background-color: #f3f3f3!important; } #jqContextMenuShadow { display: none!important; } #propcont div { clear: both; overflow: hidden; } #propcont label { float: left; width: 100px; } .disabled { display: none; } #dragobject { z-index: 1111; } #dragobject img { border: solid 1px #666; background: #fff; opacity: 0.8; vertical-align: middle; } #dragobject span { display: inline-block; margin-left: 5px; background: #666; border: solid 1px #666; color: #fff; padding: 0 2px; } #Document { line-height: normal; height: auto; } #uploadprogress { position: fixed; bottom: 0; width: 300px; z-index: 2045; background: #fff; } #uploadprogress .ui-widget-header { height: 26px; line-height: 26px; padding-left: 10px; font-size: 14px } #uploadprogress #progresses { padding: 6px; } #uploadprogress #progresses div { white-space: nowrap; overflow: hidden; height: 20px; line-height: 20px; text-overflow: ellipsis; } #newfoldertext { background: #fff; margin: 0; } .loading { background: #fff url(../images/loading.gif) no-repeat right center; } #renamebox { position: absolute; font-size: 12px; margin-left: 56px; margin-top: 4px; display: none; } #renamebox.details { margin-left: 20px; margin-top: 2px; } #renamebox.small { margin-left: 28px; margin-top: 4px; } #renamebox.medium { margin-left: 0; margin-top: 44px; width: 72px; } #renamebox.large { margin-left: 0; margin-top: 76px; width: 96px; } button { overflow: hidden; text-overflow: hidden; } #maintools button, #maintools input { margin-right: 3px; } #jqContextMenu { font-size: 13px; } #backup span { display: inline-block; background: url(../images/ui-icons_ffffff_256x240.png) -80px -192px no-repeat; height: 16px; width: 16px; vertical-align: top; margin-top: 14px; } #hapHeader #hapTitle a { background-image: url(../api/tiles/icons/24/24/images/icons/metro/folders-os/DocumentsFolder.png); background-position: 5px center; } #de { display: none; }
nickbro Posted August 28, 2015 Posted August 28, 2015 Also add display: none; to the directedit entry at the top of that file as well 1
round2it Posted August 28, 2015 Author Posted August 28, 2015 Not sure what i did wrong as the on off slider was displayed all the time when using my files. I need to look at this again
Steve21 Posted August 29, 2015 Posted August 29, 2015 Tried that first one and doesn't work for me either it seems. To do a quick work around for now I've just commented out this line: In the myFiles Default.aspx file, so it removes the shortcut to it from the Menu Assuming this shouldn't cause any issues? Will have a proper look at it i once back on Tuesday. Steve 2
round2it Posted August 29, 2015 Author Posted August 29, 2015 Will give that a go later if the yhgfl vpn starts working again. the feature works but to get staff to download it is a step too far . things just need to work
round2it Posted August 31, 2015 Author Posted August 31, 2015 I can confirm that steve21 info removes the directedit option. Thanks @Steve21 it worked perfectly. Thankyou.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now