Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
Steve4322 shared a link:
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
- 56
- Rank (out of 10000)
- 94
- Karma
- 372
User Stats
Submitted scoops 98 Published scoops 43 Comments 8 Votes 132 Rank: 56
History
- Member for
- 48 weeks 1 day















RSS Feed of Steve4322's posts