Nick Worth

  • Total activity 24
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6

Posts

Recent activity by Nick Worth Recent activity Votes
  • Time Issues

    Answered

    Hard to describe this issue but I'll try. Basically I think there is a bug with Podio here. Business partner and I both update our event app (id: 2437976), but for some reason we're both getting re...

  • Making image public

    Answered

    I have a calender on my website that I have my podio events app generating events for, but the images for each event are only displaying when logged into podio, is there a way to make these public?

  • Issues with update() using app reference field

    Answered

    Ok so not sure the issue here but I can't find any answers in the API documentation and I'm getting desperate.  First I tried this (some things are hard coded for now just to make sure that there ...

  • Trouble creating an item with "category" and "app" fields

    Answered

    Trying to create a new Student Item using the following code: $grade = settype($_POST['grade'],'integer');  // I did this because I got an error that said "Invalid value u'4': Must be Integral'." ...