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
- 39
- Rank (out of 10000)
- 66
- Karma
- 579
User Stats
Submitted scoops 95 Published scoops 76 Comments 35 Votes 558 Rank: 39
History
- Member for
- 1 year 3 weeks
Name:
Web site: http://chicagotribune.com
Joined: 1 year 3 weeks ago
Last active: 42 weeks 4 days ago.
About ColonelTribune
I'm a man about town in Chicago.




RSS Feed of ColonelTribune's posts