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
- 223
- Rank (out of 10000)
- 377
- Karma
- 47
User Stats
Submitted scoops 0 Published scoops 0 Comments 6 Votes 2 Rank: 223
History
- Member for
- 1 year 47 weeks
About Jim
Jim Collins follows Chicago's live music scene for the Windy Citizen with his Live Wire blog. He recently graduated from Northwestern University's Medill School of Journalism with a master's degree in new media. Prior to that, he worked as a reporter for one of the Sun Times News Group's suburban newspapers and a small daily in southwestern Michigan. Jim's also a music junkie, who appreciates a wide range of musical tastes. From hipster to hippy, raver to rapper, he likes it all.



RSS Feed of Jim's posts