
Sean MacGillivray
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 7
Activity overview
Latest activity by Sean MacGillivray-
Sean MacGillivray commented,
Woah! We got thrown because other reports we tried brought back all of the numbers in the preview. You do have to actually create the report before you can see the real numbers. Thanks so much!
-
Sean MacGillivray created a post,
Reports grouped by date range
I have a simple app in which I record the monthly stats for our podcast episodes, per episode per month. Each record has an Episode field that's a relationship to an "Episodes" app, a Number Of Dow...
-
Sean MacGillivray commented,
We're finding that we now have issues with form embedding in Firefox and IE for the PC where the iframe is not tall enough to accommodate the form. Do we need to generate new embed codes for these ...
-
Sean MacGillivray commented,
It is possible to send values with which to pre-populate Podio webform fields in a GET request. Where "field_1234567" is the machine-readable name/id if the field you wish to pre-populate: http://...
-
Sean MacGillivray commented,
You can prepopulate fields in a Podio form, but it's a bit of a hack. I copy the form URL out of the embed code, minus the .js extension, and write out IFRAME code to embed it on the page myself. I...
-
Sean MacGillivray commented,
Thanks Andreas! I am trying to treat the refactoring as an exercise in professional development, and I do appreciate your patience.
-
Sean MacGillivray created a post,
get all fields and values for PodioContact, PodioEmbed etc. types of objects
I'm refactoring my code for the recent version of the PHP client that uses PodioColletions etc. My app is just a web publishing tool; it rewrites the podio content as XML and then runs it through X...
-
Sean MacGillivray commented,
Thanks Andreas! I've never done a pull request on github before; if I hit any other snags with the PHP client I will go that route instead. Thanks for the fix, Sean
-
Sean MacGillivray created a post,
Bug in the Podio API PHP client?
Answered| Sean MacGillivray Jul 05 17:17 (CEST) Occasionally, when pulling website links from the Podio API, I get the error: "Notice: Undefined index: file in /home/musicnova/www/www/NSMW/podio-php/...
-
Sean MacGillivray commented,
Hi Andreas, Thanks for the clarification, I was just confused I think by the brevity of the code the OP provided. I move my podio::setup call to the beginning of the page in question and that r...