Jump to content

pconkie

Frog Community Genius
  • Posts

    598
  • Joined

  • Last visited

Everything posted by pconkie

  1. And some initial thoughts on hide/show based on time of day....
  2. @mmclaughlin I had a think about the first part (ip address). IF your school has a static IP then the following should work....
  3. It's close enough to exam season to start a countdown! BUT NO COUNTDOWN WIDGET IN FROG! Fear not! https://froglearn.backwellschool.net/6a5acd653caf052b2f29a6efd41fb92d Full guide here: https://froglearn.backwellschool.net/eventcountdown P
  4. This one is currently not working - sorry. A combination of changes to frogcode, googles firebase and the way the grid filters websockets. Haven't had time to fix yet!
  5. This is the error in the console when the frogcode widget opens. Any devs got any ideas if this is stopping the app from closing?
  6. @clangstaff Yes it includes open, closed and whatever archived is. I too can no longer close the app when opened. This was fine last week. Also there are now some css glitches too! We got a patch update on Monday @Graham Quince is this the cause?
  7. I think you can build your widget completely outside frog using whatever languages you want. To integrate it once completed you will need search on here about oAuth
  8. pconkie

    Shared Folders Widget

    Hey @ADT It was worth asking because i'd already encountered this problem,,,,,, There is an icon next to the blue "add" button that will display files from left to right (as thumbnails). Here is the css to set a height <style> .sites_widget .widget_sharedfolders .content-wrapper .resources-container .list-wrapper { height:800px !important } .sites_widget .widget_sharedfolders .content-wrapper .resources-container { height:800px !important } </style> I think this will resize all shared folder widgets, so you will have to tinker with it a bit if you need to set different heights for different widgets or only want one particular widget to have the height you set. I'll leave that down to you! Paul
  9. pconkie

    Flashcards

    Hi Aimee13 I though it would be easy to add another preference in for this. But its actually proving quite difficult. I'll have another go when i get a chance. Thanks Paul
  10. pconkie

    Flashcards

    Here are some.... GCSE Computer Science (OCR) Unit 2.1 Algorithmic Thinking https://docs.google.com/spreadsheets/d/1wdVGTY9X9b2sL2AXnu9IKh85XWJzi7ssdbEQx6M828Q/edit?usp=sharing Unit 2.2 Programming Techniques https://docs.google.com/spreadsheets/d/1Oy5HybDQf4SZf1nbTMzvmpDPFtFpcPt7V9YbbZCiNCc/edit?usp=sharing Unit 2.3 Robust Programs https://docs.google.com/spreadsheets/d/1RuxBZ-3xdlXXGKiKopJ97JFuFY4VSkjmdoLsvWYNML8/edit?usp=sharing Unit 2.4 Computational Logic https://docs.google.com/spreadsheets/d/1HJDaaE4uPEOLlOlo7PDPIvIGvLPugvkuferJOzbKZqk/edit?usp=sharing Unit 2.5 Translators & Facilities https://docs.google.com/spreadsheets/d/1lmCbvuWqbhkmdnfJvMp2YSHa8ir7UYVs8Ay9zAHXihQ/edit?usp=sharing Unit 2.6 Data Representation https://docs.google.com/spreadsheets/d/18Pb_7jpIkyPUGykcMjMyxtCRzwQRT8AGhDNSEfKJbfk/edit?usp=sharing Unit 1.1 Systems Architecture https://docs.google.com/spreadsheets/d/1STFC2gPR_-6VSB2R8hRPE-CvMH_WPZ46MnPb9ktEjRQ/edit?usp=sharing Unit 1.2 Memory https://docs.google.com/spreadsheets/d/1PNvONE4VSNLAkC26t5doXsAxDsGBgqoj7Ys9JV6LzFM/edit?usp=sharing
  11. pconkie

    Flashcards

    https://froglearn.backwellschool.net/flashcards A few hours of boxing day spare while the kids still find their new toys interesting..... pretty pleased with the result.
  12. Finally got round to making life so much easier for our parents..... @gbligh if your still interested in this linked documents widget, i'm sure you can find a way to get a copy off our platform! Or i'll post all code here. Paul
  13. Nice. Why don't you put it on the ideas portal?!
  14. Perfect - that's exactly what i was looking for, thanks. Saved me a load of time too
  15. Shared folders widget?! What is this......
  16. So I got the big folder of files out of frog 3. Why can’t I upload the folder directly into a froglearn site? File drops don’t seem to support folders. Network files not appropriate as governors don’t have AD authentication. We can now embed frog drive in a site but can I set a specific frog drive folder to display? just checking there is no web files equivalent in frog Learn P
  17. Thanks. I was in the toolkit so didn’t see the zip option. Only 300mb so I’ll give it a go this way first. Yes, I too think that frg files are actually .rar (or something similar) which I was planning to extract... Governors can finally migrate to froglearn!!
  18. I have a folder that contains hundreds of files (mainly pdf and doc). There are no frog 3 pages in the folder. How can I get all of these files out of frog3 so that i can upload them into froglearn? Thought there was a zip option for folders but can't find this. Tried packing the folder into a frg file, but this is still going after 3 hours so assuming its timed out. Thanks Paul
  19. Thanks Chris, really appreciate the speedy action. Paul
  20. The patch tonight has made the frogcode editor live again! @Graham Quince @adamw need help getting some of these frogcode widgets working now.... BTW has frog changed the way it loads css? Most things that i now need to fix are aesthetic except this one... My notice board widget has a delete button on each notice as shown below BC (before Christie) clicking on the bin icon showed the user a modal asking if they are sure they want to delete it. AC (after Christie) the following error is shown in the console: Any ideas? This is the code...
  21. Happy to. But Christie release seems to have broken the frogcode editor so can't finish it at the moment. Actually lots of things (both custom made and frog made) are currently broken Lots of tickets open and lots more still coming in from staff..... Biggest problem for us is the Parents Portal as the select a user widget seems to be broken. Not sure if that is a frog thing or a me thing?!
  22. Our parents have the same problem @gbligh . Made worse by the document extractor that appears to put incorrect dates on the pdf’s! (Yes ticket open). I am half way through writing my own version of the widget that doesn’t need a date - just shows all documents with tabs for each academic year Paul
  23. Does analytics in froglearn count the logins made from the new MyFrog mobile phone app?
  24. @adamw Thanks for that. I can use promises to combine two api calls to build the object I want. However frog doesn’t seem to import all the group leaders from the mis! For example it is very common across the country for most sixth form classes to be shared between two teachers which is what we do. But only one of the teachers is imported into the group and marked as the leader. Any plans to include all teachers of a group in the mis import?
×
×
  • Create New...