02/ commented on designslinger's story, The Rookery.
8 weeks 4 days ago · Comment (4 more)
SeeMyChicago 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
- 255
- Rank (out of 10000)
- 431
- Karma
- 36
User Stats
Submitted scoops 7 Published scoops 5 Comments 5 Votes 54 Rank: 255
History
- Member for
- 1 year 4 weeks
About SeeMyChicago
I'm a Chicagoan who is passionate about Chicago.
Looking to showcase the City for anyone who is interested through video, at http://seemychicago.com.




RSS Feed of SeeMyChicago's posts