
Nick Worth
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Nick Worth-
So far I have this: <img width="85" height="85" src="http://domain.com/wp-content/plugins/DTMP/Classes/podio/image.php?id=24622207"> And my Image.php file looks like this (got code from tutorial ...
-
So I've nearly got this I think but from what I can tell that function give me all the image data, not really sure what to do with the data its self, is there a function for compiling it again? Loo...
-
Ya I was using the filter() but I noticed it say rate-limit as well and while in development I'm refreshing a lot so i had just hit the limit and had to wait to continue working.
-
Is there any way around this during development? It seems like anything I want to do is going to be intensive considering I'm loading items and manipulating them publicly.
-
I was able to upgrade and now those server errors are gone, thanks! Now back to learning this new version.
-
Which I now see I need 5.3 ... hmmmmmm I suppose I could ask host to upgrade?
-
| Apache version | 2.2.23 | | PHP version | 5.2.17 | Looked closer at it and I think I was originally calling the other PodioAPI.php, and therefore no includes, now I have the right one bu...
-
Andreas this looks like great stuff, I just started a project last week with the old way but now before it gets too developed I wanted to implement these changes. One issue I'm having getting start...
-
I've never done anything with a proxy but the concept you laid out makes sense... I suppose I can try to find a tutorial that follows what you're talking about here.
-
I think I got it. I did this as a test and it seems to work so now I'm going to plug my variables back in and should be good to go :) $test = $this->api->item->getFieldValue(18087177,DONOR_STUDE...