Jump to content

Sue Busher

Frog Community Advocate
  • Posts

    252
  • Joined

  • Last visited

Posts posted by Sue Busher

  1. I have just updated the look and feel and it has given me this code:

     

    <div data-tockify-component="mini" data-tockify-calendar="kennet"></div>
    <script data-cfasync="false" data-tockify-script="embed" src="https://public.tockify.com/browser/embed.js"></script>

     

    Sorry, I am not an expert in HTML an can't work out what I need to alter. Would you mind helping me one last time please?

  2. I'm hoping someone can help me.  Tockify is our school calendar.  To get it working on our website, they have supplied this code:

    <div data-tockify-component="mini" data-tockify-calendar="kennet"></div>
    
    <script data-cfasync="false" data-tockify-script="embed" src=https://public.tockify.com/browser/embed.js></script>

    Frog blocks this from running, but Graham was able to adapt it:

    <script>
        var tockifyScript = document.createElement('script');
        tockifyScript.setAttribute('data-tockify-script','embed');
        tockifyScript.setAttribute('data-cfasync',false);
        tockifyScript.src = "https://public.tockify.com/browser/embed.js";
        document.head.appendChild(tockifyScript);
    </script>
    <div data-tockify-component="mini" data-tockify-calendar="kennet"></div>

    Which works the first time it loads, but if I edit the site its on, it no longer appears.

    Can anyone see how to adapt the code to always work, even if the site is edited?

  3. We are a large secondary school and I am looking for suggestions on how I can help display Tutor information easily from the dashboard, without it distracting/confusing with the wider staff communications. Notices seem the obvious way, but is there a way of integrating more effectively with tabs?

    Anyone else tackled this effectively? If so, can you share screengrabs?

  4. Just wondering how schools are handling trainee teachers in terms to them having access to class homework, etc. We haven't really considered them as a user if I am honest and therefore they don't have access to much!

    Curious as to how others have tackled this (or not, as the case may be!).

    • Like 1
  5. Has anyone written any code which would allow us to show the Assignments calendar on a page, but so that it only shows the assignments from a specific subject? We effectively want to 'carve' up the information to make it contextually relevant to our pupils' subject pages.

  6. I was hoping that the experience would be a bit more like a planner, say tabs down the right which they could click on to go to that section. No offence to the designs already in Frog - a great start, but if it was a bit more interactive, I feel pupils would use it more effectively.

    • Like 1
  7. We are looking at how to utilise more of the products on offer. OneDrive, SharePoint, Teams etc, seems really promising, but has anyone integrated this into their school fully and, if so, would you be happy sharing the IT infrastructure/set up within and how you manage it. 

    So far we have a number of confused staff members not being able to find/share their files!

×
×
  • Create New...