Jump to content

gbligh

Frog Community Advocate
  • Posts

    526
  • Joined

  • Last visited

Posts posted by gbligh

  1. 1 hour ago, Graham Quince said:

    It's on the list, but no ETA I'm afraid.  I'm trying to push it up the list, but there's quite a few things we have to do ahead of it.

    That said, there's been quite a bit of chatter this week, which helps in conversations about prioritising.

    Being honest, I do not imagine getting anything to you before the end of the academic year, but there's the possibility of September.

    Of course, FrogCode might be able to solve this.

    Could we have a look at using FrogCode?

  2. Hi all,

    We use the Create Event and Calendar widget to display booking calendars on a page for staff. However, a big issue is that staff can't delete their own bookings from this view. Has anyone worked around this, or maybe a delete event widget could be created?

    Cheers

    • Thanks 1
  3. 54 minutes ago, ADT said:

    Strange it doesn't like me trying to upload the .tar file on a mac?

    Goes red and then says REJECTED!

    I had this when using Safari. It works in Chrome

  4. 5 minutes ago, Graham Quince said:

    I think we can use CSS to hide it, but it might be better to draw more attention to it?

    
    <style>
      .os-icon-user-wall {
          transform: scale(2, 2);
      }
    </style>

    You could choose to hide it, but this will make it twice as big

    Good idea, but it just causes staff more work to reply to them all!

    Can we hide it?

  5. Hi all,

    We are using the MIS Linked Documents widget but parents are struggling to realise that they have to select a date first for the documents to appear in the widget. They are used to the Frog3 one where they just used to list all of them in one place without having to select a date.

    Does anyone know of a way around this?

    Thanks

  6. Hi Paul,

    I don't think they can be turned off, but if you stick this bit of HTML on the dashboard that the user first lands on, it should hide the notifications icon in the top right:

    <script>
    if (FrogOS.getUser().getType() == 'staff') {
        $('.os-navbar-icon-notifications').hide();
    }
    </script>

    Obviously, you'll need to change the 'staff' bit to match the profile that is logging in. Hope this helps :) 

     

    • Like 1
  7. 10 hours ago, pconkie said:

    Zoom and pan - watch the ink marks move with the worksheet

    Save button produces a .png file of the entire work which can be saved in the usual way or copied and pasted into a document (or uploaded and handed in!)

    It's based on http://literallycanvas.com. All I have done is make it work in frog and integrate it with FrogDrive.

    To do

    Save the ink so the student can return to the worksheet later (if only there was a way of saving data in frog!)

    Save the ink and display to the teacher all of the worksheets in their current states - with some work it should be possible for the teacher to "watch live" as the worksheet is completed and so know where to target help first.

    Any chance of this being shared :D

    • A tool should have been developed with extracts all your Frog3 web files and imports them into FrogDrive of Learn in the same structure. I know the Service Desk can do a similar process, but it doesn't put them into Learn for you.
    • The Image Carousel widget needs to be like the old Gallery brick - being able to be pointed at a folder of images to display, the current way it too clunky and time consuming.
    • More flexibility around page layouts. Having 6+ boxes is fine, but what if I wanted one column to be slightly bigger?
    • As mentioned in your previous post, the Shared Folder widget needs to be able to be used publicly for websites and parents. 
    • Like 1
×
×
  • Create New...