Jump to content

pconkie

Frog Community Genius
  • Posts

    598
  • Joined

  • Last visited

Everything posted by pconkie

  1. I've not noticed any delay
  2. pconkie

    Frog 19

    @ADT have you found anywhere? @Graham Quince any update on deals? I'm considering coming this year....
  3. Thanks @adamw Must be bug fixing time if a new frog update is about to drop! This approach seems to cause frog to reload which is a bit weird and you lose the sites already open (including the one with the picture series). Is there a way to modify this code that opens a site? Frog.Model.api('sites.getByUuid', { uuid: uuid }).done(function(resp) { FrogOS.openSite({ site: resp.data.link, page: resp.pages[page-uuid] }); }); If not, what about using just the code to open the site with a timeout to trigger that site's menu changelocation event?
  4. No, it’s no longer there....
  5. Hi Jay Yes, I think it is a request for a change. This way public sites in frog will be aligned with the rest of the world. Are we 100% sure it isn't a bug? I think I remember a time when the cookie notification worked correctly in frog public sites?
  6. I tried this initially as it seemed the most flexible approach. I can open a page in the current site or open another site. What i couldn't figure out was how to open another site to a specific page. If someone knows how to do that, i'll happily update the widget.
  7. Thanks for that @Jay :Lets say a school uses frog to host their external school website. I don't think it is 'expected behaviour' for parents and other visitors to that site to have to accept the cookie notification each visit. I can not think of any other website in the world where this is the expected behaviour? Please can we look into making a change so that the cookie accept button actually sets a cookie to prevent the notification from reappearing. @Graham Quince what do you think?
  8. Anyone got any ideas on this one? I've made a theme for frog! Followed @Graham Quince tutorials and wanted to put in a new menu for touch devices. This means putting some extra javascript into the theme.ejs file. However when the theme is uploaded by the service desk it changes!! Below in yellow is the file once uploaded and rendered in frog. Below in grey is the file before being uploaded by the service desk. Line 40 and 1301 are the same line. Where does "data-view-id='2407'" come from? and why does it appear in the middle of a javascript line? and how can i prevent it from crashing the theme?
  9. As usual, happy to share. Especially for some help with my coding questions posted today!
  10. I'll check for you but......I have since tried on my iPhone and the same thing happens.....
  11. Every time I visit a public facing frog site I get the cookie notification popup to accept. Steps to reproduce the issue: 1. Close all browser windows 2. Open a browser and go here: https://froglearn.backwellschool.net/pictureseries 3. Accept the cookie notification 4. Close all browser windows (ignoring the prompt that your changes might not be saved! what changes?!) 5. Repeat step 2. This is on chrome browser - I haven't tried other browsers.
  12. Oops! What about now?
  13. https://froglearn.backwellschool.net/pictureseries
  14. @Graham Quince I've found the quiz in the community and enabled it. It still doesn't work! There is no obvious way to assign it to staff - am I missing something?
  15. This one seems like an obvious avenue for frog to explore but...... Be careful, it's a minefield! Things that all schools do, but all do in a different way need to be highly configurable. I tried to make a frogcode app for our own particular way of doing parents evenings and quickly found that the api's you would need don't currently exist. Of course being frog you could create them! Off the top of my head you would need to consider at least the following: ability to set start and end times for evenings these may be different for each evening ability to open/close booking windows for parents ability to choose how long a standard appointment is this may be different for different year groups this may be different for different subjects ability to override the standard appointment length this may mean longer/shorter appointments for some staff for some/all evenings this may mean longer/shorter appointments for some parents for some/all evenings ability to enforce a gap between parent appointments (travel time) some schools might want to turn this off! ability to give teachers "breaks" could mean ability to give teachers the ability to give themselves breaks some schools might want to turn this off! ability to easily select parents who can book for a particular evening e,g, all parents of year 7 students e.g. all parents who are the primary contact of year 10 students e.g. all parents of PP students e.g. all parents of sixth formers e..g all parents of students in bespoke group A ability to open bookings early to a sub-set of parents initially e.g. all parents of students who are a progress concern followed by all parents 4 days later ability to handle multiple evenings simultaniously not happening simultaneously (this would just be one larger event) but administration of ability to handle availability "turn off" certain subjects for some/all evenings "turn off" certain classes for some/all evenings override the class teacher with another member of staff in the case of a shared class determine which teacher will be present or will it be both? what should happen when a teacher has no more appointments left? display a message? have a waiting list? give them the teachers email? options for any of the above to be selected? ability for parents to get confirmation email - summary of appointments ability for school to email reminder message to those who "haven't booked yet" ability for parents/teachers to cancel/amend ability for parents to say they can not attend ability for teachers to take a register or make some notes ability for teachers to see a markbook view for the current appointment Others will be able to add to this list I am sure!
  16. We use parentseveningsystem.co.uk too. Does the job.
  17. Thanks for this @Graham Quince really useful. Thanks for sharing Martyn. Graham - how do i get the quizzes to work? They say they haven't been assigned to me, but I can't figure out how to assign them?
  18. Great! But after the widget has been saved and the UUID is now valid, what event can I use to re-check the UUID? Or can I 'watch' the tag attribute and use the change to trigger the code?
  19. //i've got this widget prefrence from the docs. internal_url: { type: "pagepicker", label: "Link to a frog page", defaultValue: JSON.stringify({ page_uuid: '', site_uuid: '' }) }, //i'm trying to open the site and sepecfic page selected //but there is no example in the docs... //this opens the site, but not to the correct page... Frog.Model.api('sites.getByUuid', { uuid: internal_url.site_uuid }).done(function(resp) { FrogOS.openSite({ site: resp.data.link, page_uuid: internal_url.page_uuid }); }); What do I need to change to get the correct page to show when the site is opened?
  20. Looks really useful - where can I get a copy from @Graham Quince?
×
×
  • Create New...