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
- 152
- Rank (out of 10000)
- 257
- Karma
- 94
User Stats
Submitted scoops 16 Published scoops 11 Comments 2 Votes 273 Rank: 152
History
- Member for
- 1 year 15 weeks
About feliciayonter
Business development butterfly, gadabout, news junkie. Vietnam-born, Alabama-bred former Texan who finally found home in Chicago.



RSS Feed of feliciayonter's posts