CMSMS module Availability with CGCalendar - content-management-system

*CMSMS module QUESTION *
Hi all,
I have asked this question on the CMSMS forum but as of yet have not received any responses, so hopefully someone here can help!
I am using the 'Availability' module in conjuction with 'CGCalendar' which is great, but in stead of buttons to go the next and previous months (powered by Ajax), I need a drop down select box to choose a new month/year. I thought I had figured this out by refreshing the page with jQuery passing thorugh new values for month and year, but although the reservations change as required, the number of days in the month and the start date are the same as the initial number.
You can view a test page here:
http://aonachmor.cahilldesigns.com/test
Hopefully this makes sense, I know it is a bit specific but you guys are professionals and someone out there must know how to fix this!
Thanks

Related

How to make a weekly email report in GA4

I have a new website and want to use the new Google Analytics 4, so far so good ..... ;-)
But what I don't find is how I can make a weekly email report with data such as how many visitors, top 10 pageview, used browsers, screen sizes etc etc ..... ;-)
In the old GA or Matomo is this no problem but call me stupid but I can't find anything in GA, even the Help section doesn't help me here.
Any help in the right direction would be apreciated!
Kind regards,
Arie

script for converting Google Forms checkbox results into individual line items [duplicate]

This question already has answers here:
Google Apps Script e.namedValues format multiple choice
(2 answers)
Closed 7 years ago.
I have a google form that I use to log the clients that I see each day. At the end of the day I go to the form, check the boxes next to the clients that I have seen, and that gets logged in a spread sheet.
For easy reporting, I am trying to take the comma deliniated responses that the checkbox option gives and copy them into a new sheet with each reponse on a new line
I am at a bit of a loss as to how to go about it. I am new to java and still getting the hang of it. My first thought was to getRespnce and put it into an array that I could for loop. but I really have no idea how to do that :)
I found one answer here How to split and transpose results over 2 columns though I am running into trouble with that code.
Ideally I would have something that would run on form submit, take the answers from the first item, and log them line by line in a new sheet
Any help would be amazing.
Thanks!
(This is mostly a challenge that I gave myself to help learn how to code in app scripts. I have done a lot of work trying to figure it out but I realize that it is beyond my scope at the moment)
I did some more research and found the answer that I was looking for with the e.namedValues()
the helpful post: Google Apps Script e.namedValues format multiple choice

Google Forms Timer

I am looking to create a timer on a quiz that I am creating in Google Forms. I have found this post here - How to add a timer to Google Forms for a School Quiz? - from 2013 where it's mentioned that scripting might make this possible eventually. I am wondering if anyone has figured this out or has a solution. Ideally I would like to have the timer start when someone opens the form and auto submit or stop receiving submissions after a set elapsed time.
Thanks in advance :)
A Previous Question has mentioned this before. Right now you are correct, you cannot time a quiz using a script at the moment. Though this question does mention some "workarounds" such as using the Form Limiter tool posted in that question.
Also this was mentioned as a viable solution:
One way is to use Qualtrics. It has a "timing" question which can
automatically submit the page once the time is complete.
So, if your sections can be placed in 3 different pages, its quite
easy: Place a timing question on the top of each section with the time
settings.
And This link Tells you how to set the general settings of time limits (such as, open test on April 14th close on April 15th). You can set specific date limits but still no timer.
For Further Reference View this Google Product Forum.
Use an addon. Some work well, others don’t. A good one is Quilgo Time and Proctoring. But as with any addon, you have to sign in. If you decide to use a different addon, be wary of the requirements. You will also have to make a Quilgo account if you use the suggested addon. But to have it stop accepting responses, you can either use an addon (Form Limit Response - Limit Form Close) or just do it in the form settings (manual turn off). Where to find manual switch for turning off responses

Script that refreshes a website on all devices at the same time while developing

Some weeks ago I red about a script at github that will refresh a websites on all devices in the network at the same time while developing on it but I just can't remember the name.
I hope this answer doesn't count to the "this is not a research center forum" category but more I hope that someone might remember it we can share the answer for users that might looking for it too.
Before I get a thousand downvotes, please tell me if this a question at the wrong place (but where else then?)
Meteor has been getting a lot of attention lately, but if all you need is a full page refresh, you could use any pub/sub framework, like Faye, and a few lines of javascript.
Ok, I finally found it again:
https://github.com/marstall/shim

iphone default SDK preferences

I Keep building projects and then have to do a find and replace for the automatically commented out copy right information in each page. It gets my name right but then it's puts my day job in as the company at the top of each page. It's annoying and also a point where my day job employer could claim rights to my off time work. How do I change this? I think it get's it from my registration information?
Thanks.
This question was already answered: How to replace the company name in the template headers in Xcode?.