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
- 569
- Rank (out of 10000)
- 964
- Karma
- 5
User Stats
Submitted scoops 0 Published scoops 0 Comments 0 Votes 0 Rank: 569
History
- Member for
- 1 year 48 weeks
About Jacob
Jacob Nelson is the news and features editor of the Windy Citizen. He is still trying to figure out exactly what that means. He recently read Norwegian Wood by Murakami, which he would like to recommend to everyone. He's also looking forward to his first summer in Chicago, and hopes it's as fun as everyone says.



RSS Feed of Jacob's posts