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
- 86
- Rank (out of 10000)
- 145
- Karma
- 196
User Stats
Submitted scoops 29 Published scoops 22 Comments 27 Votes 284 Rank: 86
History
- Member for
- 1 year 2 weeks
Name:
Web site: http://www.hughmcmullen.org/
Joined: 1 year 2 weeks ago
Last active: 38 weeks 3 days ago.
About hughadam
I like comics, football, snacks, and politics. I work in nonprofit communications.



RSS Feed of hughadam's posts