Jump to content

Graham Quince

Administrators
  • Posts

    2,048
  • Joined

  • Last visited

Everything posted by Graham Quince

  1. Well, budgets being what they are these days.... I've actually found one on codepen which works with the HTML widget, so I'm turning into its own FrogCode version: I've still to submit it to Adam - but it came together really quickly
  2. Hi everyone, Does anyone have a good browser dice website they use that can be embedded into Frog and doesn't have adverts? I've been asked to find one of a school and they are surprisingly thin on the ground. Graham
  3. Take a look at the More information page now. I've added a Blank Space widget, so that the page content's extends below the menu items. But I've also amended your HTML widget: <style> .ui-theme-tinybannermenubottom-bgwrap { min-height: 1000px !important; } </style>
  4. Hi @pconkie We're aware of the issue, I'll create a ticket for you and link you to it. Graham
  5. Hi Paul, Currently the only way to set work for these groups will be to make duplicates of them in Groups and Policies. This will have them appear in the searches again. Graham
  6. I've just heard back from the team: I'm asking if there is a way to undo or restore.
  7. I think Adrian might be right. The Year 13 group is MIS linked, but there are no members in it and most of the Year 13 classes have lost their MIS tick. I can create a ticket for the team to look into this for you, but it might be worth checking what's happening in SIMS.
  8. Hi @pconkie I am aware of one minor issue with the app, in which if My Child app access is not activated for parents in Groups and Policies, then the assignments and My Child section would not show up. However I have checked Backwell's settings and you do have this activated. Please can you email or DM me a parent account I can try on your system and I'll see if I can spot the problem. Has the parent updated to the latest version of the app? I have my phone set to automatically update, but I know my wife doesn't. With the introduction of the new My Child, My Class and My Learning tools we have had to update the app to match functionality. Graham
  9. ePortfolios.... are available. Look at it this way, Frog has two solutions. One is labour intensive, but "at no extra cost", but if your time is is factored in as cost, then we have module available to do a big chunk of the work for you.
  10. Yes - this widget does display to students, and the System Preferences controls visibility by user type:
  11. Hi @pdurber, There is a document type: "Statement of Results" in SIMS that can be extracted into FrogParent, I believe. There are embargoes for results, but it is possible to use System Preferences > MIS Importer > Document Permissions to set these to not display to parents.
  12. Hi @Pete Foulkes We have identified the issue, unfortunately it appears to be something we can activate for most schools, but not all. I am going to create a ticket in your name and log a Bug report so that you will be informed when it has been dealt with. Graham
  13. And of course, the bank of icons can be found here: https://www.frogeducation.com/digitalassets/icon-library
  14. Hi @Pete Foulkes Finally got to the bottom of this. It appears the Other profile was not included in the datastore code and cannot be set to use the datastore, so the Visitor Log will not record their entries. I'll flag this up with the Product Team and get it recorded as a bug.
  15. Hi George - the server i was building on had issues which went on for weeks. it's back now, I'm hoping to get time to look at it this week.
  16. You'll have to use the HTML I posted, but probably also need a Group search before it, as the HTML widget kicks in before Rules do
  17. As far as I know, when you edit a Quick Launch and remove a Global item (something limited to Admins) it removes for all. @Tom, @Matt - is that you're understanding?
  18. Hi George, The UX for the Quick Launch is a little confusing, but actually is based on access controlled by Groups and Policies. For instance, if you add Assignment Monitor as a Global link, it will only show up as a link for those individuals who have access to Assignment Monitor. Sites can be added via FrogDrive and again, will only show up for those who have access. The only time this doesn't apply is with Internet Links. But you can use the following CSS to hide these: <style> .lib_models_quick_launch_UUID_OF_LINK { display: none !important; } </style> Getting the UUID is a little tricky, as we're using right-click on the Quick Launch items to offer an open second instance option, but you can right-click in the space and choose Inspect, then move up through the code to find the list:
  19. Hi Pete - I'm trying to get an answer for you. It's probably a permission - but I'm struggling to find it at the moment
  20. This widget came from conversations with several schools asking about if it was possible to to make it easy to embed a video hosted on MS Stream. Stream videos all provide sharing links, so this widget takes the link and creates the embed code for you. It saves you having to share the HTML widget with teachers. https://www.frogeducation.com/community/frogcode/frogcode-showcase/ms-stream
  21. The British School of Milan asked us if it was possible to embed Padlet into Frog pages. Turns out Padlet do provide embed codes, so this was a simple widget to make. In editing mode, the widget includes pictures showing how to find the sharing information. https://www.frogeducation.com/community/frogcode/frogcode-showcase/padlet
  22. Forms and HTML widgets load into pages at different times, so while it might be possible to use an HTML widget to fill in a form, it was never advisable.... but I had a bit of a brain wave, what if there was an auto-populate button? <btn class="btn update">Update</btn> <script> var formUUID = "A177324620028A7AE4656F9A366E1506E020CAEC0FD54E71"; $(".update").click(function(){ $('div[data-content-uuid="'+formUUID+'"]').find('#A1773C3F2003F19E97E1FF73A16D15075DA8D53C48F8AF59').val("Does this work"); }); </script> This code targets the form, then the specific field. You could add multiple fields within the function and have a big chunk of the form get filled out for you. You could use a div superimposed above the form with the button on, so that users are forced to click it before they begin filling out the rest. There's a lot to unpack here, but as a hack/workaround I think its got potential.
  23. Now i'm really confused. Went to check both your version numbers and I can't see a navigation widget on Backwell's Frog. You do have a menu widget up to version 27. Is that your own @pconkie ?
×
×
  • Create New...