Jump to content

Sean_M

School User
  • Posts

    36
  • Joined

  • Last visited

Posts posted by Sean_M

  1. 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. :P

  2. 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 ***

     

  3. 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 :D , 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.

  4. 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

  5. 5 minutes ago, Graham Quince said:

     

    Unfortunately, you can't assign work to staff profiles :(

    David Hillyard uses forms for this (video cue-ed up to where he talks about it)

     

    Alternatively:

    A forum (rich-text coming soon) where everyone has to post under the thread might work.

    Or (and this is stretching it a bit), how about using a File Drop set to individual view.  Then user upload a scan of their signature as prove of reading.    (hmmm, not sure about that one myself)

    A poll would also generate a list of users in the Data Viewer.

    A FrogCode widget could fire the results into a form using the form APIs

     

    For a moment I thought you could get around it using a group, but yes it obviously doesn't lock it in. :-(

  6. 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. :/

  7. 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>

     

    • Thanks 2
  8. 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...