05.01/ replied to 05/'s comment on "Virtual Volunteers" Can Make a Million Dollar Difference for Homeless Youth.
16 weeks 5 days ago · Comment (11 more)
TLPChicago shared a link:
Status
<?php
$account = user_load(array('uid' => arg(1)));
if (!$account->uid) {
echo t('This user has no statuses yet.');
return;
}
$count = facebook_status_has_status(arg(1));
if (!$count) {
global $user;
if ($user->uid == $account->uid) {
echo t('You have no statuses yet.');
}
else {
echo t('@name has no statuses yet.', array('@name' => check_plain($account->name)));
}
}
?>
Info
Karma
- Rank
- 488
- Rank (out of 10000)
- 827
- Karma
- 8
User Stats
Submitted scoops 1 Published scoops 1 Comments 1 Votes 1 Rank: 488
History
- Member for
- 16 weeks 6 days
About TLPChicago
Teen Living Programs' mission is to create hope and opportunity for youth who are homeless by assisting them to permanently leave the streets, secure stable housing, and build self-sufficient, satisfying lives. TLP is the only organization in Chicago whose sole purpose is to assist homeless youth. Annually we serve 500+ teenagers!




RSS Feed of TLPChicago's posts