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
- 110
- Rank (out of 10000)
- 186
- Karma
- 151
User Stats
Submitted scoops 22 Published scoops 14 Comments 9 Votes 58 Rank: 110
History
- Member for
- 1 year 20 weeks
About Kate
I’m a freelance religion reporter and blogger for the Little Things. I majored in religion and journalism as an undergrad, and I'm now completing my master's in journalism at Medill.
A religious wanderer, I’ve found studying spirituality in modernity to be a great way to understand society on a deeper level. When I’m not contemplating the meaning of it all, I watch “The Office” and cooking shows on TV, experiment with baking and write letters to my close friends who’re now scattered all over the world.



RSS Feed of Kate's posts