TM @tiagom ?
active 1 month agoI'm a front-end developer, WordPress template designer and API developer (AJAX and PHP).
-
anita posted an update:
@tiagom Hello.
My Name is anita. I was impressed when i saw your profile at buddypress.org and i will like you to email me back to my inbox so that i can send you my picture for you to know who i am.i believe we can establish a long lasting relationship with you.
In addition,i will like you to reply me through my
private e mail box (anitahakam200@yahoo.com) for more introduction
Thanks,waiting to hear from you soonest.
anita.Please write to my inbox so that i can send you my picture.
-
TM posted on the forum topic a little script that improves the BP experience during a login error in the group How-To and Troubleshooting:
Excellent work! I’m quite pleased with the results on my own site. Works fine!
-
TM joined the group How-To and Troubleshooting
-
TM posted an update in the group BP Foursquare API:
The following is from bp-foursquare-classes.php. My question to @johnjamesjacoby is how do I call this plug-in into a page template? What do you mean by creating a new object?:
When you create a new object, put your credentials as a query string of parameters, or as an array:
Example1 : foursquare = new BP_Foursquare( ’login=foo&pass=bar&format=json’ );
Example2 : foursquare = new BP_Foursquare( array( ’login’ => ’foo’, ’pass’ => ’bar’, ’format’ => ’json’ ) );
Then call a function simlar to above:
Example : $json = $foursquare->history( ’limit=1&sinceid=’ );
-
TM posted on the forum topic Unable to activate the 4sq on WP 3.0 in the group BP Foursquare API:
k, it might’ve been a path error. Got the messages to go away follow christianbuddy’s suggestion, tweaking it for my own path: . I’m still not sure what’s supposed to come out of it. An OAuth dialog? Raw XML? Can the developer please explain?
-
TM posted on the forum topic Unable to activate the 4sq on WP 3.0 in the group BP Foursquare API:
Tried it, get a syntax error and then a directory error. Has anybody gotten the plug-in to work? I’m trying to include it on a page template to test it out and style the UI, but so far no luck.
-
TM joined the group BP Foursquare API