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
- 147
- Rank (out of 10000)
- 249
- Karma
- 97
User Stats
Submitted scoops 26 Published scoops 11 Comments 3 Votes 31 Rank: 147
History
- Member for
- 1 year 1 day
Name: Ileana Ionescu
Web site: www.ileanasays.wordpress.com
Joined: 1 year 1 day ago
Last active: 2 weeks 4 days ago.
About Ileana
There's "journalism" all around you. The trick is to throw a lasso around it, cage it and train it to give you a job.



RSS Feed of Ileana's posts