Jump to content

Sean_M

School User
  • Posts

    36
  • Joined

  • Last visited

Everything posted by Sean_M

  1. Any luck with this @Graham Quince? This fix would make the folder search experience slick.
  2. I had something similar, I found using an iPad I was able to get into the Page Editor quickly, by mashing the Edit button, before the site loaded fully (couldn't get in quick enough on PC). If you can get into the editor fast enough the html code won't run and you can make your amendments to fix the issue. It does take some attempts though, keep refreshing and hit Edit quickly. I've also seen an issue where a widget 'errors' and going into the Page Editor to remove it then won't allow saving of the amendments. The page is in limbo. For me, Nested Pages is a must when putting in anything complex, much easier to resolve issues when separated away from the affected site. I have a dedicated site for nested pages components and can correct issues there, causing little impact elsewhere on the platform. If you do have to bin a nested page, then at least it's not a whole site, just a page. Just sharing my rookie mistakes, if it's helpful to anyone, I'm learning from them though.
  3. I was actually putting something together for my staff, there are some changes to the official list. The below keystrokes are correct in my experience; 1 - navigate to 1st dashboard 2 - navigate to 2nd dashboard 3 - navigate to 3rd dashboard h - toggle home button (shows dashboards navigation when already home - will hide apps and websites if they are open and return home) n - toggle plus (+) button 'Create a new' f - navigate to global search q - toggle quick launch t - toggle 'MyFrog' button Esc – closes menu or other overlays (quick launch, MyFrog etc.) m – maximise / "minimise" (resize) application s – switches between open applications and sites x double tap - close application or site *** a - no longer toggles app tray *** *** n - no longer toggles notifications ***
  4. Thanks for the reply @Graham Quince Interesting that more Welsh schools are looking at Frog, seems Hwb+ (the actual School VLE "page building" part of Hwb) is being decommissioned. Hwb as a stand alone site may become something else. I spoke to our Admin (at Welsh Gov) who provides our Office 365 - seems getting integrated with our Frog platform may take a while as they're configuring a new provisioning system for Hwb/O365 and are focusing on that. They'll be open to discuss O365-Frog integration down the line Obviously we want it ASAP so hopefully we can hurry them along by arguing the Frog platform will essentially be bringing users their way , Large numbers may help move it along. FrogConnect may be worth looking at, I'll need to speak to Senior Staff but may get back to you on that.
  5. Hello I was wondering if there are any numbers available regarding how many Frog Schools/Users there are in Wales? Having these numbers might help move things along with integrations we want set up with services provided by Welsh Gov. Thanks, kind regards
  6. For a moment I thought you could get around it using a group, but yes it obviously doesn't lock it in. :-(
  7. Hmmm...Use Assignments? Possibly use a text activity assigned to a 'staff' group with the policy attached as a resource. Call it something like 'Read new Safeguarding Policy'. Staff would just type in the text box "I have read the policy" and submit it back completed.
  8. I had a go of this and was able to do it. I just found the div id for the site icon using Inspect in Google Chrome and used CSS visibility:hidden in a HTML widget. Try the following code in a HTML widget on the homepage of the site. <style> div#siteIcon {visibility: hidden;} </style>
  9. First post, be kind :-) Great widget, but is anyone else having the FrogOS global search activate when using this widget? I found the in the 'Google Search Widget' thread similar behavior which was solved with adding the code; <script type="text/javascript"> this.element.find('input').on('click', function(ev) { ev.stopPropagation(); }); </script> Does this need to be added? Am I missing something? Cheers!
×
×
  • Create New...